> 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 ex
On Sun, Sep 12, 2010 at 10:12 PM, Alexander Diedler
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]
>
> distributable="true">
The path element will b
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 smal
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 tryin
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
On Sun, Sep 12, 2010 at 5:38 PM, Martin Gainty wrote:
>
> could you configure
> public static void writeXml( Node n, OutputStream os ) throws
> TransformerException
> of org.apache.tomcat.util.DomUtil to trap
> TransformerFactoryConfigurationError
> http://cupi2.uniandes.edu.co/site/ima
could you configure
public static void writeXml( Node n, OutputStream os ) throws
TransformerException
of org.apache.tomcat.util.DomUtil to trap TransformerFactoryConfigurationError
http://cupi2.uniandes.edu.co/site/images/recursos/javadoc/j2se/1.5.0/docs/api/javax/xml/transform/Transf
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 wrote:
> Looked at that before not really convinced reworking th
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