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 wrote: > On Sep 6, 2013, at 7:40 AM, Ankit Kumar > wrote: > > > I've deployed a web service as a .aar file in axis 2, and i've deployed > > axis

Re: Classpath issues

2013-09-06 Thread Daniel Mikusa
On Sep 6, 2013, at 7:40 AM, Ankit Kumar 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 that has to be > in the cl

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 ??? http://uima.apache.org/d/uimafit-current/tools.uimafit.boo

Re: Classpath issues with Embedded Tomcat 7

2012-04-20 Thread Pid *
On 19 Apr 2012, at 23:09, Konstantin Kolinko wrote: > 2012/4/20 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 direct

Re: Classpath issues with Embedded Tomcat 7

2012-04-19 Thread Konstantin Kolinko
2012/4/20 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 use

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 t

Re: Classpath issues with Embedded Tomcat 7

2012-04-19 Thread Adam Gordon
On Thu, Apr 19, 2012 at 15:11, Caldarale, Charles R 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 set for the system pro

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

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 cr

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

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 Em

Re: Classpath issues with Embedded Tomcat 7

2012-04-19 Thread Konstantin Kolinko
2012/4/19 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? > Subscribe to the Mailing list pr

Re: Classpath issues with Embedded Tomcat 7

2012-04-19 Thread icfantv
nabble.com/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-mai

Re: Tomcat5 CLASSPATH Issues

2009-10-26 Thread Konstantin Kolinko
2009/10/26 Rob Ogilvie : > On Mon, Oct 26, 2009 at 09:02, Caldarale, Charles R > 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

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: > > http://publib.boulder.ibm.com/infocenter/forms/v3r0m0/index.jsp?topic=/com.ibm.help.forms.doc/API_Install_Guide/i_wfsa_g_unix_settin

Re: Tomcat5 CLASSPATH Issues

2009-10-26 Thread Rob Ogilvie
On Mon, Oct 26, 2009 at 09:02, Caldarale, Charles R 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 matter). I agree. Unfortuna

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 CLAS

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 time