hi
uncomment following lines in weblogic.properties file

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# WEBLOGIC JSP PROPERTIES
# ------------------------------------------------
# Sets up automatic page compilation for JSP. Adjust init args for
# directory locations and uncomment to use.
weblogic.httpd.register.*.jsp=\
       weblogic.servlet.JSPServlet
weblogic.httpd.initArgs.*.jsp=\
       pageCheckSeconds=1,\
      //this is path for the    jdk
       compileCommand=c:/jdk1.2.1/bin/javac.exe,\
       workingDir=E:/weblogic/myserver/classfiles,\
       verbose=true


regards
sumeet
> -----Original Message-----
> From: Charu Gupta [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, March 15, 2001 10:09 PM
> To:   [EMAIL PROTECTED]
> Subject:      Fwd: Weblogic Question.....
>
> HI,
>
> I am new to BEA Weblogic, I recently successfully installed Weblogic 5.1
> on
> Windows 2000. I have set up the correct JAVA_HOME classpath and WL_HOME
> paths. The http server at port 7001 starts up w/o hiccups. The problems I
> am
> having is running JSP applications under "myserver" directory. I have
> created a app folder and set the path in the weblogic.properties file as
> follows:
>
> weblogic.httpd.webApp.mywebapp=e:/weblogic/myserver/vgnapp/mywebapp
>
> I get the 404 error not found when I access the application. The again
> perhaps I am not typing the correct URL either.
> Thanks in advance.
>
>
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> __________________________________________________________________________
> _
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to