Tomcat JSP problem

2005-10-04 Thread Liubomir Dokov
Hi, I am using Tomcat and I have the following problem: when I develop and test my applications on my local computer everything is OK. But a few days ago, when I uploaded my .war file to the server where I host my domain something is wrong. A request to the first(index.jsp) page returns nothing in

Re: Tomcat JSP problem

2005-10-04 Thread Schalk Neethling
Liubomir I have experienced the same problem. Are you including any servlets in this JSP? Or are you using any filters? Any java type that has been pre-compiled locally, is what I am basically asking? If so, you will have a major/minor mismatch.Best to develop and compile to the same version

tomcat jsp problem with cookies

2005-04-24 Thread XiaoPeng
Dear Sir/Madam, This is XiaoPeng here. I am using Tomcat 5.5.8 and JDK 1.5 to develope a project now. The problem is the cookie is not stable. I had tried many times, and tried to use session insead of cookie, but seems it doesn't work. The cookie code is showing below,

Re: tomcat jsp problem with cookies

2005-04-24 Thread Darek
I think you have an error in your code. Cookie cookies[]=request.getCookies(); ... uCookie=cookies[0]; username=sCookie.getName(); is it sCookie or uCookie? DarekC On Mon, 25 Apr 2005 11:30:55 +0800 XiaoPeng [EMAIL PROTECTED] wrote: Dear Sir/Madam, This is XiaoPeng here. I am using

Re: tomcat jsp problem with cookies

2005-04-24 Thread nora(nonie)
[EMAIL PROTECTED] Sent: Apr 24, 2005 8:30 PM To: tomcat-user@jakarta.apache.org Subject: tomcat jsp problem with cookies Dear Sir/Madam, This is XiaoPeng here. I am using Tomcat 5.5.8 and JDK 1.5 to develope a project now. The problem is the cookie is not stable. I had tried many times, and tried

RE: Tomcat/jsp problem ::: Can any one help me !!!

2002-07-26 Thread Nishant_Awasthi
] cc: (bcc: Nishant Awasthi) 07/26/2002 Subject: RE: Tomcat/jsp problem ::: Can any 03:32 PM one help me

RE: Tomcat/jsp problem ::: Can any one help me !!!

2002-07-26 Thread Juha Halmu
] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Tomcat/jsp problem ::: Can any one help me !!! I am using tomcat 4.0.3 version. Everything was working fine until I restarted my computer and now I cannot have my JSP examples of tomcat running. Before restarting my computer JSP, SOAP examples

Tomcat/jsp problem ::: Can any one help me !!!

2002-07-26 Thread Nishant_Awasthi
I am using tomcat 4.0.3 version. Everything was working fine until I restarted my computer and now I cannot have my JSP examples of tomcat running. Before restarting my computer JSP, SOAP examples and my own examples were running great. Now when I try to run JSP example at http://localhost:8080