Hi! I have Tomcat 3.3 installed. IIS passes all JSP calls on to Tomcat. The problem is that I have a servlet in Tomcat, and when it�s called from some JSP in IIS, the session is lost. I guess this happens because JSP .class files and servlet .class files don�t belong to the same webapp. Is there a way to make JSP from IIS and servlets from Tomcat share the same webapp? Something like making Tomcat save the .class generated as a result of the JSP files in the same folder as the .class from the servlets. I would be really grateful to receive any information about this issue. I have spent the last 2 days looking for information everywhere, a lot of people seem to have the same problem, but no solution is given. Thanks in advance. Dolores
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
