RE: Session persistance

2004-04-16 Thread Johan Wasserman - CPX Mngd Services
Any luck Anu? I have exactly the same request... I need to serialize the session (HttpSession to a byte array) and save it to a blob in MySql (i use Hibernate). I have tried, for example; ... ByteArrayOutputSream baos = new ByteArrayOutputstream(); ObjectOutputStream oos = new

RE: [ANN] Apache Tomcat 5.0.9 Beta released

2003-08-26 Thread Johan Wasserman - CPX Mngd Services
HOT! Any spec's available on setting up and running under Apache? Did it really change all that much? Thanks from a loyal supporter. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Apache 2.0.46 / Tomcat 5.0.3

2003-08-25 Thread Johan Wasserman - CPX Mngd Services
Has anyone got Tomcat 5.0.3 working with Apache 2.0.46 (using mod_jk2)? Especialy concerning struts... I just cannot get the actions (*.do) to work whithout it giving me a 404 not found. It works file Tomcat standalone. All other *.jsp, images, etc. loads fine via Apache. If it's a Tomcat

RE: Apache-Tomcat-Struts 404 Not Found

2003-08-20 Thread Johan Wasserman - CPX Mngd Services
John Johan Wasserman - CPX Mngd Services wrote: Hi, I got Tomcat and Apache configured according to documentation (still referencing TC4x) I found on the web. It seemed to work fine but while testing struts I found that the actions (*do) resulted in a 404 Not found. When I test via

RE: apache2, mod_jk2, tomcat4.1.27: server has been restarted or reset this connection

2003-08-20 Thread Johan Wasserman - CPX Mngd Services
Chris, where do I get mod_jk2 (binery) and some kind of documentation to tell me how to set up. I have Tomcat v. 5.0.3 Apache v. 2.0.46 but the setup does not work too well. Thanks. Johan. -Original Message- From: Chris Joelly [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20,

Apache-Tomcat-Struts 404 Not Found

2003-08-19 Thread Johan Wasserman - CPX Mngd Services
Hi, I got Tomcat and Apache configured according to documentation (still referencing TC4x) I found on the web. It seemed to work fine but while testing struts I found that the actions (*do) resulted in a 404 Not found. When I test via Tomcat only (localhost:8080) it works fine. I have probably

RE: Apache-Tomcat-Struts 404 Not Found

2003-08-19 Thread Johan Wasserman - CPX Mngd Services
: Apache-Tomcat-Struts 404 Not Found Tomcat 4 and Tomcat 5 configuration with mod_jk are the same. Do you have something like this in your httpd.conf file? JkMount /*.do ajp13 John Johan Wasserman - CPX Mngd Services wrote: Hi, I got Tomcat and Apache configured according to documentation