I down loaded weblogic 5.1
but the deployer tool is not enabled
only preferences is there
can anybody tell how to load a jsp page and deploy it
I tried editing the properties file and edited all required fields as said in "SETTING THE WEBLOGIC SERVER TO SERVE JSP FILES" IN THE DOCUMENTATION
but the jsp page is not working, I am using a window enviornment, so started server from stert menu, acessed the page from another browser
how to create a war file, only jar utility is there
please help me
regards
tom
-
WEBLOGIC NOT WORKING (2 messages)
- Posted by: preethi s
- Posted on: November 08 2000 13:29 EST
Threaded Messages (2)
- WEBLOGIC NOT WORKING by Joseph Kiran on November 11 2000 15:00 EST
- WEBLOGIC NOT WORKING FOR SERVLET by Pitchai Sugumar on November 29 2000 09:58 EST
-
WEBLOGIC NOT WORKING[ Go to top ]
- Posted by: Joseph Kiran
- Posted on: November 11 2000 15:00 EST
- in response to preethi s
Uncomment this in weblogic properties.
WEBLOGIC JSP PROPERTIES
------------------------------------------------
#weblogic.httpd.register.*.jsp=\
# weblogic.servlet.JSPServlet
#weblogic.httpd.initArgs.*.jsp=\
# pageCheckSeconds=60,\
# packagePrefix=examples.jsp,\
# compileCommand=c:/java/bin/javac.exe,\
# workingDir=C:/weblogic/myserver/classfiles,\
# verbose=true
and register the servlet with the intail arg as in the examples below these lines.
it is in case of WL 4.5.1 . -
WEBLOGIC NOT WORKING FOR SERVLET[ Go to top ]
- Posted by: Pitchai Sugumar
- Posted on: November 29 2000 09:58 EST
- in response to preethi s
Hi Friends
I have installed weblogic 5.1 .
with the help of installation guid i have done my path set.
i can run my html page but i cannot run the setrvlet.
where to copy my class files of servlet. i copied it into servletclasses.
please help me
regards
sugu