Classpath issues

2013-09-06 Thread Ankit Kumar
I've deployed a web service as a .aar file in axis 2, and i've deployed axis2 on tomcat , now my service need to read some xml files that has to be in the classpath . Also i need to make a metainf folder in the classpath how do i do it ???

Re: Classpath issues

2013-09-06 Thread Daniel Mikusa
On Sep 6, 2013, at 7:40 AM, Ankit Kumar ankitthemight...@gmail.com wrote: I've deployed a web service as a .aar file in axis 2, and i've deployed axis2 on tomcat , I'm going to assume you're deploying this as a WAR file. If not, please specify. now my service need to read some xml files

Re: Classpath issues

2013-09-06 Thread Ankit Kumar
I've deployed the web service as a .aar file on axis 2 , axis 2 is deployed on tomcat 7 as a .war file On Fri, Sep 6, 2013 at 6:12 PM, Daniel Mikusa dmik...@gopivotal.com wrote: On Sep 6, 2013, at 7:40 AM, Ankit Kumar ankitthemight...@gmail.com wrote: I've deployed a web service as a .aar

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
/Classpath-issues-with-Embedded-Tomcat-7-tp4898646p4898810.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

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

Classpath issues with Embedded Tomcat 7

2012-04-19 Thread Adam Gordon
UPDATE: By adding all my jars in WEB-INF/lib to my launch command classpath, I can get the embedded server to run, but this does not seem correct as then what would be the point of WEB-INF/lib? --- I've been unable to find any decent documentation on how to use

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

Tomcat5 CLASSPATH Issues

2009-10-26 Thread Rob Ogilvie
Good Morning, I have an application I am attempting to deploy under Tomcat5 (5.5.23 from CentOS 5.4) that requires a specific CLASSPATH and LD_LIBRARY_PATH be set. I don't seem to be having any problems setting the LD_LIBRARY_PATH (just added a line to tomcat5.conf), but am having a heck of a

RE: Tomcat5 CLASSPATH Issues

2009-10-26 Thread Caldarale, Charles R
From: Rob Ogilvie [mailto:r...@axpr.net] Subject: Tomcat5 CLASSPATH Issues I have an application I am attempting to deploy under Tomcat5 (5.5.23 from CentOS 5.4) that requires a specific CLASSPATH and LD_LIBRARY_PATH be set. If any webapp requires a specific CLASSPATH setting, the webapp

Re: Tomcat5 CLASSPATH Issues

2009-10-26 Thread Rob Ogilvie
On Mon, Oct 26, 2009 at 09:02, Caldarale, Charles R chuck.caldar...@unisys.com wrote: If any webapp requires a specific CLASSPATH setting, the webapp is ill-engineered at best. The CLASSPATH environment variable should *never* be used with Tomcat (or any other Java program, for that

Re: Tomcat5 CLASSPATH Issues

2009-10-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rob, On 10/26/2009 12:21 PM, Rob Ogilvie wrote: Unfortunately, IBM disagrees and our webapp relies on this API:

Re: Tomcat5 CLASSPATH Issues

2009-10-26 Thread Konstantin Kolinko
2009/10/26 Rob Ogilvie r...@axpr.net: On Mon, Oct 26, 2009 at 09:02, Caldarale, Charles R chuck.caldar...@unisys.com wrote: If any webapp requires a specific CLASSPATH setting, the webapp is ill-engineered at best. The CLASSPATH environment variable should *never* be used with Tomcat (or