I have a web project (
jsp ver. 1.2) and have it associated with a WAS4
test server in WSAD5
I have a
servlet in the web project that is set to run at startup that is
running fine on the test server when I start the test server.
My problem is this: I cannot seem to get any of the jsp files in the web
project to run on the WAS4 test server... when I have the jsp I want to run
selected and right click the 'Run on Server' selection is greyed out...
furthermore if I type the URL in explicitly in a browser and try to run it
that way I get the following error (WebGroup X Servlet Error: File not
found: WEB-INF/SessionSetter.jsp: javax.servlet.ServletException: File not
found: WEB-INF/SessionSetter.jsp).
The file is where I am referencing it but I have no idea why this is not
working (it worked just fine in WSAD 4.0.3)
Any help would be GREATLY appreciated!
Doug