Running application keeps redirecting back to the Root application

2015-08-06 Thread Eric Wood
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

Re: Configuring E-Mail Session via JNDI

2015-08-06 Thread Mark H. Wood
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

Tomcat 7.0.41 shows v6 manager GUI

2015-08-06 Thread Dan OConnor
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,

RequestDispatcher.forward between 2 virtual hosts defined in the same Tomcat container

2015-08-06 Thread Neha Munjal
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

Re: Configuring E-Mail Session via JNDI

2015-08-06 Thread Felix Schumacher
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"