Re: Adding web directory to tomcat manager

2008-07-25 Thread David Smith
In my experience, tomcat deploys as soon as it shows up in the webapps directory. If not, you would deploy using the manager webapp. The automatic deployment is controlled by the autoDeploy attribute of the ... element in server.xml. It's default value is true if not present in server.xml.

Re: Adding web directory to tomcat manager

2008-07-25 Thread siocco1
Thanks David. Do I deploy it from the context path, via url? Sorry, this is all new to me. If I have to deploy it what is the proper context path if that is infact where I add it. Steve -- View this message in context: http://www.nabble.com/Adding-web-directory-to-tomcat-manager

Re: Adding web directory to tomcat manager

2008-07-25 Thread David Smith
Simply copy the webapp to the webapps folder, name it after the context path you want to show up, and then deploy it in the manager webapp (if tomcat doesn't do that for you automagically). You should see it in the manager after that. --David siocco1 wrote: hi Folks. I am installing Remedy

Adding web directory to tomcat manager

2008-07-25 Thread siocco1
. Thanks steve -- View this message in context: http://www.nabble.com/Adding-web-directory-to-tomcat-manager-tp18651302p18651302.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users