Re: Is this common behavior in Apache Tomcat? (cPanel install of Tomcat 5.5)

2010-09-12 Thread André Warnier
Carlo del Mundo wrote: I realized the problem indirectly as I wrote this e-mail; thanks for your quick response also. I went to my httpd.conf for Apache, found the VirtualHost entry to my Servlet, to find that my application was not automagically listed under JkMount. I manually added it, and

Re: Host Manager.

2010-09-12 Thread Wesley Acheson
Okay I'm most of the way to a solution but I wouldn't mind if someone would take a look at a new WIP class and tell me what needs cleaning. Its not quite functional. Anyone interested? On Fri, Sep 3, 2010 at 4:44 AM, Wesley Acheson wesley.ache...@gmail.com wrote: Looked at that before not

RE: Host Manager.

2010-09-12 Thread Martin Gainty
could you configure public static void writeXml( Node n, OutputStream os ) throws TransformerException of org.apache.tomcat.util.DomUtil to trap TransformerFactoryConfigurationError

Re: Host Manager.

2010-09-12 Thread Wesley Acheson
On Sun, Sep 12, 2010 at 5:38 PM, Martin Gainty mgai...@hotmail.com wrote: could you configure public static void writeXml( Node n, OutputStream os )         throws TransformerException  of org.apache.tomcat.util.DomUtil to trap TransformerFactoryConfigurationError

Tomcat IIS - Understanding Context definition to access Webapps

2010-09-12 Thread Alexander Diedler
Hello, I think I have a little issue in my configuration of the webserver. I have a Windows 2003 Webserver with IIS and Tomcat Connector and two webapps, that should be delivered through the IIS. But I only get the default Welcome Site from Tomcat. In my Tomcat 6.0.26 I have a Webapp A. It´s

Re: interaction between .forward() and security-constraint

2010-09-12 Thread Brian McBride
Hi Christopher On 09/09/2010 19:47, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- [...] Here's something you can do. Write a filter that you attach to URLs that /are/ used for authentication, and then copy the user's username into the session. Yes, that's the approach I'm

Possible to proxy JMX?

2010-09-12 Thread Wesley Acheson
Hi I was wondering if Its possible to proxy a JMX service. I got to thinking a lot of people don't hot deploy for whatever reasons. They literally shut down tomcat and put in the new content and start it up again. If it was possible to proxy JMX though I think it should be possible to have a

Re: Tomcat IIS - Understanding Context definition to access Webapps

2010-09-12 Thread Wesley Acheson
On Sun, Sep 12, 2010 at 10:12 PM, Alexander Diedler adied...@tecracer.de wrote: I create in conf/Catalina/localhost a new file called webSiteA.xml with this content: --- try creating it in conf/Catalina/webSiteA. The folder structure is conf/[Engine]/[host] ?xml version='1.0'

RE: Tomcat IIS - Understanding Context definition to access Webapps

2010-09-12 Thread Caldarale, Charles R
From: Wesley Acheson [mailto:wesley.ache...@gmail.com] Subject: Re: Tomcat IIS - Understanding Context definition to access Webapps I create in conf/Catalina/localhost a new file called webSiteA.xml with this content: try creating it in conf/Catalina/webSiteA Need to be more explicit;