Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » How to have a tomcat server added that is already running/started outside of eclipse?
How to have a tomcat server added that is already running/started outside of eclipse? [message #971331] Sun, 04 November 2012 20:15 Go to next message
Ray Ray is currently offline Ray RayFriend
Messages: 5
Registered: November 2012
Junior Member
Hello,

I have been told this can done but all I can find are ways to add a tomcat server that must be started with eclipse. I want/need to run/deploy my eclipse stuff to a tomcat server that is already running (started already outside of eclipse).

Can someone please tell me how to add it and have eclipse recognize that it running when for example you try to run on server without trying to start it?

Thanks in advance.
Re: How to have a tomcat server added that is already running/started outside of eclipse? [message #972668 is a reply to message #971331] Mon, 05 November 2012 20:18 Go to previous message
Larry Isaacs is currently offline Larry IsaacsFriend
Messages: 1354
Registered: July 2009
Senior Member
On 11/4/2012 3:15 PM, Ray Ray wrote:
> Hello,
>
> I have been told this can done but all I can find are ways to add a
> tomcat server that must be started with eclipse. I want/need to
> run/deploy my eclipse stuff to a tomcat server that is already running
> (started already outside of eclipse).
>
> Can someone please tell me how to add it and have eclipse recognize that
> it running when for example you try to run on server without trying to
> start it?
>
> Thanks in advance.

The WTP Tomcat support expects to start and stop the Tomcat process so
it can connect to stdout and stderr, among other reasons. You could
determine where WTP is publishing the project for the internal Tomcat
and arrange for the external Tomcat to serve that directory. You could
run the internal Tomcat on different ports. Or, not run it at all,
just publish to it. For information about the WTP Tomcat support, see
the Tomcat FAQ[1].

Cheers,
Larry

[1] http://wiki.eclipse.org/WTP_Tomcat_FAQ
Previous Topic:Dynamic Web Project set up
Next Topic:Faceted Project Problem: Target runtime jre7 is not defined.
Goto Forum:
  


Current Time: Thu Apr 18 13:30:27 GMT 2024

Powered by FUDForum. Page generated in 0.01718 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top