p wouldn't have to run on the same instance of Tomcat (which you do
when you rely on crossContext).
Yoav
On 10/9/06, Jason Novotny <[EMAIL PROTECTED]> wrote:
Hi,
I have a webapp (a portal) that sets the crossContext="true" and so
can accesss other webapps in Tomcat.
Hi,
I have a webapp (a portal) that sets the crossContext="true" and so
can accesss other webapps in Tomcat. My goal is to do an include() on
the manager webapp to show the deployed applications. Here is my code:
doGet(HttpServletRequest req, HttpServletResponse res) throws
IOException,
Hi,
I'm writing a portlet that stuffs some data in the session. I put
debug staements in the valueBound and valueUnbound methods of my object
which implements the HttpSessionBindingListener. I see that the
valueBound method is getting invoked, however valueUnbound does not get
invoked whe
Hi,
Looking at the log files of Tomcat 5.5.12, I see some pretty strange
errors, I've never seen before:
Does anyone know what this means?
Jan 31, 2006 5:16:09 PM org.apache.jk.common.MsgAjp processHeader
SEVERE: BAD packet signature 32896
Jan 31, 2006 5:16:11 PM org.apache.jk.common.Cha
sidered a bug?
Thanks, Jason
Yoav
On 12/19/05, Jason Novotny <[EMAIL PROTECTED]> wrote:
Hi Yoav,
I tried the context without the Logger element and unfortunately it
still does not work. Based on some other responses I received it seems
there are only two options to modify the c
nge
the URL to be something like
http://localhost:8080/portal
I don't want them to have to rename the actual deployed web application
WAR file or directory. Thats what I thought the path and docBase were
used for.
Thanks very much, Jason
Caldarale, Charles R wrote:
From: Jason
Hi,
Using Tomcat 5.5.12 and my servlet context fragment:
reloadable="false" crossContext="true">
prefix="localhost_gridsphere_log." suffix=".txt" timestamp="true"/>
doesn't seem to work-- I get this message in my logfile:
WARNING: A docBase
/Users/novotny/Jakarta/tomcat-5.5.12/web