-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Joshua,
On 1/16/15 1:36 AM, Joshua Wang wrote:
> But i see sessionCookiePath, sessionCookieName and
> sessionCookieDomain configures, what is those used for?
Those are used for customizing the details that Tomcat will use when
creating a JSESSIONID
Hi,
But i see sessionCookiePath, sessionCookieName and sessionCookieDomain
configures, what is those used for?
And apache says they just don't recommend to add context into server.xml,
besides, xml files can be putted into conf\Catalina\localhost
Joshua
On Fri, Jan 16, 2015 at 11:24 AM, Christoph
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Joshua,
On 1/15/15 9:00 PM, Joshua Wang wrote:
> I'm using tomcat 6, and i have an application deployed into webapps
> and re-named ROOT, so users can visit using http://ip:8080/. But i
> need to configure that when users input http://ip:8080/portal
Hi,
I'm using tomcat 6, and i have an application deployed into webapps and
re-named ROOT, so users can visit using http://ip:8080/.
But i need to configure that when users input http://ip:8080/portal.do and
http://ip:8080/csmis also can visit the same site. So i added
into server.xml like below: