hello, i wanna know if it possible to add a remote tomcat server to
eclipse, to deploy and debug web application on it. If it's possibile, how
can i do it? thank you in advance
Francesco
francesco wrote:
> hello, i wanna know if it possible to add a remote tomcat server to
> eclipse, to deploy and debug web application on it. If it's possibile,
> how can i do it? thank you in advance
> Francesco
>
Franceso,
WTP only supports local Tomcats at present. However, we are very
interested in adding remote support and are planning to add JSR 88
support in the future.
Arthur Ryman wrote:
> francesco wrote:
>
>> hello, i wanna know if it possible to add a remote tomcat server to
>> eclipse, to deploy and debug web application on it. If it's possibile,
>> how can i do it? thank you in advance
>> Francesco
>>
> Franceso,
>
> WTP only supports local Tomcats at present. However, we are very
> interested in adding remote support and are planning to add JSR 88
> support in the future.
>
> -- Arthur
Arthur,
When will the support for remote Tomcat server be available?
and is there any other exemplary server adapter supports remote
deployment currently?
I imagine jsr 88 suport ispushed back tothe 1.5 release of wtp for mid 2006.
What you could do is deploy to local to test and than possibly add a small ant target that would allow you to deploy to the remote live tomcat server for the final test..
Does that sound possible with your particular set-up?
Fred Grott,
ShareMe
jabber:fg82183@conference.javalobby.org(shareme)
Official contributor to EclipseZone.com
and supporter of JavaLobby.org.
remote tomcat server
At 6:46 AM on Aug 23, 2005, francesco wrote:
eclipse, to deploy and debug web application on it. If it's possibile, how
can i do it? thank you in advance
Francesco
3 replies so far (
Post your own)
Re: remote tomcat server
francesco wrote:> hello, i wanna know if it possible to add a remote tomcat server to
> eclipse, to deploy and debug web application on it. If it's possibile,
> how can i do it? thank you in advance
> Francesco
>
Franceso,
WTP only supports local Tomcats at present. However, we are very
interested in adding remote support and are planning to add JSR 88
support in the future.
-- Arthur
Re: remote tomcat server
Arthur Ryman wrote:> francesco wrote:
>
>> hello, i wanna know if it possible to add a remote tomcat server to
>> eclipse, to deploy and debug web application on it. If it's possibile,
>> how can i do it? thank you in advance
>> Francesco
>>
> Franceso,
>
> WTP only supports local Tomcats at present. However, we are very
> interested in adding remote support and are planning to add JSR 88
> support in the future.
>
> -- Arthur
Arthur,
When will the support for remote Tomcat server be available?
and is there any other exemplary server adapter supports remote
deployment currently?
Thanks,
Justin
Re: remote tomcat server
I imagine jsr 88 suport ispushed back tothe 1.5 release of wtp for mid 2006.What you could do is deploy to local to test and than possibly add a small ant target that would allow you to deploy to the remote live tomcat server for the final test..
Does that sound possible with your particular set-up?