Tomcat and ClassLoaders

2007-11-28 Thread Auke Noppe
Hi, I have an application that uses the embedded version of tomcat. In my classpath I have some jars that are the same as the webapp I deploy in tomcat. Now the problem is, that the webapp uses the jars from the classpath of the ‘root’ application and not the jars that the webapp has in his c

RE: 2 tomcat beginer problems

2007-10-29 Thread Auke Noppe
You could initiate the request and response by hand and call de doGet method and pass your own response and request. And of course set your params in the request or response. -Oorspronkelijk bericht- Van: loredana loredana [mailto:[EMAIL PROTECTED] Verzonden: maandag 29 oktober 2007 16:2

RE: Start tomcat without Connector

2007-10-24 Thread Auke Noppe
you call start): Manager manager = context.getManager(); Session session = manager.createSession("MySessionId"); manager.add(session); HttpSession hsession = session.getSession(); hsession.setAttribute(foo, bar); "Auke Noppe" <[EMAIL PROTECTED]> wrote

RE: Start tomcat without Connector

2007-10-24 Thread Auke Noppe
text.getManager(); Session session = manager.createSession("MySessionId"); manager.add(session); HttpSession hsession = session.getSession(); hsession.setAttribute(foo, bar); "Auke Noppe" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi, I ha

RE: Start tomcat without Connector

2007-10-23 Thread Auke Noppe
method of MemoryProtocolHandler. "Auke Noppe" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi there, Is it possible to start an instance of (embedded)tomcat without connector, and to invoke pages through the context.invoke(request, response) method? I have written a smal

RE: Start tomcat without Connector

2007-10-23 Thread Auke Noppe
Connector. It will probably be easier to create a Connector using the MemoryProtocolHandler (in org.apache.coyote.memory). You're code can get a reference to it by calling getProtocolHandler() on the Connector, and then feed your request through the process method of MemoryProtocolHandle

RE: Start tomcat without Connector

2007-10-23 Thread Auke Noppe
omcat Users List Onderwerp: Re: Start tomcat without Connector -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Auke, Auke Noppe wrote: > Is it possible to start an instance of (embedded)tomcat without connector, > and to invoke pages through the context.invoke(request, response) method? Do

Start tomcat without Connector

2007-10-22 Thread Auke Noppe
Hi there, Is it possible to start an instance of (embedded)tomcat without connector, and to invoke pages through the context.invoke(request, response) method? I have written a small application which starts embedded tomcat with a server, engine, host and context, but without connector. And t

RE: Problem installing application context as ROOT

2007-10-18 Thread Auke Noppe
Try to build your app as ROOT.war. Because tomcat extracts the war-file, and makes some copies to tmp and work dirs. -Oorspronkelijk bericht- Van: Ken Bowen [mailto:[EMAIL PROTECTED] Verzonden: donderdag 18 oktober 2007 13:43 Aan: users@tomcat.apache.org Onderwerp: Problem installing ap

RE: custom web.xml digester call

2007-10-18 Thread Auke Noppe
-- HARBOR: http://coolharbor.100free.com/index.htm Now Tomcat is also a cool application server --- - Original Message ----- From: "Auke Noppe" <[EMAIL PROTECTED]> To: Sent: Wednesday, October 17, 2007 3:37 PM Subjec

custom web.xml digester call

2007-10-17 Thread Auke Noppe
Hi, Is it possible to call the digester of the web.xml by hand? Like you can override the createstartdigester method in catalina.java? Regards, Auke Noppe No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.488 / Virus Database: 269.14.13/1074

No servlet class has been specified for servlet null

2007-10-16 Thread Auke Noppe
Class", getName())); } Thanks in advance. Auke Noppe No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.488 / Virus Database: 269.14.12/1072 - Release Date: 15-10-2007 17:55