can't access jrun servlet via CFSERVLET tag

2000-09-08 Thread Roberto Padovani
hi, i'm trying to access a servlet trough CFSERVLET tag. the connection to jrun seems to be ok, but i always get http error 404 ( Not found ) Does anyone know how to access servlets from CF ? my CFML code is the following: and the servlet ( i tried ) can be accessed via url

CFSERVLET tag

2000-06-06 Thread Aurelio Sablone
(using JDBC prepared statements) and found that the servlet prepared statement was quite a bit faster than the CF query which is probably just using a regular non-preprocessed SQL query. We would like to use the CFSERVLET tag to pass JDBC bind variables to a Java servlet which uses JDBC and a prepared

cfservlet tag problem

2000-05-23 Thread Rod Tosten
Hello- i am using a very simple HelloWorldServlet that comes with jrun build 157. i get the following error: 500 Internal Server Error com.allaire.jrun.cfx.CFServletInvoker: java.lang.NoClassDefFoundError: com/allaire/wddx/WddxDeserializer i assume it is missing: com/allaire/wddx/WddxDeseri

Re: CFSERVLET Tag

2000-05-02 Thread Michael Grundvig
Sent: Tuesday, May 02, 2000 4:10 PM Subject: CFSERVLET Tag > I am trying to get the tag to work in a CF template but keep > getting the following error: > > Could not connect to JRun Connector Proxy > Please contact the system administrator for this web site > > I can run se

CFSERVLET Tag

2000-05-02 Thread Scott Smith
I am trying to get the tag to work in a CF template but keep getting the following error: Could not connect to JRun Connector Proxy Please contact the system administrator for this web site I can run servlets, SSI, and the JRun demos but can't get the cfservlet to work. I am running CF Enter