Re: Classpath issues with Embedded Tomcat 7

2012-04-20 Thread Pid *
On 19 Apr 2012, at 23:09, Konstantin Kolinko knst.koli...@gmail.com wrote: 2012/4/20 Caldarale, Charles R chuck.caldar...@unisys.com: From: Adam Gordon [mailto:adam.n.gor...@gmail.com] Subject: Re: Classpath issues with Embedded Tomcat 7 it's creating tomcat.9090 in the same directory as my

Re: Classpath issues with Embedded Tomcat 7

2012-04-19 Thread icfantv
UPDATE: Adding ALL my WEB-INF/lib jars to my launch command classpath causes the web application to start, but I'm not sure this is correct. If it is, what's the point of the WEB-INF/lib directory? Anyone have any thoughts here? -- View this message in context:

Re: Classpath issues with Embedded Tomcat 7

2012-04-19 Thread Konstantin Kolinko
2012/4/19 icfantv adam.n.gor...@gmail.com: UPDATE: Adding ALL my WEB-INF/lib jars to my launch command classpath causes the web application to start, but I'm not sure this is correct.  If it is, what's the point of the WEB-INF/lib directory? Anyone have any thoughts here? Subscribe to the

Re: Classpath issues with Embedded Tomcat 7

2012-04-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Adam, On 4/19/12 1:46 PM, Adam Gordon wrote: UPDATE: If this is an update, why not reply to your original thread? It's difficult to keep everything in context when you start a new thread. By adding all my jars in WEB-INF/lib to my launch command

Re: Classpath issues with Embedded Tomcat 7

2012-04-19 Thread Adam Gordon
Chris- If this is an update, why not reply to your original thread? It's difficult to keep everything in context when you start a new thread. I got in trouble for using Nabble and my original message never posted, just the update.  Since I wasn't sure how to handle or correct it all I just

RE: Classpath issues with Embedded Tomcat 7

2012-04-19 Thread Caldarale, Charles R
From: Adam Gordon [mailto:adam.n.gor...@gmail.com] Subject: Re: Classpath issues with Embedded Tomcat 7 the docs say Tomcat provides a sensible default for a temp dir which is why I didn't set one. That's true when Tomcat is run as a normal server, but for embedded, it will use whatever

Re: Classpath issues with Embedded Tomcat 7

2012-04-19 Thread Adam Gordon
On Thu, Apr 19, 2012 at 15:11, Caldarale, Charles R chuck.caldar...@unisys.com wrote: the docs say Tomcat provides a sensible default for a temp dir which is why I didn't set one. That's true when Tomcat is run as a normal server, but for embedded, it will use whatever the JVM decides to

RE: Classpath issues with Embedded Tomcat 7

2012-04-19 Thread Caldarale, Charles R
From: Adam Gordon [mailto:adam.n.gor...@gmail.com] Subject: Re: Classpath issues with Embedded Tomcat 7 it's creating tomcat.9090 in the same directory as my web application. That looks like the pid file used for shutting down Tomcat via scripts. I don't think that has anything to do

Re: Classpath issues with Embedded Tomcat 7

2012-04-19 Thread Konstantin Kolinko
2012/4/20 Caldarale, Charles R chuck.caldar...@unisys.com: From: Adam Gordon [mailto:adam.n.gor...@gmail.com] Subject: Re: Classpath issues with Embedded Tomcat 7 it's creating tomcat.9090 in the same directory as my web application. That looks like the pid file used for shutting down