RE: session from URL/Cookie

2002-04-03 Thread Huy K Dung
How do i encode URLs in Velocity Macro? I am using Tomcat and Turbine. -Original Message- From: Jeff Larsen [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 10:36 AM To: Tomcat Users List Subject: Re: session from URL/Cookie I'm not entirely sure I understand your problem, but

RE: session object [urgent!]

2002-04-03 Thread Huy K Dung
Hi Nancy, I don't think it's Tomcat's problem. It's a problem with the browsers themselves. This problem happens to me even with Tomcat 3.2.3. At first I thought it's a problem with Tomcat 3.3.1 but I ran the same app with Tomcat 3.2.3 and the problem still persists. A workaround or some tricks

RE: session object [urgent!]

2002-04-03 Thread Huy K Dung
I have exactly the same problem. I am working on a solution but still no luck. This problem happens to me only when i am using Netscape 4.79. IE 5.5 and Netscape 6.2.2 are OK. I find that IE 5.5 creates a new session in a new window when IE 5.5 is run by clicking on its icon. However, if a new IE

RE: losing session info with netscape 4.x

2002-04-02 Thread Huy K Dung
rieve correctly: session.getAttribute("name"); -Original Message- From: Jeff Larsen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 09:55 AM To: Tomcat Users List; Huy K. Dung Subject: Re: losing session info with netscape 4.x To encode a URL with the session id, you call Http

RE: losing session info with netscape 4.x

2002-04-01 Thread Huy K Dung
mcat Users List; Huy K. Dung Subject: Re: losing session info with netscape 4.x Netscape 4.x has been working for me in this type of situation, but the value of ".x" might make a difference. Do you have cookies enabled? If not, does your javascript for opening the popup window use a corr

losing session info with netscape 4.x

2002-04-01 Thread Huy K Dung
Hi, I am using tomcat 3.3.1, apache 1.3.24, turbine 2.1 to develop my web app. Everything seems to work fine with IE 5.5 and netscape 6.x and even netscape 4.x. What I've noticed is that when I use popup windows, netscape 4.x doesn't seem to have the right info from session. >From main netscape

RE: can I use only tomcat with out Apache httpd server

2002-03-21 Thread Huy K Dung
I believe Tomcat can work as a httpd server as well as app server. The reason one would use Apache with Tomcat is because Apache is a better httpd server than Tomcat. The reason Tomcat doesn't work for you is because of misconfigurations somewhere. I've been using Tomcat alone for development pu

tomcat3-3.3a-2 HELP

2002-03-20 Thread Huy K Dung
2002-03-20 14:19:40 - Http10Interceptor: SocketException reading request, ignored I saw that error in tomcar.log. Does anyone know what it is. My app doesn't run because tomcat doesn't load turbine library (jar) in WEB-INF/lib. I have tried to move all libraries (jars) into tomcat/lib/apps but i

RE: tomcat3-3.3a-2 doesn't load turbine-2.1

2002-03-19 Thread Huy K Dung
should be the same. Cheers, Larry > -Original Message- > From: Huy K Dung [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 18, 2002 7:02 PM > To: [EMAIL PROTECTED] > Subject: tomcat3-3.3a-2 doesn't load turbine-2.1 > > > Hi, > > I just installed tomcat3-3.3

tomcat3-3.3a-2 doesn't load turbine-2.1

2002-03-18 Thread Huy K Dung
Hi, I just installed tomcat3-3.3a-2 on my linux 7.2 system apache 1.3.20. I deployed two web apps that I have been developed and work with tomcat 3.2.3. These two web apps deployed outside of webapps directory. Tomcat seems to work ok since I can run jsp's from /examples and /admin through port