Re: [6.0.16] JNDI, MSSQL, context.xml, server.xml, web.xml, common/lib, DataSources, exceptions, configuration hell, vague tutorials, hidden documentation, lions, tigers, bears, oh my...

2008-07-06 Thread Jason Cipriani
On Sun, Jul 6, 2008 at 12:59 AM, Jason Cipriani [EMAIL PROTECTED] wrote: I am now in hour 6 of attempting to configure a single JNDI DataSouce resouce to connect to an MSSQL database, with Tomcat 6.0.16 (jre 1.6.0_04, windows xp sp3). I have finally gotten MS SQL 2005 Express working with

Re: Access Local File System

2008-07-06 Thread Paolo Niccolò Giubelli
It's very similar to the situation I described few days ago, so I quote what Caldarale told me: It's not really difficult. Define a Context element for an additional webapp that targets the external directory via a docBase attribute, and place that Context element in

Re: Access Local File System

2008-07-06 Thread Johnny Kewl
- Original Message - From: Paolo Niccolò Giubelli [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, July 06, 2008 10:10 AM Subject: Re: Access Local File System It's very similar to the situation I described few days ago, so I quote what Caldarale told

RE: [6.0.16] JNDI, MSSQL, context.xml, server.xml, web.xml, common/lib, DataSources, exceptions, configuration hell, vague tutorials, hidden documentation, lions, tigers, bears, oh my...

2008-07-06 Thread Caldarale, Charles R
From: Jason Cipriani [mailto:[EMAIL PROTECTED] Subject: [6.0.16] JNDI, MSSQL, context.xml, server.xml, web.xml, common/lib, DataSources, exceptions, configuration hell, vague tutorials, hidden documentation, lions, tigers, bears, oh my...

Bean in session scope

2008-07-06 Thread Axel Leucht
I'm currently operating an Apache webserver 2.2.4 in front of an Apache tomcat 6.0.16. Both are working together via mod_proxy. I'm trying to execute the NumberGuess sample provided with tomcat via the webserver. I can access the webapp successfully. The jsp page declares a bean in session

Re: [6.0.16] JNDI, MSSQL, context.xml, server.xml, web.xml, common/lib, DataSources, exceptions, configuration hell, vague tutorials, hidden documentation, lions, tigers, bears, oh my...

2008-07-06 Thread Jason Cipriani
On Sun, Jul 6, 2008 at 11:04 AM, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Jason Cipriani [mailto:[EMAIL PROTECTED] Subject: [6.0.16] JNDI, MSSQL, context.xml, server.xml, web.xml, common/lib, DataSources, exceptions, configuration hell, vague tutorials, hidden documentation, lions,

RE: [6.0.16] JNDI, MSSQL, context.xml, server.xml, web.xml, common/lib, DataSources, exceptions, configuration hell, vague tutorials, hidden documentation, lions, tigers, bears, oh my...

2008-07-06 Thread Caldarale, Charles R
From: Jason Cipriani [mailto:[EMAIL PROTECTED] Subject: Re: [6.0.16] JNDI, MSSQL, context.xml, server.xml, web.xml, common/lib, DataSources, exceptions, configuration hell, vague tutorials, hidden documentation, lions, tigers, bears, oh my... Thanks again for pointing that out, and sorry

Re: Access Local File System

2008-07-06 Thread bperquku
Thank you all of you, I currently using JBuilder 2007, i cannot find conf/Catalina/. I don't know how to configure that file. Thnx a lot -- View this message in context: http://www.nabble.com/Access-Local-File-System-tp18296333p18304395.html Sent from the Tomcat - User mailing list

Re: Bean in session scope

2008-07-06 Thread Johnny Kewl
- Original Message - From: Axel Leucht [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, July 06, 2008 6:05 PM Subject: Bean in session scope I'm currently operating an Apache webserver 2.2.4 in front of an Apache tomcat 6.0.16. Both are working together

Re: configuring tomcat6.0.16 for MS Access

2008-07-06 Thread T . K . Thiyagarajan
Thanks to Johny Kewl his suggestion 'making the datasource as System data source' while configuring MS-Windows ODBC administration works perfectly. Earlier I configured my databse file as User data source. Now every thing works perfectly for me without doing any thing in 'conext'. Thanks again

Re: Access Local File System

2008-07-06 Thread Johnny Kewl
- Original Message - From: bperquku [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Sunday, July 06, 2008 7:32 PM Subject: Re: Access Local File System Thank you all of you, I currently using JBuilder 2007, i cannot find conf/Catalina/. I don't know how to configure that

Re: [6.0.16] JNDI, MSSQL, context.xml, server.xml, web.xml, common/lib, DataSources, exceptions, configuration hell, vague tutorials, hidden documentation, lions, tigers, bears, oh my...

2008-07-06 Thread J Ilari Moilanen
You have already solved the problems you had but just one more thing to add. You had problems with different Tomcat version but from the quote below I see that you also had problems with different MS sql Server versions as well... For example I have these setting in production use for SQL server

tomcat 6 and docBase problem

2008-07-06 Thread Angelo Chen
Hi, I try to use the virtual hosting of Tomcat 6, it's working, but always has this Document base complain in the log, any idea how to fix this? here is server.xml Host name=abc.com appBase=abcapps unpackWARs=true autoDeploy=true xmlValidation=false xmlNamespaceAware=false

tomcat with jcaptcha

2008-07-06 Thread WILLIAMer
Hi! all, I have an application named eCom unnder the tomcat/webapps and using jcatpcha with the login page. I set the eCom becomes the root dir(path) with the server.xml. So, http://myDomain/ will equal http://myDomain/eCom/. And its seems ok and work with every page. But there is an error when

RE: tomcat 6 and docBase problem

2008-07-06 Thread Caldarale, Charles R
From: Angelo Chen [mailto:[EMAIL PROTECTED] Subject: tomcat 6 and docBase problem java.lang.IllegalArgumentException: Document base /usr/local/apache-tomcat-6.0.16/webapps/abc does not exist or is not a readable directory at

RE: tomcat with jcaptcha

2008-07-06 Thread Caldarale, Charles R
From: WILLIAMer [mailto:[EMAIL PROTECTED] Subject: tomcat with jcaptcha I have an application named eCom unnder the tomcat/webapps and using jcatpcha with the login page. I set the eCom becomes the root dir(path) with the server.xml. Probably a fatal mistake, but since you didn't bother to

RE: tomcat with jcaptcha

2008-07-06 Thread WILLIAMer
Sorry i forget to write down the environment. The application used by tomcat version 5.5 and LINUX. Caldarale, Charles R wrote: From: WILLIAMer [mailto:[EMAIL PROTECTED] Subject: tomcat with jcaptcha I have an application named eCom unnder the tomcat/webapps and using jcatpcha with the