RE: Connect to MySQL.

2003-10-20 Thread Mark Lenz
IMHO I wouldn't put the jar in your Java installation. I would put it in CATALINA_HOME/common/lib. Mark Lenz Software Engineer Control Systems Group Pierce Manufacturing, Inc. (920) 832-3523 [EMAIL PROTECTED] |-+--- | | Wilson, Allen

Re: How to format number

2003-10-07 Thread Mark Lenz
Check out the class java.text.DecimalFormat from the j2se SDK. Mark Lenz Software Engineer Control Systems Group Pierce Manufacturing, Inc. (920) 832-3523 [EMAIL PROTECTED] |-+ | | Lawence | | | [EMAIL PROTECTED

TRACE/TRACK methods

2003-09-11 Thread Mark Lenz
in browsers. I have been assigned the task of turning off this support, but I have searched Google, tomcat-user archives and the Tomcat documentation to no avail. Does anyone know how to disable these methods? Thanks. Mark Lenz Software Engineer Control Systems Group Pierce Manufacturing, Inc. (920) 832

Re: TRACE/TRACK methods

2003-09-11 Thread Mark Lenz
I'm not sure exactly how to do this. The Servlet Spec is pretty vague on how to add a security-constraint denying access via an http-method. Could you give me an example? Thanks. Mark Lenz Software Engineer Control Systems Group Pierce Manufacturing, Inc. (920) 832-3523 [EMAIL PROTECTED

Re: TRACE/TRACK methods

2003-09-11 Thread Mark Lenz
Thanks, that seems to have done the trick. Mark Lenz Software Engineer Control Systems Group Pierce Manufacturing, Inc. (920) 832-3523 [EMAIL PROTECTED] |-+ | | Tim Funk | | | [EMAIL PROTECTED

Lomboz or Sysdeo Eclipse Plugin?

2003-08-22 Thread Mark Lenz
Hi everyone! Which plugin are you guys using for JSP development in Eclipse? Have you tried other plugins or just started using your current one? Mark Lenz Pierce Manufacturing, Inc. (920) 832-3523 [EMAIL PROTECTED] The information contained in this electronic mail message is confidential

Re: Context Mapping

2002-12-16 Thread Mark Lenz
No, I haven't. Do I need to define a servlet-mapping for a context with only JSP's? (Yes, I know they're really servlets.) Mark Lenz (920) 832-3523 [EMAIL PROTECTED] Jeanfrancois Arcand

Re: Context Mapping

2002-12-13 Thread Mark Lenz
No, I haven't. Do I need to define a servlet-mapping for a context with only JSP's? (Yes, I know they're really servlets.) Mark Lenz (920) 832-3523 [EMAIL PROTECTED] Jeanfrancois Arcand

Context Mapping

2002-12-12 Thread Mark Lenz
=true I have a context like this: Context path=/czis docBase=czis debug=3 swallowOutput=true Shouldn't it match the context instead of the extension? Or am I being paranoid and Tomcat is doing exactly what it should? Mark Lenz (920) 832-3523 [EMAIL PROTECTED] The information contained

Tomcat Connection Pooling

2002-10-18 Thread Mark Lenz
different DB contexts in the server.xml file for each database I want to use and which user I want to connect with? Mark Lenz (920) 832-3523 [EMAIL PROTECTED] The information contained in this electronic mail message is confidential information and intended only for the use of the individual

Re: Tomcat Connection Pooling

2002-10-18 Thread Mark Lenz
the getConnection(username, password) function. I tried including the username and password parameters in the server.xml file without a value like this: parameter nameusername/name value/value /parameter And also completely excluding the username and password parameters. Mark Lenz (920) 832