Re: Anybody know of JSP training classes where they use Tomcat?

2002-04-20 Thread Micael Padraig Og mac Grene
I think that if you need jsp pages training, you would not want to do it with Tomcat, as that would probably be too advanced for a beginner??? At 11:49 AM 4/19/02 -0600, you wrote: I know Batky-Howell does great classes, and they use almost exclusively Apache products. (Including Tomcat)

SSL and Domain Names

2002-04-20 Thread Neale Rudd
Hi, Does anyone know how I can generate a request for a certificate (eg: a Thawte certificate) that is for a specific virtual domain name? eg: I have a domain www.domain.com and I want to generate a request that will be given to thawte so that they will issue a certificate for www.domain.com

Occasionally get java.lang.NoClassDefFoundError

2002-04-20 Thread Anthony Martin
I get the exception, java.lang.NoClassDefFoundError from time to time after starting Tomcat and browsing to certain Servlet mappings. This exception just goes away if I restart the server, but comes back the next time I restart the server. I have reason to believe that this is cause by

RE: Apache 2 and Tomcat 4 on Windows!!@#$!

2002-04-20 Thread Donald Lee
Cool I will have to find a way to compile it for my Linux box. -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 11:42 PM To: Tomcat Users List Subject: RE: Apache 2 and Tomcat 4 on Windows!!@#$! Sure it does. Just download the

Using multiple SSL certificates

2002-04-20 Thread Neale Rudd
Hi, I have been able to generate two test SSL certificates, one for each virtual host in my setup. Each virtual host has a separate IP address (192.168.0.18 and 192.168.0.3) and a different name (server1, server2). However, each time I access tomcat, no matter which address I use, I always get

Re: Apache 2.0.35, tomcat 4.0.3 and mod_webapp

2002-04-20 Thread Simon Stewart
On Fri, Apr 19, 2002 at 11:23:44PM -0400, Jeffrey Bonevich wrote: Simon Stewart wrote: Having looked through the mailing list archives, this looks like a popular subject, and I think that I've almost got it cracked. Almost. After following the advice in

Tomcat4.0.3 + Apache2.0.35

2002-04-20 Thread Michael Delamere
Hi, Before installing Tomcat4.0.3 and Apache2.0.35 I had Tomcat4.0.3 and Apache1.3x configured to communicate over the mod_jk connector. Although the apache webserver starts without a problem I get the following error when trying to call a servlet: handler jakarta-servlet not found for: I

Re: Anybody know of JSP training classes where they use Tomcat?

2002-04-20 Thread Allan Kamau
You may only need plain .jsp and Servlet training. Configuring the .jsp and Servlets to run inside the Tomcat container, requires you to patiently read the docs that come with TC and of course observe the file layout of the sample web applications that come preconfigured with TC. Allan Kamau.

Re: Apache 2.0.35, tomcat 4.0.3 and mod_webapp

2002-04-20 Thread Simon Stewart
I've been doing some more work on this, and part of the problem appears to be the relative position of the ServerName and WebApp* directives. If the ServerName is declared above the WebApp* directive, there are no complaints about the invalid server name, but httpd now doesn't start at all

Anyone got Tomcat 4.0.x and MySQL 4.0.x JNDI DataSource working?

2002-04-20 Thread misc iii
Anyone got Tomcat 4.0.x and MySQL 4.0.x JNDI DataSource working? I've tried a couple dozen different configurations and in every situation the DataSource returned from the context lookups is always null. Any help? _ Join the

Anyone got Tomcat 4.0.x and MySQL 4.0.x JNDI DataSource working?

2002-04-20 Thread misc iii
Anyone got Tomcat 4.0.x and MySQL 4.0.x JNDI DataSource working? I've tried dozens of different things but the DataSource object that I receive from the context lookups is always null. Any help? _ Get your FREE download of MSN

Re: Apache 2.0.35, tomcat 4.0.3 and mod_webapp

2002-04-20 Thread Simon Stewart
Yet more digging suggests that this could be a bug: attaching an strace to the httpd process as it starts up gives: write(2, Syntax error on line 1018 of /us..., 66) = 66 write(2, Duplicate connection name\n, 26) = 26 _exit(1)= ? Where line 1018 refers to:

Re: Anybody know of JSP training classes where they use Tomcat?

2002-04-20 Thread Ian Darwin
On April 20, 2002 10:53 am, Allan Kamau wrote: You may only need plain .jsp and Servlet training. Configuring the .jsp and Servlets to run inside the Tomcat container, requires you to patiently read the docs that come with TC and of course observe the file layout of the sample web

Re: Release Question

2002-04-20 Thread Tod Thomas
Tried it, getting this error trying to access cocoon: Type 'xslt' is not defined for 'transform' at file:/opt/jakarta/tomcat/webapps/cocoon/sitemap.xmap:321:59 Any ideas? Thanks. On Sun, 14 Apr 2002 21:00:25 -0500 Hugh Brien [EMAIL PROTECTED] wrote:

Re: Running Tomcat as a user other than root

2002-04-20 Thread David Lu
what i talked about (changing file permissions) apply to unix only. as far as i know, all flavors of unix support file permissions. also, this is with the default tomcat setting of using port 8080. again, afaik, all unix systems will only allow root to bind to ports 255 and below, including

Re: Running Tomcat as a user other than root

2002-04-20 Thread David Lu
i don't see how tomcat can possibly do this. it's an operating system call not available to java apps. i suppose you can make a jni library call but will work only on unix platforms, a different jni library will have to be build for every supported unix os, and make the system non-100%-java.

Re: Container-managed authentication

2002-04-20 Thread David Lu
Specifically, I'm trying to force a remember on the username/password entered, even if the browser is closed or tomcat is bounced. Any ideas? :) even if browser is closed or tomcat is bounced? that's a tough one. :) maybe you can write a persistent cookie to the browser with the

Re: Running Tomcat as a user other than root

2002-04-20 Thread Ian Darwin
On April 20, 2002 02:13 pm, David Lu wrote: if you want tomcat to answer port 80 and want it to run as non-root, then your best bet is to run apache in front of it.  that's what i currently do on one of my servers. On BSD UNIXes you can use the packet filter redirection mechanism. Port 80

Help with user-data-constraint

2002-04-20 Thread Cavan Morris
Hey Guys, Is anybody successfully using user-data-constraint in tomcat 4 web.xml? I've tried the following: security-constraint web-resource-collection web-resource-nameSSL Area/web-resource-name url-pattern/user/*/url-pattern /web-resource-collection

Re: How can I install Tomcat 4.0 as a plug-in of IIS 5.1?

2002-04-20 Thread Alexander Höglind
Hi, I had big problems having Tomcat Installed so I wrote a simple Tomcat4 on IIS5 tutorial. It's available at http://www.hoglind.com/tomcat4/index.html Alexander Höglind - Original Message - From: Kevin Seguin [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED]; [EMAIL

Re: Occasionally get java.lang.NoClassDefFoundError

2002-04-20 Thread Scott Ahten
Anthony, Make sure any objects you store in a session implement the Serializable interface. Tomcat uses serialization to pesrsist sessions and any objects that can not be serialzed will fail to be made persistent durring shutdown. When Tomcat starts back up, session references to these

character conversion

2002-04-20 Thread Ilic Aleksandar
Hi I am tring to convert some German specific character tosome other character from english. I am using enxt code String menu_text = some text on german queried from MySQL; char repGer[] = {32,47,223,228,235,246,252}; char repEng[] = {95,95,115,97,101,111,117}; mmImg =

character conversion

2002-04-20 Thread Drew Sudell
Ilic Aleksandar writes: Hi I am tring to convert some German specific character tosome other character from english. I am using enxt code String menu_text = some text on german queried from MySQL; char repGer[] = {32,47,223,228,235,246,252}; char repEng[] =

Re: Apache 2.0.35, tomcat 4.0.3 and mod_webapp

2002-04-20 Thread Jeffrey Bonevich
Simon Stewart wrote: Yet more digging suggests that this could be a bug: attaching an strace to the httpd process as it starts up gives: write(2, Syntax error on line 1018 of /us..., 66) = 66 write(2, Duplicate connection name\n, 26) = 26 _exit(1)= ?

(SOLVED) Re: Using multiple SSL certificates

2002-04-20 Thread Neale Rudd
Hi, Sorry for answering my own questions! The steps to create multiple test ssl certificates, one per domain/IP were as follows: 1. Use keytool -genkey once for each domain, providing a separate keystore file for each key 2. Configure separate Connector entries in server.xml, one for each