• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Serving contents of JSP files is not allowed.

 
Ranch Hand
Posts: 65
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
We are trying to test some code using WTE in VAJ 3.5.3 EE using a remote
EMSV server. But all the JSPs are local to the USer's PC. I have set up the
class path on the WTE to point to C:\Prog
Files\IBM.....\default_host\default_app\servlet and also selected all the
req. packages--
But when I try to access my files using
http://bccomputer:8080/LL000SInput.html I get an error saying
Root Error-1: Serving contents of JSP files is not allowed.
com.ibm.servlet.engine.webapp.WebAppErrorReport: Serving contents of JSP files is not allowed.
And this is just an html file not even a JSP...any ideas why...I am pretty
certian the path is correct. Do the JSP/HTML files have to reside on the
same server as the repository?? Could this have anything to do with permissions of the files??

Thanks in Advance!
Veni.
 
Too many men are afraid of being fools - Henry Ford. Foolish tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic