Hi,

We are looking for a data base access tags library.

We found one on the Jakarta website which seems to be a good one
but it does not manage stored procedure.

Does someone know where can I find one which manages the stored procedure ?

Thanks in advance,

Have a nice day,

Bernard Granier
Mr Ted
115 rue du Fbg Poissonniere
75009 Paris
www.MrTed.com
Tel : 33 1 55 31 02 65
mail : [EMAIL PROTECTED]


-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Uday Prajapati
Sent: vendredi 30 mars 2001 14:25
To: [EMAIL PROTECTED]
Subject: Re: JSP + weblogic


Hi,
Look for the following section in the weblogic.properties file
The compileCommand specidfied for 'weblogic.httpd.initArgs.*.jsp' should
specify the path of javac.

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# 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=0,\
       compileCommand=c:/jdk1.2/bin/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 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 java file is
generated ok in the war application _tmp_war/jsp_servlet directory. The log
file says there is an IOException on CreateProcess javac ..., and the error
message ends with error=2

This happens with any jsp file, either directly accessed or which gets a
request forwarded but a servlet.

Does this tell anybody something ?

I thought this could come from a path problem, but javac _is_ in the
execution path

Best regards
Sylvain Roche

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to