Alec Bickerton wrote:
> 
> Hi all,
> 
> Still having the proble where TC4 refuses to install a WAR file, claiming file does 
>not exist,
> The manager app reports the file does not exit.
> however when I login as Tomcat4 and extract the file using : jar xf myapp.war
> 
> the directory gets created and I can install fine.
> 
> How can I make TC4 do this itself?
> 
> (Do I need the webapps parent dir in the WAR file ? )

<Engine className="org.apache.catalina.connector.warp.WarpEngine"
     name="Apache" debug="0" appBase="webapps">
appBase is $HOMEjakarta-tomcat-4.0.1/webapps.
Are you sure you are in the right part of the server.xml (it must be in <Service
name="Tomcat-Apache"> part).

> 
> My apologies if my Tabs don't show up correctly.
> 
> eg
> 
> Should it be built as I am using below
> myapp.war
>         |
>         WEB-INF/
>         |       |
>         |       lib/
>         |       web.xml
>         |`
>         META-INF/
>                 |
>                 MANIFEST.MF
> 
> Or
> 
> myapp.war
>         myapp
>                 |
>                 As above.
> MOD_ WEBAPP
> I'm having a problem with mod_webapp, I can access the servlet without any problem 
>using {server}:8180/logserver/process
> {DATA} As a HTTP POST request.
> 
> When I try it using mod_webapp I get Internal server error
> 
> Btw,
> 
> This doesnt happen using HTTP GET?  is this a bug in mod_webapp or I am simpley 
>using it wrong
> 
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to