How was the precompiled mod_webapp.so binary built for Solaris 8

2002-06-15 Thread Albert Chin
How was the precompiled binary of mod_webapp available from http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/bin/solaris8/sparc/ built? I'm trying to build it with the Sun C compiler (Forte 6.2) as follows: ./configure CFLAGS="-mr -Qn -xstrconst -xO2 -xtarget=generic -xarch=v8

mod_jk and mod_jk2 HELP

2002-06-15 Thread Mark Pelillo
Maybe I missed something basic. but I have note been sucessful is getting either of these two connectors working with Apache2. I started with Tomcat 4.0.3 and no luck, moved on to 4.04-b3 with more success and I downloaded 4.1.3 and have almost got it working (I think) I am working on Solaris 8

Re: Context I added doesn't load. Tomcat 4.0.3, Mac OS X, java 1.3.1, Apache

2002-06-15 Thread Michael Hanna
I checked the log file for /mine: 2002-06-15 21:36:23 StandardContext[/mine]: Error initializing naming context for context /mine 2002-06-15 21:36:50 WebappLoader[/mine]: Deploying class repositories to work directory /usr/local/jakarta-tomcat-4.0.3/work/localhost/mine 2002-06-15 21:36:50 Webap

How to configure VirtualHosts

2002-06-15 Thread Luminous Heart
How do you configure Virtual Hosts with ssl and tomcat on apache2? It does not seem to work like the documents say. I have one machine with one IP address, but multiple domain-names. I want to be able to use every virtualhost with one domain name and get the right context. How can I do that? ___

where would on find documentation on how to configure apache2 to work with tomcat4?

2002-06-15 Thread ken grondell
I would specifically like to find where I should down load the proper warp connector module for apache, how to configure both servers ect.. on a window OS Thank You in advance for any help you can provide -Ken

Re: Context I added doesn't load. Tomcat 4.0.3, Mac OS X, java 1.3.1, Apache

2002-06-15 Thread Jacob Kjome
The parameter inside must match up *exactly* with the inside the element. So, try the follwing exactly as written: HelloServlet Hi HelloServlet /Hi Jake At 01:39 PM 6/15/2002 -0400, you wrote: >hi, I tried your suggestions and it still

Re: Context I added doesn't load. Tomcat 4.0.3, Mac OS X, java 1.3.1, Apache

2002-06-15 Thread Michael Hanna
hi, I tried your suggestions and it still can't fine /mine ... I removed the space in the servlet name, and made sure the servlet mapping is called Hi, web.xml: You may define any number of servlet mappings, including zero. It is also legal to define more than one mapping fo

RE: Urgent : Error connecting to mysql Database from JSP pagedeployed on tomcat server

2002-06-15 Thread Catherine Shepherd
Firstly perhaps this is a question for a Java forum. However, it seems you are not instantiating your driver properly. This is a connection test class that works fine connecting from a Tomcat instance on Win2K to a MySQL instance on a remote Red Hat 7.2 box using the MM.MySQL driver (http://mmmy

RE: front controller pattern and security

2002-06-15 Thread Craig R. McClanahan
On Sat, 15 Jun 2002, Les Hughes wrote: > Date: Sat, 15 Jun 2002 08:32:53 +0100 > From: Les Hughes <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: 'Tomcat Users List' <[EMAIL PROTECTED]> > Subject: RE: front controller pattern and security > > > And of course, static

RE: [offtopic] IDE for Tomcat?

2002-06-15 Thread Catherine Shepherd
I use both Websphere Studio Application Developer (based on Eclipse) and Dreamweaver MX together. WSAD has great Java authoring, CVS/database support and automatic WAR generation so I use it for Model/Controller development, and I use Dreamweaver to develop Views (JSP) and use the SSH publishing

Re: Tomcat 4.1/4.0 manager application

2002-06-15 Thread Craig R. McClanahan
On Fri, 14 Jun 2002, Sam Ewing wrote: > Date: Fri, 14 Jun 2002 23:07:48 -0700 (PDT) > From: Sam Ewing <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: Tomcat 4.1/4.0 manager application > > Thanks for all the help C

Urgent : Error connecting to mysql Database from JSP pagedeployed on tomcat server

2002-06-15 Thread Jayanta Halder
Hi, I have installed tomcat on HP-UX box.I have deployed my web application on tomcat container.I have copied mysql JDBC driver under common/lib area. While running the application i am getting following error Cannot load JDBC driver class 'null' java.lang.NullPointerException:

Re: Tomcat 4.0.3 on Solaris

2002-06-15 Thread Jonathan Eric Miller
If I remember correctly, JAXP is optional if you are using JDK 1.4. I remember having the same problem, but, then I realized that it was optional. I was able to get Tomcat to build without it. Jon - Original Message - From: "Heap, John" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: F

RE: Expiring a page on Apache/Tomcat

2002-06-15 Thread Vikramjit Singh
to add on yeah these tags work perfectly fine in javawebserver, but in tomcat they dont seem to work. Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031 -Original Message- From: Mariela Schafer [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002 8:34 AM To: 'Tomcat

Help required on In memory session replication

2002-06-15 Thread Shiv Kumar MN
Hello Fillip, I am trying to setup Tomcat clustering to achieve: 1. Load balancing 2. Fail over I am referring to your article on this "www.theserverside.com" and Pascal Forget's article on "www.ubeans.com". I having some problem in getting it work. Could you please help me on this? Wha

RE: manager not accepting the username and password

2002-06-15 Thread Vikramjit Singh
here is the contents of tomcat-user.xml file. i dont understand, when it was working earlier, why does it now not accept the same username and password. Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031 -Original Message- From: Friedli Beat [mailto:

Re: jikes with tomcat 4.0.3???

2002-06-15 Thread Andre E. Bar'yudin
Miller, Andy wrote: > Is this possible, i've googled, searched this mailing list, but can't > turn up much info. Seems people are having trouble with UTF-8 > encoding??? It works for me. You may need to unset the LANG environment variable before compiling. Regards, Andre. > Thanks, > > An

RE: Error found while connecting to mysql from JSP page deployed on tomcat

2002-06-15 Thread Les Hughes
I had similar problems. Here's my solution http://marc.theaimsgroup.com/?l=tomcat-user&m=102225547106556&w=2 Hope this helps. > -Original Message- > From: Jayanta Halder [mailto:[EMAIL PROTECTED]] > Sent: 14 June 2002 01:24 > To: [EMAIL PROTECTED] > Subject: Error found while connecting

RE: front controller pattern and security

2002-06-15 Thread Les Hughes
And of course, static role based security is only half the issue. Most of the time you want to be checking that the data actioned upon is in the right state for that action - I'm not just talk about the "who" can do "what" but to "whom" (data) and "when" (state). We use a inhouse solution for thi

RE: Does Jakarta have a connection pooling project?

2002-06-15 Thread Les Hughes
http://marc.theaimsgroup.com/?l=tomcat-user&m=102225547106556&w=2 > -Original Message- > From: anthony.dodd [mailto:[EMAIL PROTECTED]] > Sent: 15 June 2002 05:46 > To: Tomcat Users List > Subject: Re: Does Jakarta have a connection pooling project? > > > Hi > > I've posted a soluti

RE: Storing Java Objects in SQL

2002-06-15 Thread Les Hughes
Unless you *really* want to serialize objects into BLOBs you should be using an ORM. I'm playing with Castor which seems to work well with Tomcat 4 - http://castor.exolab.org but there are others around. > -Original Message- > From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] > Sent: 13 J