How to access files in network drive

2010-01-03 Thread WM C
Hi - This is more like a general java question. In my web app, I need to read files from a network drive folder, which has access restriction (my account is permitted). During development time, since I am using Eclipse and Tomcat is integrated inside, so both were run under my account,

tomcat logging error

2010-01-03 Thread Niyas
Hi , When i run a hibernate application in tomcat 5.5.28,i am getting the following error SEVERE: An exception or error occurred in the container during the request processing java.lang.UnsupportedOperationException: The logger

Re: How to access files in network drive

2010-01-03 Thread Peter Crowther
2010/1/3 WM C doublecr...@live.com In my web app, I need to read files from a network drive folder, which has access restriction (my account is permitted). During development time, since I am using Eclipse and Tomcat is integrated inside, so both were run under my account, everything works

Re: Load balancing questions

2010-01-03 Thread assan alhamoud
Happy new year to all , I am using tomcat and JBoss. Tomcat/5.0.26 mod_jk/1.2.26 Regards, 2009/12/29 Mark Thomas ma...@apache.org On 29/12/2009 16:17, assan alhamoud wrote: Hello Mark , we are using apache Server version: Apache/2.2.11 (Unix) we use mod_jk.so module jboss-3.2.5

RE: How to access files in network drive

2010-01-03 Thread WM C
Thanks for the quick reply - That was exactly what I did and it worked. The problem is that now we have two web apps, each needs to access different drive, each drive has different user access control list - in this case, running Tomcat using one user will only make one app work, while fail

Re: How to access files in network drive

2010-01-03 Thread Peter Crowther
2010/1/3 WM C doublecr...@live.com The problem is that now we have two web apps, each needs to access different drive, each drive has different user access control list - in this case, running Tomcat using one user will only make one app work, while fail another (for security reason, we

5.5.28 Windows Installer issues

2010-01-03 Thread Jeffrey Janner
I've not had a successful download of the native libraries using the 5.5.28 Windows installer. Everything appears to go normally: screen says it's downloading, then goes on, but the file does not end up in the bin directory. Is there an install log file stored anywhere? I've done this on various

RE: Native binaries 1.1.18 are missing

2010-01-03 Thread Jeffrey Janner
Thanks for getting the files out there. It's much appreciated. Just one question: What is the smaller libtcnative-1.dll file? Jeff -Original Message- From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] Sent: Wednesday, December 16, 2009 10:39 AM To: Tomcat Users List Subject:

Re: How to access files in network drive

2010-01-03 Thread anthonyvierra
Tomcat is started under a user account with its own security. Give that user permission to the path. On 1/3/10, WM C doublecr...@live.com wrote: Hi - This is more like a general java question. In my web app, I need to read files from a network drive folder, which has access restriction (my

Re: 5.5.28 Windows Installer issues

2010-01-03 Thread Konstantin Kolinko
2010/1/3 Jeffrey Janner jeffrey.jan...@polydyne.com: I've not had a successful download of the native libraries using the 5.5.28 Windows installer.  Everything appears to go normally: screen says it's downloading, then goes on, but the file does not end up in the bin directory.  Is there an

Re: Native binaries 1.1.18 are missing

2010-01-03 Thread Konstantin Kolinko
The tcnative-1.dll file is the one to be used. See http://markmail.org/message/oco5tbar2fuetekz Best regards, Konstantin Kolinko 2010/1/3 Jeffrey Janner jeffrey.jan...@polydyne.com: Thanks for getting the files out there.  It's much appreciated. Just one question: What is the smaller

RE: Native binaries 1.1.18 are missing

2010-01-03 Thread Jeffrey Janner
Ah, Looks like what I thought. It's the native libs minus the statically links openSSL library. Good to know. Brought to mind because the libtcnative-1.dll was not in the earlier releases. -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Sunday, January

RE: 5.5.28 Windows Installer issues

2010-01-03 Thread Jeffrey Janner
Guess I'll have to back off our requirement for 5.5.28 for customer installs. Particularly for SSL required options. -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Sunday, January 03, 2010 5:55 PM To: Tomcat Users List Subject: Re: 5.5.28 Windows

Re: Tomcat 6 Log Tomcat output to file

2010-01-03 Thread n828cl
awarnier wrote: startup.bat outputfile Close, but it should be: catalina.bat outputfile.log - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact

RE: Tomcat 6 Log Tomcat output to file

2010-01-03 Thread Caldarale, Charles R
From: n828cl [mailto:chuck.caldar...@unisys.com] Subject: Re: Tomcat 6 Log Tomcat output to file awarnier wrote: startup.bat outputfile Close, but it should be: catalina.bat outputfile.log Scratch that - it's not complete; it should be: catalina.bat outputfile.log 21 Most of the

mod_proxy_ajp JSESSIONID and Mime Type

2010-01-03 Thread Darren Salomons
I am having an issue with Apache 2/mod_proxy_ajp and Tomcat 6. I have monitored all the headers coming back from apache for various scenarios and the only scenario that I am having a problem with is when I have a JSESSIONID appended to the URL. When the JSESSIONID is appended to the URL the mime

Tomcat 5.5 root directory

2010-01-03 Thread File Send
Hi users, I am using tomcat 5.5 and its running fine, however, I want to see specific jsp which I deployed in tomcat. I want to view this page by using url like http://localhost:8080/my.jsp. In this case, in which directory should i keep this file (my.jsp). I have tried keeping it in web-apps