help tomcat-user

2003-01-21 Thread joel . dewitt
help tomcat-user This communication is for informational purposes only. It is not intended as an offer or solicitation for the purchase or sale of any financial instrument or as an official confirmation of any transaction. All market prices, data and other information are not warranted as to

unsubscribe tomcat-user

2003-01-21 Thread joel . dewitt
unsubscribe tomcat-user This communication is for informational purposes only. It is not intended as an offer or solicitation for the purchase or sale of any financial instrument or as an official confirmation of any transaction. All market prices, data and other information are not warranted

Newbie cookie question

2003-01-17 Thread joel . dewitt
All, Is there any way to code a cookie so that all the webapps on the same Tomcat server can receive it? I also need it to disappear when the browser is shut. Thanks, Joel This communication is for informational purposes only. It is not intended as an offer or solicitation for the purchase

Re: Newbie cookie question

2003-01-17 Thread joel . dewitt
The problem is that it works perfectly on WebSphere 4.x, but not Tomcat ** for the other webapps**. The worst case would be a bug in WebSphere, the production server, that gets fixed someday. This looks right, but am I missing something?--- Cookie aCookie = new Cookie( MY_COOKIE_KEY,

Cannot send cookies between webapps on Tomcat 4.1.12

2003-01-16 Thread joel . dewitt
I am running two webapps on Apache Tomcat/4.1.12, on Win2000, port 8080. One is called partners the other buildings. I can reach partners through URL: http://mymachine.ny.mycompany.com:8080/partners;, buildings through URL: http://mymachine.ny.mycompany.com:8080/buildings;. Partners creates a

Cannot send cookies between webapps on Tomcat 4.1.12

2003-01-16 Thread joel . dewitt
I am running two webapps on Apache Tomcat/4.1.12, on Win2000, port 8080. One is called partners the other buildings. I can reach partners through URL: http://mymachine.ny.mycompany.com:8080/partners;, buildings through URL: http://mymachine.ny.mycompany.com:8080/buildings;. Partners creates a

Is there any way to set request headers?

2003-01-14 Thread joel . dewitt
Is there any way to set request headers, i.e., an existing mod between Apache and Tomcat, which can set request headers to be decoded by a servlet? Thanks, Joel This communication is for informational purposes only. It is not intended as an offer or solicitation for the purchase or sale of

Emulate Entrust headers

2003-01-13 Thread joel . dewitt
Is there a simple way to add HttpRequest headers from Tomcat to emulate Entrust security? When I add a header within a servlet, then forward the request to to a JSP, the header appears to be stripped. Thanks, Joel This communication is for informational purposes only. It is not intended as