sir, I have one problem regarding weblogic. i am doing a project on e-com using EJB,JSP and i have WEBLOGIC4.5 application server but the problem is is not configured properly and program is not at all running if u know any person who knows weblogic server pl ask him the complete detailed information about how to CONFIGURE WEBLOGIC server to run JSP,EJB on win2000,however it is given in the server cd help file but it is not proper(bit confusing specially regarding ENV var,CLASSPATH and PATH setting). thanking u for your kind response. priya ranjan p_ranjan1975@yahoo.com
Raja Shekhar
Ranch Hand
Joined: Apr 02, 2001
Posts: 49
posted
0
hi... to run jsp files in ur webloic.. just set in the weblogic.propertiesfile..as folloes.. # Set up WebLogic JSP properties weblogic.httpd.register.*.jsp=weblogic.servlet.JSPServlet weblogic.httpd.initArgs.*.jsp=\ pageCheckSeconds=1,\ compileCommand=d:/VisualCafeEE/bin/sj.exe,\ workingDir=d:/weblogic/myserver/classfiles,\ verbose=true cio Raj