Re: using manager webapp programatically

2006-10-10 Thread Jason Novotny
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.

using manager webapp programatically

2006-10-09 Thread Jason Novotny
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,

valueUnbound does not get called

2006-05-08 Thread Jason Novotny
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

weird AJP errors with Tomcat 5.5.12

2006-02-01 Thread Jason Novotny
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

Re: TC 5.5.12 WARNING: A docBase XXX inside the host appBase has been specified, and will be ignored

2005-12-20 Thread Jason Novotny
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

Re: TC 5.5.12 WARNING: A docBase XXX inside the host appBase has been specified, and will be ignored

2005-12-19 Thread Jason Novotny
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

TC 5.5.12 WARNING: A docBase XXX inside the host appBase has been specified, and will be ignored

2005-12-19 Thread Jason Novotny
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