RE: where to deploy my .war and how ? help needed please!

2005-09-07 Thread Guy Katz
put it under your webapps and put a context elements with all its sub elements to configure the app in the server.xml file in the tomcat conf directory. -Original Message- From: Yassine ELassad [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 07, 2005 10:01 AM To:

RE: where to deploy my .war and how ? help needed please!

2005-09-07 Thread Sonja Löhr
I'm no expert, but isnt' the docbase of a context evaluated relative to the HOST's appbase? so I guess your docBase path should not contain /srv/www/htdocs. Am Mittwoch, den 07.09.2005, 10:04 +0300 schrieb Guy Katz: Context path= docBase=/srv/www/htdocs debug=9/

Re: where to deploy my .war and how ? help needed please!

2005-09-07 Thread Mert Eren ÜSTÜNKAYA
Hey Yassine, You should deploy your codes under webapps. I am using tomcats manager to deploy my war files i recommend it to you. http://localhost:8080/manager/html u can give your war file to it and deploy with out any problems.. Yassine ELassad wrote: good morning list, (sorry for

Re: RE: where to deploy my .war and how ? help needed please!

2005-09-07 Thread Yassine ELassad
Dear Guy, well i have added a context element into my host and its now looking like this : = Host name=do-web.de debug=9 appBase=/srv/www/tomcat/base unpackWARs=true

Re: Re: where to deploy my .war and how ? help needed please!

2005-09-07 Thread Yassine ELassad
Dear Eren, unfortunatly iam not using tomcat's manager admin modules since iam using tomcat only kind of plugin for apache so i can#t use there resources provided by tomcat Thanks directBOX Reply --- From: Mert Eren ÜSTÜNKAYA ([EMAIL PROTECTED]) To: TomcatUsersList

Re: RE: where to deploy my .war and how ? help needed please!

2005-09-07 Thread Sonja Löhr
No, docBase=webapps is not good ;-) I have everything under the localhost default Host with appBase=webapps, so that the Context element can indeed be Context path= debug=5 reloadable=true docBase=/var/www/japplicoon/myApp So, if you already specify that /srv/www/tomcat/base as appBase, the