I am picking up a difference in the way Tomcat compiles a JSP when accessed from a browser and the way JSPC compiles -
Tomcat produces class file with class as - public class client$jsp extends
HttpJspBase {...}
while,
Jspc produces java file with class as - public class client extends
HttpJspBase {...}
Any idea ?
Thanks,
Abhay
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
