Virtual Hosting and Contexts

2002-09-17 Thread Brian Topping
Good day, I'm rather new to setting up vhosting on Tomcat, but am quite familiar with it on Apache. I am having some problems understanding the correct configuration to set up a root context on each apache virtual host, and was hoping someone here might be able to offer some pointers. Basically

RE: integrating apache-tomcat-jboss

2002-09-17 Thread Brian Topping
> -Original Message- > From: Nani Jon [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 17, 2002 4:17 PM > To: tomcat users > Subject: integrating apache-tomcat-jboss > > > > Hi all: > > I have the latest jboss-3.0.0_tomcat-4.0.3 bundle installed > on a windows 2000 box. For pr

RE: ModJk

2002-09-17 Thread Brian Topping
> -Original Message- > From: Ago Meister [mailto:[EMAIL PROTECTED]] > Subject: ModJk > > Does anybody know why is the address > http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/ release/v1.2.0 > /bin/linux/i386/ for mod_jk binaries empty or > can you tell me alternative addr

RE: Virtual Hosting and Contexts

2002-09-20 Thread Brian Topping
e just done something wrong. > > The way I got round it was to use a non-empty path in order > to get Tomcat to > generate some mappings. Then I cut and pasted those mappings into > httpd.conf and edited them to what I wanted. It is a cludge but it is > working as far as I

Declarative security problem in Tomcat 4.1.12?

2002-11-08 Thread Brian Topping
Hi all! I'm seeing some strange behavior with declarative security. I've got everything set up and working correctly under jboss-3.0.4_tomcat-4.1.12, when I access a protected resource, the login page is invoked, the container goes out to the database, looks up the user, sets up the session, and

RE: recommended reading

2002-11-09 Thread Brian Topping
Andreas, Tomcat is the Sun "reference implementation" of a J2EE servlet container. This means that any book on Java Servlets should do justice to Tomcat architecture and operating principles. Many books also go into the configuration of Tomcat as an example of configuring a servlet container, sim

RE: securing tomcat...

2002-12-31 Thread Brian Topping
> -Original Message- > From: Ken Anderson [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 31, 2002 5:07 PM > To: Tomcat Users List > Subject: Re: securing tomcat... > > > Just put this in your web.xml for root webapp or others... > > > 404 > /404error.html >