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
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
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
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
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
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
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
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
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
--
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
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
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
12 matches
Mail list logo