Hi Antoine, Using the manger to deploy war files, I have found that I can deploy a war file and the whole directory structure of the file is created properly. But if I remove the war file (I even delete the directory that the war file created) and then re-deploy, sometimes the directory structure does not appear. In these cases I have to restart tomcat to get the directory structure. Since the problem appears randomly I am guessing that it is a bug somewhere.
Regards, -----Original Message----- From: Antoine Solomon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 2:32 PM To: Tomcat Users List Subject: Re: installing a war file to tomcat-4.0.4 This is one of the most confusing things about tomcat. if you deploy a test.war file using the manager's install function, Why does tomcat simply create an empty directory using the name of the path? I can't get tomcat to see the war file I wish to deploy. I would have to restart tomcat in order for it to create a directory that shows the contents of test.war. From another users advice I used the reload command and this provided no solution. What seems to be the problem? On Mon, 2002-09-02 at 02:10, Antoine Solomon wrote: > I tried using the reload command but get the same results.. Using the > list command shows me all current web applications running > here is a list > > OK - Listed applications for virtual host localhost > /HelloWorld:running:0 > /manager:running:0 > /examples:running:0 > /tomcat-docs:running:0 > /webdav:running:0 > /test:running:0 > /:running:0 > > test will only give me a directory listing for the empty test directory > I have in webapps. please help > > On Sun, 2002-09-01 at 22:07, garrett smith wrote: > > Did you try > > > > http://localhost:8080/manager/reload?path=/test > > > > If that is successful, try > > > > http://dhtmlkitchen.com:8080/manager/list > > > > Here's a document: > > http://jakarta.apache.org/tomcat/tomcat-4.0-doc/manager-howto.html > > > > Hope it helps you. > > > > > > --- Antoine Solomon <[EMAIL PROTECTED]> wrote: > > > > > > I have a problem installing a simple war file to my webapps directory. > > > I successfully install the deploy this war file using the > > > > > > localhost:8080/mamager/install?path=/test&war=jar:file:/test.war!/ > > > > > > and the server tells me that everything is ok. But when I go and access > > > my servlet, I get a status 404 on the server mapping. I know i > > > archieved my war file properly because when I restart the server I am > > > able to access my servlet. What should I do? > > > > > > > > > -- > > > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > > > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > > > > > > ===== > > http://dhtmlkitchen.com/ > > > > __________________________________________________ > > Do You Yahoo!? > > Yahoo! Finance - Get real-time stock quotes > > http://finance.yahoo.com > > > > -- > > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
