Re: Tomcat as Service Crashing.

2001-06-13 Thread Christian Rauh
rvice stopping when the user logs off. But when I log off it continues working, it crashes after a day or two. Ideas? Christian Rauh > > > -Original Message- > > From: Christian Rauh [mailto:[EMAIL PROTECTED]] > > Sent: June 13, 2001 2:45 PM > > To: Tomcat U

Tomcat as Service Crashing.

2001-06-13 Thread Christian Rauh
(HttpConnectionHandler.java:195) at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416) at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498) at java.lang.Thread.run(Thread.java:484) Any ideas on what is causing this? Yours, Christian Rauh

Problems upgrading Tomcat with JAXP 1.1

2001-05-18 Thread Christian Rauh
Dear People, I had to upgrade the JAXP on Tomcat from the bundled version, 1.0, to 1.1. Everything works fine except that now I cannot use international characters like "ã" or "ú" on the web.xml files. When I use those characters I get an exception: -- start of exception output -- ERROR readin

Re: Form based auth. again...

2001-03-21 Thread Christian Rauh
Vladimir Grishchenko wrote: > > Christian Rauh wrote: > > > > Vladimir Grishchenko wrote: > > > > > > Christian Rauh wrote: > > > > > > > > Vladimir Grishchenko wrote: > > > > > > > > > I am also facing the

Re: MYSQL CONNECTION CLASS

2001-03-16 Thread Christian Rauh
Fala Guilherme, > > Can someone who uses TOMCAT send me a sample class that conects to the > database? I have made one that initializes de driver to connect and returns > the connection, so it is very slow. What kind of solution do you have? O esquema é este mesmo, faz a conexão com o banco de da

Re: Form based auth. again...

2001-03-14 Thread Christian Rauh
Vladimir Grishchenko wrote: > > Christian Rauh wrote: > > > > Vladimir Grishchenko wrote: > > > > > I am also facing the same problem and had an idea while reading your > > post. Maybe you can set a frame on your main page where you want the > > logi

Re: Form based auth. again...

2001-03-14 Thread Christian Rauh
I also seem to have read somewhere that you can do what you want using the JDBCRealm. Have you tried anything on that line? Christian Rauh [EMAIL PROTECTED] NewTrade - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Tomcat Administration Tools

2001-03-12 Thread Christian Rauh
Thomas Klein wrote: > > But I'm still not comfortable with the way it works... > I understand the role name must have the same value as the context path, is > that right ? No. This is set by the security constraint on the web.xml file in the webapp web-inf direcotry. In the admin case, this is t

Re: plain text login

2001-03-12 Thread Christian Rauh
If you check the Servlet Specs, it explains the default authentication mechanism used. It does everything you guys are coding. Christian Rauh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL

Re: tomcat-iis-howto.html

2001-03-12 Thread Christian Rauh
Is this on the docs? Christian Marc Saegesser wrote: > > When tomcat starts it creates a file in tomcat/conf called > iis_redirect.reg-auto that has all the right registry entries with the > correct paths based on the current config files. For example the full path > to the log file, the full

Re: JDBCRealm again

2001-03-02 Thread Christian Rauh
Chris Andreou wrote: > > I am new tomcat user. Would you mind taking some time and write some > quiedlines how to setup JDBCReal? Check: http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/JDBCRealm.howto Christian - To u

Re: users, roles and tomcat-users.xml

2001-03-02 Thread Christian Rauh
Dirk, I am not 100% sure but I believe that in tomcat 3.2 authentication is managed by the container on a global level and cannot be done separately for each webapp. Christian Dirk Brockmann wrote: > > Hi, > I am running tomcat 3.2.1. I have > developed a simple > test webapp and now I wish to

Re: formbased authentication: logout ?

2001-02-22 Thread Christian Rauh
uthay wrote: > > If you want an application controled authentication why dont you develope a > session bean that will interact with the login script? How can that be done without developing the whole custom authentication mechanism? Christian Rauh > > - Original Messa

Re: Authentification

2001-02-20 Thread Christian Rauh
Stefan Bräu wrote: > > good day! > > i search for information about this topic for about 3 hours > now and founds as much as nothing: is it possible to do a > simple user-authentification with tomcat only (without apache)? > if so: how can i handle this? are there any tutorials or examples? Ste

Re: Problem with JDBCRealm

2001-02-20 Thread Christian Rauh
> Salvatore Borrelli wrote: > > Hi everyone, > I'm trying to setup a security access mechanism through JDBCRealm > and a Postgresql database. > > I followed the instruction in the JDBCRealm.howto document, but I > still cannot access to the protected area. Looking at the Tomcat log > file,

The Ultimate Tomcat as NT Service How-To

2001-02-15 Thread Christian Rauh
n NT4 with the same process. Thanks for the attention, Christian Rauh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Help: database user authentication how-to.

2001-02-15 Thread Christian Rauh
regarding this matter. Thanks in advance, Christian Rauh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: IIS help

2000-12-05 Thread Christian Rauh
Every time you use the 8080, you are going directly to tomcat so you are NOT using the IIS or whatever other web server . Christian Mark Franz wrote: > > Is this on a NT Server with IIS? Or a workstation, 95/98 machine with PWS? > I ahve found that with the later you have to put in the 8080. >

Re: password and login to admin context

2000-12-04 Thread Christian Rauh
"Craig R. McClanahan" wrote: > > It didn't make the docs in the last-minute rush, but there are two things you need > to do if you want to use the administration app under Tomcat 3.2: > > * In "$TOMCAT_HOME/conf/server.xml", change the > entry for the administration application so that it says

Re: MySQL driver

2000-12-01 Thread Christian Rauh
There are pointers to the drivers in the myswl site. http://www.mysql.com Christian Rauh c cw288 wrote: > > Hi, > I am using tomcat and apache on Solaris 7 and I want to use MySQL as > my JDBC. I need a driver for this. Is mm.mysql driver is the one I > should use and where

isapi_redirect.dll - Where is it?

2000-11-29 Thread Christian Rauh
apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-iis-howto.html I believe people are using it because of the posts I am getting, did you all compiled it? If so, can anyone send me a compiled version? Christian Rauh Steve Mandl wrote: > > Hello- > I have a suggestion for an additio

Re: jk_nt_service.exe

2000-11-28 Thread Christian Rauh
I also have stumbled into the same problem: where is the jk_nt_service file? Christian [EMAIL PROTECTED] wrote: > > In the document Working with the Jakarta NT Service you reference a file > in the i386 download directory called jk_nt_service.exe. It isn't > there. Also in the instructions yo

Re: Why there are two apache servlets projects?

2000-10-20 Thread Christian Rauh
large lack of information about how both projects relate to eah other. Christian Rauh Newtrade Ted Husted wrote: > > Following this thread, I understand the evolution of JServ to Tomcat, > but why are there seperate java and jakarta projects on apache.org? > > Not everything on

Offtopic: Servlets/JSP lists?

2000-10-20 Thread Christian Rauh
Dear people, Is there any good mailing lists / newsgroups on servlets and JSP? Sorry about the off-topic post. Christian Rauh Newtrade

Re: tomcat advocacy

2000-10-20 Thread Christian Rauh
Please sendm e any info you get on this. I am in the same situation at my company. Christian Rauh Newtrade phil suh wrote: > > I work for a large web development firm. We build e-commerce websites for > Fortune 500 clients. Often we develop these sites on ATG's Dynamo, BEA