jdk 1.3.2 with Tomcat 5.5.15

2006-03-12 Thread David Ziants
Constraints of my new project say that I have to use jdk 1.3.2 (otherwise I would gladly move it to Java 5). I still want to try and use the latest version of Tomcat (5.5.15 is what I have installed), and configure for jre 1.3 . When starting the server, I am given the exception, which I

Which version of Tomcat for MS-SQL Server express?

2006-03-12 Thread David Ziants
I have to interface my web page with a MS-SQL Server database, and am taking for development an express version that can work on Windows XP home. Can anyone tell me whether I need to use the latest version for Tomcat for this database, or whether there are drivers for earlier versions of

Re: jdk 1.3.2 with Tomcat 5.5.15

2006-03-12 Thread Mark Thomas
David Ziants wrote: Constraints of my new project say that I have to use jdk 1.3.2 (otherwise I would gladly move it to Java 5). I still want to try and use the latest version of Tomcat (5.5.15 is what I have installed), and configure for jre 1.3 . Tomcat 5.5.x requires 1.4 or later.

Re: Which version of Tomcat for MS-SQL Server express?

2006-03-12 Thread Mark Thomas
David Ziants wrote: I have to interface my web page with a MS-SQL Server database, and am taking for development an express version that can work on Windows XP home. Can anyone tell me whether I need to use the latest version for Tomcat for this database, or whether there are drivers for

Re: How to enter in Tomcat Administration?

2006-03-12 Thread Markus Schönhaber
Nenad Bosanac wrote: Well you said Make that user username=... /. But that shouldn't be the culprit. How i can make username? In your tomcat-user.xml (as you propably copied from the docs): user name=craigmcc ... It should be: user username=craigmcc ... But Tomcat should accept either one

Re: jdk 1.3.2 with Tomcat 5.5.15

2006-03-12 Thread Mark Lowe
On 3/12/06, Mark Thomas [EMAIL PROTECTED] wrote: David Ziants wrote: Constraints of my new project say that I have to use jdk 1.3.2 (otherwise I would gladly move it to Java 5). I still want to try and use the latest version of Tomcat (5.5.15 is what I have installed), and configure

Re: How to enter in Tomcat Administration?

2006-03-12 Thread Nenad Bosanac
I finally got it! It was problem with roles.I didn`t put admin role im tomcat-users.xml file.Now it works fantastic. thanks for your help --- Markus Schönhaber [EMAIL PROTECTED] wrote: Nenad Bosanac wrote: Well you said Make that user username=... /. But that shouldn't be the culprit.

High CPU Tomcat 5.5.12 - Caused By Norton AV on Win2K3

2006-03-12 Thread Wasik, Paul
Hi all, Ran into an issue on a Windows 2003 server with Tomcat 5.5.12 and Norton Symantec 10.0 AV with GroupWare Protection. The presence of the Norton AV component even if Symantec AV service stopped causes Tomcat 5.5 CPU utilization to go to 95%. I had to uninstall Symantec AV and reboot and

Setting up a secure area

2006-03-12 Thread Mark Whitby
Hey all This is probably one of the stupidest posts of the week on here but I'm struggling to find the link online that tells me how to use a Realm to restrict access to a certain folder: /secure/. I've set up the realm as stated (http://tomcat.apache.org/tomcat-5.5-doc/realm-howto.html),

Re: High CPU Tomcat 5.5.12 - Caused By Norton AV on Win2K3

2006-03-12 Thread Leon Rosenberg
how about exluding tomcats install directory and especially the webapps from the scan list? leon On 3/12/06, Wasik, Paul [EMAIL PROTECTED] wrote: Hi all, Ran into an issue on a Windows 2003 server with Tomcat 5.5.12 and Norton Symantec 10.0 AV with GroupWare Protection. The presence of the

Re: Setting up a secure area

2006-03-12 Thread Mark Lowe
On 3/12/06, Mark Whitby [EMAIL PROTECTED] wrote: Hey all This is probably one of the stupidest posts of the week on here but I'm struggling to find the link online that tells me how to use a Realm to restrict access to a certain folder: /secure/. I've set up the realm as stated

forward to webapps/learning application

2006-03-12 Thread Gerd Meyer
Hey … I´m searching the whole day for a solution for the following thing: Im using mod_jk.so with apache. One application is in tomcat installation directory: /usr/java/tomcat/webapps/learning I want to reach this application over the URL http://www.imlearning.de What i have to do? In the

Re: Setting up a secure area

2006-03-12 Thread Mark Whitby
Thanks for the reply Mark, Firstly how do I test my realm works? I've changed the code to the following in my web.xml file but it doesn't work, it just loads up the test page automatically. Where am I going wrong? security-constraint display-nameAccess control/display-name

Re: Re: Tomcat (5.0.25 5.5.15) manager webapp and UserDatabaseRealm

2006-03-12 Thread Tarang Patel
password caching firefox I did check the Password caching in FireFox, and given that I never explicitly ask to save passwords (for obvious reasons), it should be no surprise that no passwords were cached. Tim Diggins wrote: firefox can cache passwords as well - and particularly

Re: High CPU Tomcat 5.5.12 - Caused By Norton AV on Win2K3

2006-03-12 Thread Martin Gainty
Good Evening Paul- At first glance it Appears that the component you are speaking of was blocking 8080 transmissions You should look at the Norton Internet Security config screen and manually configure Apache Tomcat to allow those transmissions.. HTH, Martin - Original Message -

RE: High CPU Tomcat 5.5.12 - Caused By Norton AV on Win2K3

2006-03-12 Thread Wasik, Paul
Thanks for the suggestions. But the applications function. They are just sluggish due to the CPU load. There is no real traffic on this server. It seems to be one particular webapp. We'll have to analyze what that is doing. Paul From: Martin Gainty