Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » starting tomcat with admin webapp?
starting tomcat with admin webapp? [message #169246] Fri, 12 May 2006 13:57 Go to next message
Thomas Fischer is currently offline Thomas FischerFriend
Messages: 6
Registered: July 2009
Junior Member
hi,

how can I add the admin webapp when I am starting the tomcat?


thomas
Re: starting tomcat with admin webapp? [message #169324 is a reply to message #169246] Fri, 12 May 2006 18:33 Go to previous message
Larry Isaacs is currently offline Larry IsaacsFriend
Messages: 1354
Registered: July 2009
Senior Member
The Tomcat support in Web Tools assumes it "owns" server.xml as does the
admin webapp. Setting up your server to have this dual ownership isn't
going to work very well. Virtually any interaction you have with the
Tomcat server from within Eclipse is going to destroy any changes you
may have made with the admin webapp.

However, if you plan only to observe and not "admin" from the admin
webapp, you can add it by double-clicking on the Tomcat server in the
Servers view. In the configuration editor which opens, switch to the
Modules page and click "Add External Web Module...". Define the context
and click OK. You will then need to update the server.xml under the
appropriate folder of the Servers project and at least add
privileged="true" to the context. You should also track down the
admin.xml context file being used by your Tomcat installation and update
the context configuration in the Eclipse server.xml with anything
appropriate, depending on which version of Tomcat you are using.

Cheers,
Larry

thomas wrote:
> hi,
>
> how can I add the admin webapp when I am starting the tomcat?
>
>
> thomas
>
Previous Topic:Stumped by Tomcat startup error
Next Topic:Can't start WAS6 from Eclipse with WTP
Goto Forum:
  


Current Time: Wed Apr 24 16:04:39 GMT 2024

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

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

Back to the top