problem with Tomcat 4.1.12 and Dell optiplex gs260 pc

2003-03-26 Thread Yong Wang
Hi, I got the following exception when I run tomcat 4.1.12, J2SDK1.4.1.02 (or J2SDK1.4.0.03) on a Dell optiplex gs 260 PC running W2K sp3. The same application works fine if I run tomcat 4.0.06 and J2SDK1.4.1.02 on the same PC. What could be the cause? (btw, the class it crashes at is compiled

jsessionid problem with a new window (HTA)

2002-12-19 Thread Yong Wang
Hi, I have a web application running on Tomcat 4.1 and has to support both regular browser and HTA. On one of the pages, I need to pop up a new window to display a PDF file generated by a servlet. The servlet needs to use some information stored in the session to generate the PDF content. So this

RE: jsessionid problem with a new window (HTA)

2002-12-19 Thread Yong Wang
js file ? Why don't you just use: javascript:window.parent.do_submit_popup('%= response.encodeUrl(PrintReport) %',null,'_new'); -Original Message- From: Yong Wang [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 4:59 PM To: [EMAIL PROTECTED] Subject: jsessionid