My jsp file are not working properly , the path i am using is http://localhost:7001/jsp/jspfiles.jsp. its not working, pls help.i have uncommented the jsp section in weblogic.properties.
secondly, when i call servlets from a html file its giving 404 error, and i have saved the class file in servletclasses.its urgent.
-
jsp in weblogic (2 messages)
- Posted by: sajid idris
- Posted on: March 13 2001 02:33 EST
Threaded Messages (2)
- jsp in weblogic by arun kumar on March 13 2001 16:00 EST
- jsp in weblogic by Srinivas Janakiraman on March 14 2001 10:27 EST
-
jsp in weblogic[ Go to top ]
- Posted by: arun kumar
- Posted on: March 13 2001 16:00 EST
- in response to sajid idris
Hi,
Set the JSP properties in weblogic.properties config file.
Check the below property under # WEBLOGIC JSP PROPERTIES
compileCommand=DIR\javac.exe,\
DIR is the directory where javac.exe is present.
and check the workingDir property
workingDir=D:/weblogic/myserver/classfiles,\
if classfiles dir is not existing,create that directory or u can specify any of the existing directoriy.
I hope this may solve ur problem,
Bye,
Arun,cablevision.
-
jsp in weblogic[ Go to top ]
- Posted by: Srinivas Janakiraman
- Posted on: March 14 2001 10:27 EST
- in response to sajid idris
I think the jsp is not in the correct directory.
For the URL you specified it should be
c:\weblogic\myserver\public_html\jsp\jspfiles.jsp
Srinivas.J