You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by John Pedersen <jo...@gmail.com> on 2008/04/21 17:40:18 UTC

war file not working

Hi,

When I drop a war file into my webapps folder, it doesn't explode. Nothing
happens.

Here is a part of my server.xml:

<Host name="localhost"  appBase="webapps"
            unpackWARs="true" autoDeploy="true"
            xmlValidation="false" xmlNamespaceAware="false"
antiJARLocking="true" antiResourceLocking = "true">

I have tried with and without antiJARLocking and antiResourceLocking ( I am
using windows )

Nothing written to a log file either.

Any suggestions?

TIA,

John

Re: war file not working

Posted by Christopher Schultz <ch...@christopherschultz.net>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

John,

John Pedersen wrote:
| When I drop a war file into my webapps folder, it doesn't explode. Nothing
| happens.

Stupid questions:
1. What version of Tomcat and JDK are you using?
2. Is Tomcat actually running (does it successfully complete startup)?
3. Are you sure you are starting the Tomcat you think you are starting?
4. Is there anything interesting in catalina.out or any other log file?

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkgMuS8ACgkQ9CaO5/Lv0PDCYACeNBP35Y/g+1OaOLHDEqYZWmgE
UEcAoLllDDILxm9thJQtVzrEnLUweUWe
=t6hs
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: war file not working

Posted by John Pedersen <jo...@gmail.com>.
Never mind - I found a context.xml file in tomcat/conf/catalina - removing
that allowed the war file to work.

On 21/04/2008, John Pedersen <jo...@gmail.com> wrote:
>
> Hi,
>
> When I drop a war file into my webapps folder, it doesn't explode. Nothing
> happens.
>
> Here is a part of my server.xml:
>
> <Host name="localhost"  appBase="webapps"
>             unpackWARs="true" autoDeploy="true"
>             xmlValidation="false" xmlNamespaceAware="false"
> antiJARLocking="true" antiResourceLocking = "true">
>
> I have tried with and without antiJARLocking and antiResourceLocking ( I
> am using windows )
>
> Nothing written to a log file either.
>
> Any suggestions?
>
> TIA,
>
> John
>