Hi, In my oppinion the problem lies in url-mapping for the http engine in your setup. >From the urls you sent in, it looks like as if you're on one hand accessing a webpage >directly within tomcat (through port 8080), and the other through a HTTP server such >as IIS or apache.
When you're accessing through the HTTP server but not tomcat (on port 80), tomcat is not executing the jsp pages in the directory for some reason, probably something wrong with the configuration, between the two. You should look into this area for configuration errors. [EMAIL PROTECTED] > -----Original Message----- > From: Uma Maheswar [mailto:[EMAIL PROTECTED]] > Sent: 18. n�vember 2002 15:17 > To: Tomcat Users List > Subject: JSP pages giving out source code > > > Hello, > Some of the links in my website to .jsp pages are giving out > the source code and some or not. What is the reason? > > e.g http://www.javagalaxy.com/sssssss.jsp gives out source > code (not true > link) > where as http://www.javagalaxy.com:8080/ssssss/sssss.jsp will work. > > How to correct this? Any one help. > > Uma > http://www.javagalaxy.com > > > -- > To unsubscribe, e-mail: > <mailto:tomcat-user-> [EMAIL PROTECTED]> > For > additional commands, > e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
