Fw: Re: AutoLoad Servlet

1999-10-22 Thread Neal Kaiser
Thanks for the tip. It is actually a JSP Bean that gets the handle to the servlet. When you say "making a call to this servlet" do you mean calling it thru HTTP? I don't think that would work for me, since it returns a sql Connection Do you know why they deprecated it? Is there any o

JSP startup-compilation

1999-10-22 Thread Kevin Duffey
Hi there, Anyone know if there is a way I can have all the jsp pages compiled right away, rather than when each one is accessed for the first time? Is there some setting somewhere that can do this? Thanks. Kevin Duffey [EMAIL PROTECTED]

JSP/servlets

1999-10-22 Thread Kevin Duffey
Hi, I seem to be stuck on getting my jsp pages to call a servlet, at least in the way of using parameters. The syntax I am using is: The problem is, one of my params is an http:// url. I thought to pass anything other than a-z and 0-9 characters ,it had to be encoded. It seems as if this migh

classpath.. ?

1999-10-22 Thread Thomas Krantz
Hi, I'm in the process of moving my application from JRun to Orion (or at least testing if it runs with Orion). My application uses the JavaMail API for which I've written a service provider. These classes are defined in a javamail.providers file, and with JRun I place this file in JRun's $CLAS

Transaction support!

1999-10-22 Thread Jonas Larsson
Hi, I've been trying to use transactions in Orionserver, but i can't get it to work as it sould. Is the transaction support functional container- or bean-managed at this point? (When using the RequiresNew settings (with container managed transactions) for methods in my entityebj an compilation e

Servlet Startup and getServlet

1999-10-22 Thread Neal Kaiser
I have a database pooling servlet which I need to load at startup time then reference many times later. I've switched from JRun and am trying out OrionServer, but can't seem to get it to work. Here's my web-application.xml snippet: --- GlobalConnectionBroker net.anyth