jboss-tomcat work-dir

2000-12-15 Thread Sam Terburg
I'm using jboss with embedded-tomcat. since in this case it won't parse server.xml i'm wondering how do i set the work dir for tomcat? Sam.

Re: welcome-file-list

2000-12-13 Thread Sam Terburg
I want to execute a servlet as a welcome-file. how do i do this? i thought i'd put this in web.xml: servlet-mapping servlet-nametest/servlet-name url-pattern*.do/url-pattern /servlet-mapping welcome-file-list welcome-file index.do

Re: Rare problem

2000-12-12 Thread Sam Terburg
It's not a problem. It's a feature of linux :) as you know filenames in linux are case-sensitive. read my previous email to solve the problem. Sam - Original Message - From: "Ludovic Maitre" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 12, 2000 11:07 AM Subject:

Re: very urgent

2000-12-11 Thread Sam Terburg
The designated location for things like odbc_drivers is /WEB-INF/lib so unjar your oracle driver to that path. - Original Message - From: "John Clark L. Naldoza" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 11, 2000 11:35 AM Subject: Re: very urgent Sonal Agarwal

context-param: illegal char

2000-12-11 Thread Sam Terburg
with this code in web.xml: context-param param-namedatabase_dsn/param-name param-valuejdbc:mysql://localhost/test?user=testpassword=test/param-value /context-param i get this error: Starting tomcat. Check logs/tomcat.log for error messages ERROR reading

Re: context-param: illegal char

2000-12-11 Thread Sam Terburg
Thanx, it workes. Sam. - Original Message - From: "Jon Skeet" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 11, 2000 11:50 AM Subject: Re: context-param: illegal char apparently is an illegal character. but how do i solve this problem? i've thought of