problem JSP/Weblogic/Unix

2001-04-26 Thread sandarbh
I tried running same jsp code (working perfectly) in Weblogic/windows, on unix . On the browser got the code as it is. Any clue ?? Sandarbh === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-IN

Re: JSP + weblogic

2001-03-30 Thread Uday Prajapati
/javac.exe,\ workingDir=f:/weblogic/myserver/servletclasses,\ verbose=true Uday -Original Message- From: Sylvain Roche [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 6:19 AM To: [EMAIL PROTECTED] Subject: JSP + weblogic Hi I recently started to test we

Re: JSP + weblogic

2001-03-29 Thread Samuel Opoku-Boadu
Try including D:\bea\wlserver6.0\bin\ in you path environment Sylvain Roche wrote: > Hi > > I recently started to test weblogic 5.1, after a long time using JRun. I > had some minor modifications to do in my servlets, but everything went > right pretty soon. > Now I experience a big problem with

Re: JSP + weblogic

2001-03-29 Thread Walter Meyer
Have you enabled JSP in the weblogic.properties file? # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # WEBLOGIC JSP PROPERTIES # # Sets up automatic page compilation for JSP. Adjust init args for # directory locations and uncom

Antwort: JSP + weblogic

2001-03-29 Thread Schrang Kurt
Hi, you don't have described your weblogic.properties-Entries for JSP ... Make sure the properties look like this weblogic.httpd.register.*.jsp=\ weblogic.servlet.JSPServlet weblogic.httpd.initArgs.*.jsp=\ pageCheckSeconds=1,\ compileCommand=/opt/java1.3/bin/javac,\

JSP + weblogic

2001-03-29 Thread Sylvain Roche
Hi I recently started to test weblogic 5.1, after a long time using JRun. I had some minor modifications to do in my servlets, but everything went right pretty soon. Now I experience a big problem with every jsp I test. I get an IOException in the log (and of course an error 500). Apparently, the

EJB & JSP & Weblogic

2000-03-24 Thread Jaffa, Dan
Hello all, Can anyone tell me the proper way to deploy a EJB in weblogic. I finally got a bean to deploy using the ejb deployment wizard, and I added the jar file to the weblogic.propties files. But when I the sever I get the following message in the log file EJB JAR loading was expecting co