JPDA and Tomcat 5.5.9 Service on Windows

2005-05-24 Thread cam r
variablesin; My Computer Properties Environment Variables System Variables CATALINA_OPTS but this has not worked either. Has anyone set up debugging for Tomcat 5.5.9 while it is running as a service? Any tips would be most welcome. cam

ResourceLink and DefaultContext

2003-08-19 Thread Cam Smith
is commons DBCP over Postgres 7.3.2. Anyone have any experience with this issue, or can see something I've missed in the config? thanks, Cam Smith Solid State p: 613 9525 5040 f: 613 9593 8594 m: 0416 150 422 e: [EMAIL PROTECTED

Cannot run JSPs with Tomcat 4.0.6

2003-01-16 Thread Al Cam
Hi everyone! I installed the Tomcat 4.0.6 on my Unix Server, with J2SE 1.3.0. My servlets works fine (with JDBC connection). But with JSPs the server sends me the error shown lines below. I have the jasper_compiler.jar on my CLASSPATH, but that doesn't work. Any ideas? ==

RE: Cannot run JSPs with Tomcat 4.0.6

2003-01-16 Thread Al Cam
Users List' [EMAIL PROTECTED] Subject: RE: Cannot run JSPs with Tomcat 4.0.6 Date: Thu, 16 Jan 2003 09:54:33 -0500 Try putting the JAR in $CATALINA_HOME/common/lib, it might even be there already. Tomcat doesn't do much with CLASSPATH. John -Original Message- From: Al Cam [mailto

ServletException: Servlet.init()

2003-01-14 Thread Al Cam
I've installed the Tomcat 4.1.18 on my server: - Pentium II (333 Mhz) - SCO OpenServer 5.0.5 - Java J2SE 1.3.0_02 When I execute the startup.sh, it seems to work fine, but when I open the URL with 8080, it sends me the error: The server encountered an internal error () that prevented it from

RE: ServletException: Servlet.init()

2003-01-14 Thread Al Cam
Ok, thanks, I added the $CATALINA_HOME/common/lib to the CLASSPATH, but now I have the next error: org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: -1 in the jsp file: null Generated servlet error: [javac] Compiling 1 source file [javac]

RE: ServletException: Servlet.init()

2003-01-14 Thread Al Cam
worked. Let us know Scott -Original Message- From: Al Cam [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 9:13 AM To: [EMAIL PROTECTED] Subject: RE: ServletException: Servlet.init() _ Únete al mayor servicio mundial de

Re: SSL_CLIENT_CERT in tomcat

2002-03-05 Thread CAM
Laurie Young wrote: Hi Unfortunatly that book as not yet been published in the UK. Is there any cahnge you coudl send me some details on how to go about doing this? Laurie, Are you just looking for the basic servlet accessor methods? In that case: An entry in the jGuru FAQ should give

Re: [Dim Question] Redirecting GET http://blah.com/ resource - G ET /resource - Tomcat 4

2002-03-01 Thread CAM
thought that a quick verification of the proxy on Tomcat would allow me to get started - short cuts make long delays. Its a bit of a long story and the end of an unproductive week... Thanks for taking the time to reply, cam _ Do You

[Dim Question] Redirecting GET http://blah.com/ resource - GET /resource - Tomcat 4

2002-02-28 Thread CAM
but a clue as to where would be tremendous. cam _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles

Using jdbc realms + nocookies + form login causes triple-login bug

2002-02-03 Thread cam
_I would have posted this to tomcat-dev, but the page with directions on subscribing was down when I last checked. I am witnessing a bug where if you use cookie-less form-based login with JDBC realms, Tomcat 4.0.1 and 4.0.2b2 will force you to triple-login to

Noticing when browser drops/closes socket to Tomcat

2002-01-03 Thread cam
Is there a way to notice or capture inside a servlet(jsp) thread when the browser closes the TCP/IP connection to Tomcat ?? Thanks, Cameron Elliott -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Servlets Q. Way to invoke method upon dropped socket?

2002-01-02 Thread cam
Ok, This is a bit of a servlet question vs. Tomcat, although I suppose Tomcat (4.0) could have special support for such a feature. Is there a way to have a method invoked upon loss of the HTTP socket? (Where the method invoked is in a servlet, jsp, or listener class even) So, if a user

Ok, I read the book. destroy()

2002-01-02 Thread cam
So, how do I write a destroy() in JSP? ??? Thanks Cameron -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 7:42 PM To: Tomcat Users List Subject: Servlets Q. Way to invoke method upon dropped socket? Ok, This is a

jspDestroy()... Thanks!

2002-01-02 Thread cam
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 7:47 PM To: Tomcat Users List Subject: Ok, I read the book. destroy() So, how do I write a destroy() in JSP? ??? Thanks Cameron -Original Message-

Getting tomcat to re-compile all .jsp's

2001-12-30 Thread cam
_ Easy question, I hope. I have a project with some files included in numerous .jsp's using %@ include file=... %, the problem is that I am making changes to included files, and tomcat is not detecting changes to the including jsp's. So, my changes are not

RE: SAXParseException: The content of element type web-app...

2001-12-28 Thread cam
The order of sections in web.xml is important. Try using the order of sections as specified from the error message. From the error message, the context-param would come before the welcome-file-list. -Cameron Elliott -Original Message- From: Craig McDaniel [mailto:[EMAIL

Multiple form-login-page 'es? (or multiple login forms)

2001-12-27 Thread cam
_ Ok, hopefully this is a simple one for all the Catalina pros. (Note, I am using tomcat 4.0.1 with form based authentication) I have a web site that has the login form on multiple pages, and rather than forcing our users to go to a single login page, we

Re: PoolMan/Tomcat

2001-01-12 Thread Cam DeBuck
When I try to access that site I get redirected to: http://poolman.sourceforge.net/ Nothing comes up. BTW, what exactly is Poolman? I too use Oracle 8i (8.1.6 and 8.1.7). Thanks. --Cam-- - Original Message - From: Gianni Salvagno To: [EMAIL PROTECTED] Sent

Session Information on Distributed Environment

2001-01-10 Thread Cam DeBuck
this would definately help. It doesn't appear that Tomcat (we are using v3.2.1) has any built in hooks to pass this information to the other servers. Thanks. --Cam-- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

RE: Servlet and Multiple Instances

2001-01-08 Thread Cam DeBuck
the option was, but it was turned off by default (we've had other major database problems at work and was pulled into that before I could dig back into this too much). Thank you for your response. --Cam-- Quoting Kitching Simon [EMAIL PROTECTED]: Hi Cam, Servlets don't "have th

Re: AW: Servlet and Multiple Instances

2001-01-08 Thread Cam DeBuck
Thank you. Will check it out. --Cam-- Quoting "Algarve, Leila" [EMAIL PROTECTED]: Check if your servlet class implements SingleThreadModel, in this case one instance of the servlet will be able to handle just one request. Leila -Ursprngliche Nachricht----- Von:

Servlet and Multiple Instances

2001-01-07 Thread Cam DeBuck
spawn multiple threads. Any help would be appreciated. Thanks. --Cam--