Re: Grails WAR file not working

2010-01-27 Thread AwTIn
ote: > >> >> >> >> n828cl wrote: >> > >> >> From: AwTIn [mailto:tanner.kl...@gmail.com] >> >> Subject: RE: Grails WAR file not working >> >> >> >> Tomcat version: 5.5.7 >> > >> > That's o

Re: Grails WAR file not working

2010-01-27 Thread anthonyvierra
;> From: AwTIn [mailto:tanner.kl...@gmail.com] > >> Subject: RE: Grails WAR file not working > >> > >> Tomcat version: 5.5.7 > > > > That's over 4.5 years old, so it might be time to upgrade... > > > >> JVM: 1.5.0-b64 > > > > T

RE: Grails WAR file not working

2010-01-27 Thread AwTIn
n828cl wrote: > >> From: AwTIn [mailto:tanner.kl...@gmail.com] >> Subject: RE: Grails WAR file not working >> >> Tomcat version: 5.5.7 > > That's over 4.5 years old, so it might be time to upgrade... > >> JVM: 1.5.0-b64 > > That's n

RE: Grails WAR file not working

2010-01-26 Thread Caldarale, Charles R
> From: AwTIn [mailto:tanner.kl...@gmail.com] > Subject: RE: Grails WAR file not working > > Tomcat version: 5.5.7 That's over 4.5 years old, so it might be time to upgrade... > JVM: 1.5.0-b64 That's nearly 6 years old... > OS: Ubuntu Are you running a real

RE: Grails WAR file not working

2010-01-26 Thread AwTIn
n828cl wrote: > >> From: AwTIn [mailto:tanner.kl...@gmail.com] >> Subject: Grails WAR file not working > >> What might cause this problem? > > Not telling us your exact Tomcat version, the JVM you're using, the OS > you're running on... for starters

RE: Grails WAR file not working

2010-01-26 Thread Caldarale, Charles R
> From: AwTIn [mailto:tanner.kl...@gmail.com] > Subject: Grails WAR file not working > What might cause this problem? Not telling us your exact Tomcat version, the JVM you're using, the OS you're running on... for starters. You might want to look in the Tomcat log

Grails WAR file not working

2010-01-26 Thread AwTIn
, I get an HTTP Status 404 error. What might cause this problem? -- View this message in context: http://old.nabble.com/Grails-WAR-file-not-working-tp27326818p27326818.html Sent from the Tomcat - User mailing list archive at

Re: war file not working

2008-04-21 Thread John Pedersen
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 <[EMAIL PROTECTED]> 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.xm

Re: war file not working

2008-04-21 Thread Christopher Schultz
-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 startu

war file not working

2008-04-21 Thread John Pedersen
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: I have tried with and without antiJARLocking and antiResourceLocking ( I am using windows ) Nothing written to a log file either. Any suggestions? TIA, John