Re: problem on deployment

2002-10-22 Thread Jean-Francois Arcand
In ${CATALINA_HOME}/conf/tomcat-user.xml, add a user and a role like this Then restart Tomcat. -- Jeanfrancois Billy Ng wrote: If you copied the war file to the TOMCAT_HOME/webapps directory, TC should recognize it and expand it for you. Is it expanded? Look in the webapps directory, do y

Re: problem on deployment

2002-10-22 Thread Billy Ng
> If you copied the war file to the TOMCAT_HOME/webapps directory, TC should > recognize it and expand it for you. Is it expanded? Look in the webapps > directory, do you see a new directory there with the same name as your war > file?. If you still have the Tomcat http connector running then go

Re: problem on deployment

2002-10-22 Thread Robert L Sowders
t; <[EMAIL PROTECTED]> 10/22/2002 09:31 AM Please respond to "Tomcat Users List" To: "Tomcat Users List" <[EMAIL PROTECTED]> cc: Subject:Re: problem on deployment It has everything it need to run becuase the war file was ruu

Re: problem on deployment

2002-10-22 Thread Billy Ng
uesday, October 22, 2002 2:18 AM Subject: Re: problem on deployment > If you view it with the manager app does it show it as running? > > I assume that you are trying to access it via http stand-alone at port > 8080. > What does your directory structure for your webapp look like? D

Re: problem on deployment

2002-10-22 Thread Robert L Sowders
thout more information. Post it and they will come. rls "Billy Ng" <[EMAIL PROTECTED]> 10/21/2002 11:04 PM Please respond to "Tomcat Users List" To: <[EMAIL PROTECTED]> cc: Subject:problem on deployment I newly installed

problem on deployment

2002-10-21 Thread Billy Ng
I newly installed the tomcat 4.1.12. I have a war file that works okay with tomcat 4.0.3. After I deployed this war file to the tomcat 4.1.12 webapps directory, I got the 404 page, why? Do I need to something different on deployment with 4.1.12? Thanks! Billy Ng