I'm running an application under tomcat6. Also, if I go to the root of the
tomcat server http://myserver:8080, I can see the tomcat home page displayed.
I assume this is the ROOT in webapps. Regardless, then I attempt to hit the
application by putting the name of the war on the end,
http://m
On Wed, Aug 05, 2015 at 09:12:14PM -0700, Tim Gustafson wrote:
> I'm trying to configure an e-mail session in my Tomcat configuration like
> this:
>
>auth="Container"
> type="javax.mail.Session"
> mail.transport.protocol="smtp"
> mail.smtp.host="192.168.0.2"
> mail
I have tomcat 7.0.41 running on multiple machines all running with jre1.7.0_80.
I know they are identical installations because they are all extracted from the
same tarball.
On machines running Centos5, 5.4, 6.2 and 7, the manager GUI is the v7 look and
feel.
On one machine running Centos6.6,
Hi,
I would like to know if we can do servlet forwarding between 2 different
webapps deployed on 2 different virtual hosts configured in the same Tomcat
container.
So, I have configured 2 different virtual hosts in my Tomcat server.xml as
follows:
and put the root.xml file for default webapps
Am 6. August 2015 06:12:14 MESZ, schrieb Tim Gustafson :
>I'm trying to configure an e-mail session in my Tomcat configuration
>like this:
>
> auth="Container"
> type="javax.mail.Session"
> mail.transport.protocol="smtp"
> mail.smtp.host="192.168.0.2"
> mail.debug="true"