Re: Help ---care ..........Environment Variables

2004-09-27 Thread Robert Bateman
I find these articles from Novell to be more informative http://developer.novell.com/ndk/apache.htm and http://www.novell.com/documentation/nw6p/index.html?page=/documentation/nw6p/adminenu/data/a3fd4py.html Best of luck Bob On Monday 27 September 2004 01:59 pm, Keith Vaughn wrote: I have

How to make Tomcat content case insensitive

2004-09-27 Thread Willy Lin
Hi: I need to make one of my Tomcat project to be case insensitive. I found the parameters in resource, but I don't know how to add the resource to the content. Here is my context. Context path=/Live docBase= \\host1\app1 file://\\host1\app1 debug=0 privileged=true / Thanks.

using the Standard jdk 1.4 logging with Tomcat 5

2004-09-27 Thread Paul Taylor
Hi in a previous non Tomcat project I wrote some classes that used the java.util.logging library that comes with java 1.4 quite successfully. I am now trying to use the same classes with Toimcat 5.0 but it doesnt like it. With the logging classes you can provide a configuration class which you

AW: sending signed mails from servlet

2004-09-27 Thread Steffen Heil
Hi I have seen those already. - http://javamail-crypto.sourceforge.net/ early alpha makes me nervous for productive systems. - http://jpgpmime.sourceforge.net/ this is pgp, i need x509 s/mime. - http://www.wedgetail.com/jcsi/smime/ there is no information about pricing or license. -

RE: Linking to smbmount into context classes directory

2004-09-27 Thread Luc Foisy
Thank you very much. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Monday, September 27, 2004 1:54 PM To: Tomcat Users List Subject: RE: Linking to smbmount into context classes directory Hi, For Tomcat5, drop the FileDirContext element and add

Norton AntiVirus and False Positives In Tomcat

2004-09-27 Thread Michael Duffy
I have Tomcat 4.0.6 installed on a Windows 2000 server in our data center. One of the corp IT server admins just called to tell me that the server is riddled with viruses, according to Norton Antivirus. One of the bugged files is TOMCAT_HOME/webapps/ROOT/index.html, which is dated 8-Oct-2002.

Re: using the Standard jdk 1.4 logging with Tomcat 5

2004-09-27 Thread Jukka Uusisalo
Hi, I have used jdk 1.4 logging with tomcat 5.0.x without any problems, but i have configured logging with java.util.logging.config.file property and config file. - Jukka - Paul Taylor wrote: Hi in a previous non Tomcat project I wrote some classes that used the java.util.logging library

Re: Norton AntiVirus and False Positives In Tomcat

2004-09-27 Thread QM
On Mon, Sep 27, 2004 at 01:46:47PM -0700, Michael Duffy wrote: : One of the corp IT server admins just called to tell : me that the server is riddled with viruses, : according to Norton Antivirus. One of the bugged : files is TOMCAT_HOME/webapps/ROOT/index.html, which is : dated 8-Oct-2002.

RE: Norton AntiVirus and False Positives In Tomcat

2004-09-27 Thread John Najarian
I assume you are using the version of Norton that isn't an 'Enterprise' solution. Norton will do this to some of the files Tomcat installs as well as the JavaScript files. We got around this by having the Anti Virus software run on a different server routing traffic. Also, we've found McAfee is

JK2 causes SEGV in httpd

2004-09-27 Thread blaine
I have recently configured Apache 2.0.51 with mod_jk2.so based on the information from the book Professional Apache Tomcat 5, and now all requests to the web server cause a segmentation fault. :) Is there something in my config that may be causing this? Thanks for any and all help. If it

forward to a jsp with multipart form fails.

2004-09-27 Thread Mufaddal Khumri
Hi, I have the following code in a Servlet: // ... // request.setAttribute(sPhoto, new Integer(setPhoto)); error(/c/shared/UserPhoto.jsp, Uploaded Images should be of type JPG or GIF and maximum of 800KB, request, response); // .

headless java setting

2004-09-27 Thread Didier McGillis
I have a small problem. My predicesor setup his code to work with X-Windows. Well the code will not work without an x11 server running. However I have all my machines setup as a typical server and do not have xwindows installed. I saw where you could grab a few x11 libs and then run

RE: IIS with Tomcat integration

2004-09-27 Thread Sng Wee Jim
Solved. Need to restart windows, whenever the settings in uriworkermap.properties is modified. Seems like the isapi_redirect.dll can only get reloaded by windows restart and not by restarting the IIS website. - Jim -Original Message- From: Alex [mailto:[EMAIL PROTECTED] Sent: Monday,

Re: JK2 causes SEGV in httpd

2004-09-27 Thread QM
On Mon, Sep 27, 2004 at 05:27:33PM -0400, [EMAIL PROTECTED] wrote: : I have recently configured Apache 2.0.51 with mod_jk2.so based on the information : from the book Professional Apache Tomcat 5, and now all requests : to the web server cause a segmentation fault. :) Is there something in my :

Re: headless java setting

2004-09-27 Thread QM
On Tue, Sep 28, 2004 at 12:39:28AM +, Didier McGillis wrote: : I have a small problem. My predicesor setup his code to work with : X-Windows. Well the code will not work without an x11 server running. : However I have all my machines setup as a typical server and do not have : xwindows

Re: headless java setting

2004-09-27 Thread Robert F. Hall
No need to add X libs, just add -Djava.awt.headless=true to your JAVA_OPTS Didier McGillis wrote: I have a small problem. My predicesor setup his code to work with X-Windows. Well the code will not work without an x11 server running. However I have all my machines setup as a typical

Re: headless java setting

2004-09-27 Thread Dov Rosenberg
Try adding -Djava.awt.headless=true to your JAVA_OPTS environment variable or pass it in on the command line. On 9/27/04 8:39 PM, Didier McGillis [EMAIL PROTECTED] wrote: I have a small problem. My predicesor setup his code to work with X-Windows. Well the code will not work without an x11

Re: getting started

2004-09-27 Thread Eugene
Hello Chong, thank you. I have this book like 6 month(maybe less) in my pdf library collection:) Somebody here in list have suggested to read it so I've download it to be able to print it. BTW, its very useful. Thank you! Monday, September 27, 2004, 9:47:30 AM, you wrote: Hi Eugene, I've

RE: sending signed mails from servlet

2004-09-27 Thread Ralph Einfeldt
We are using www.bouncycastle.org to send s/MIME signed mails with javamail. -Original Message- From: Steffen Heil [mailto:[EMAIL PROTECTED] Sent: Monday, September 27, 2004 9:37 PM To: 'Tomcat Users List' Subject: AW: sending signed mails from servlet Hi I have seen those

AW: sending signed mails from servlet

2004-09-27 Thread Steffen Heil
Hi We are using www.bouncycastle.org to send s/MIME signed mails with javamail. I have seen this as well, as it is used as base of - http://javamail-crypto.sourceforge.net/ early alpha makes me nervous for productive systems. But there are no exsamples. Could you please provide me a

AW: IIS with Tomcat integration

2004-09-27 Thread Steffen Heil
Hi Solved. Need to restart windows, whenever the settings in uriworkermap.properties is modified. Seems like the isapi_redirect.dll can only get reloaded by windows restart and not by restarting the IIS website. Try restarting the website AND the iisadmin service. Regards, Steffen