How do I unsubscribe ?

2007-07-11 Thread andy.mcneill
Hi, Is there an alternative way to unsubscribe from this user group ? I have sent numerous blank emails to [EMAIL PROTECTED], but it seems to have no effect, thanks Andy - To start a new topic, e-mail: users@tomcat.apache.

Problem using deploy/undeploy ant tasks

2007-02-13 Thread andy.mcneill
Hi, I'm trying to apply changes to a webapp to a running tomcat server. I'm using an ant target like this It all appears to work and I get a BUILD SUCCESSFUL message. However the web application is no longer available and I get a 404. According to the To

RE: Tomcat unexpectedly shuts down

2007-01-11 Thread andy.mcneill
Have you tried profiling the jvm memory usage? I have had problems (created my myself) with Tomcat locking up due to outofMemory errors - if it reaches this stage it won't be able to shutdown gracefully -Original Message- From: Steve Ingraham [mailto:[EMAIL PROTECTED] Sent: 11 January 200

Embedding an integration engine in Tomcat

2007-01-09 Thread andy.mcneill
Hello, I'm looking to deploy a very lightweight integration engine into Tomcat. What I need it to do is -Receive messages over http, ftp, web service, jms Or -Retrieve messages from an Oracle database -Transform messages to a proprietary XML format -Send transformed messages out over http S

Embedding an integration engine in Tomcat

2007-01-09 Thread andy.mcneill
Hello, I'm looking to deploy a very lightweight integration engine into Tomcat. What I need it to do is -Receive messages over http, ftp, web service, jms Or -Retrieve messages from an Oracle database -Transform messages to a proprietary XML format -Send transformed messages out over http S

RE: Cannot access classes in /WEB-INF/lib

2006-12-18 Thread andy.mcneill
Thanks - I have fixed it. Seemed to be a class conflict between jasper and some other graphing libraries. -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: 17 December 2006 21:25 To: Tomcat Users List Subject: Re: Cannot access classes in /WEB-INF/lib Andy The jar

Cannot access classes in /WEB-INF/lib

2006-12-17 Thread andy.mcneill
> Hello > > I have a relatively simple servlet which runs the Jasper > reporting engine. I want this servlet to be easy to deploy so I have > put the Jasper libraries in the WEB-INF/lib directory so it is > standalone. > > But at runtime I get a Jasper classpath not found exc