Logging: Tomcat5, RH ES, Apache2

2004-02-12 Thread Rich Baldwin
My deployment of tomcat5 and Apache2 on RedHat Enterprise Server is working fine except for the logging within a context. Logging w/in a host works fine, setting up a value for access logs works, but I can't get logging w/in a context to work. All output still goes to catalina.out which is

Encrypted passwords in tomcat5

2004-02-12 Thread Rich Baldwin
I've used digest.sh in the past w/ tomcat 4 to generate encrypted passwords for tomcat-user.xml. Has something changed w.r.t digest? Why the class not found error for this bundled s/w? Here is the command and error [prompt]$ sh digest.sh -a sha password /www/tomcat/bin/tool-wrapper.sh: line

Re: Encrypted passwords in tomcat5

2004-02-12 Thread Rich Baldwin
modify CLASSPATH=$CLASSPATH:$CATALINA_HOME/bin/bootstrap.jar to CLASSPATH=$CLASSPATH:$CATALINA_HOME/bin/bootstrap.jar:$YOUR_JAR_PATH/jmx.jar:$YOUR_JAR_PATH/jmx-remote.jar:$YOUR_JAR_PATH/jmx-remote-tools .jar Rich Baldwin wrote: I've used digest.sh in the past w/ tomcat 4 to generate encrypted

Re: Tomcat5 RH ES mod_jk2 Apache2

2004-02-02 Thread Rich Baldwin
. -Original Message- From: Rich Baldwin [mailto:[EMAIL PROTECTED] Sent: 30 January 2004 18:27 To: [EMAIL PROTECTED] Subject: Tomcat5 RH ES mod_jk2 Apache2 I finally made some progress configuring Tomcat5 Apache2 and mod_jk2 running on RedHat Enterprise Server. I get html over port 80, but no jsp

Re: Tomcat5 RH ES mod_jk2 Apache2

2004-02-02 Thread Rich Baldwin
[channel.socket:localhost:8009] host=localhost port=8009 and under [ajp13:localhost:8009] add this channel=channel.socket:localhost:8009 Before you go about making those changes, make sure that your servlets are working OK on standalone tomcat :) Good luck, Yiannis. -Original Message- From: Rich Baldwin [mailto

Re: Tomcat5 RH ES mod_jk2 Apache2

2004-02-02 Thread Rich Baldwin
and I'll have a look. Also, what are the urls you are using to access your html/jsp/servlets? Feel free to use 'localhost' if you don't want to reveal sensitive server hostname/ip's Yiannis -Original Message- From: Rich Baldwin [mailto:[EMAIL PROTECTED] Sent: 02 February 2004 15:22 To: Tomcat

Re: Tomcat5 RH ES mod_jk2 Apache2

2004-02-02 Thread Rich Baldwin
/modules/mod_jk2.so # If set to inprocess the mod_jk2 will Register natives itself # This will enable the starting of the Tomcat from mod_jk2 # apr.jniModeSo=inprocess # -Original Message- From: Rich Baldwin [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 2

Tomcat5 RH ES mod_jk2 Apache2

2004-01-30 Thread Rich Baldwin
I finally made some progress configuring Tomcat5 Apache2 and mod_jk2 running on RedHat Enterprise Server. I get html over port 80, but no jsp or servlets will run. Don't know what I may have missed. jk2.properties handler.list=channelSocket,request channelSocket.port=8009

Re: Tomcat5 RH ES mod_jk2 Apache2

2004-01-30 Thread Rich Baldwin
Edson Any idea's what to put into mod_jk.conf? Tx, Rich Edson Alves Pereira wrote: Tomcat isn´t talking with Apache, you must include mod_jk.conf in Apache´s httpd.conf -- De: Rich Baldwin[SMTP:[EMAIL PROTECTED] Responder: Tomcat Users List Enviada:sexta

Re: Tomcat5 RH ES mod_jk2 Apache2

2004-01-30 Thread Rich Baldwin
Mark The jsp is working fine now and the servlet links are broken on the servlets-examples page, but the servlets still can't be found. Rich Mark Eggers wrote: Rich, See the following link: http://nagoya.apache.org/wiki/apachewiki.cgi?TomcatWeb Replace /examples/*.jsp with

Tomcat Manager reload doesn't work

2003-03-13 Thread Rich Baldwin
Maybe someone can convince me otherwise, but the tomcat manager reload function does not reload classes which have been modified.Here are the details: tomcat-4.1.12, apache 1.3, mod_webapp.so, RedHat 7.2, a Memory Realm has been defined in conf/tomcat-users.xml, and the manager.xml file is

building mod_webapp.so on SunOS

2002-12-31 Thread Rich Baldwin
I am going to post this to the GNU list, but I thought that I would run it by you all too. I'm trying to build mod_webapp.so for a SunOS. The default download for mod_webapp.so causes apache to throw a __lshrdi3: referenced symbol not found error. This is a documented bug. The fix is to build

mod_jk, apache 1.3 - tomcat 3.2.4?

2002-05-17 Thread Rich Baldwin
I have set up both tomcat 3.2.4 and apache 1.3. Both test pages come up ok. But... when I try to bring up the tomcat example servlets via the apache port. I get the following error: Forbidden You don't have permission to access /examples/servlets/index.html on this server. Apache/1.3.22

Re: mod_jk, apache 1.3 - tomcat 3.2.4?

2002-05-17 Thread Rich Baldwin
system are you on? If you are on a linux system, you need to make sure that all the folders are executable from / all the way to servlet. Brandon -Original Message- From: Rich Baldwin [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 9:27 AM To: Tomcat Users List Subject: mod_jk

Error in tomcat 4.0.3

2002-03-28 Thread Rich Baldwin
Thought I'd test tomcat 4.0.3 w/ my servlets. Note: these same routines are running w/o any problems in tomcat 4.0.1. I get the following error in 4.0.3... Any ideas. Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error

Adding a system property?

2002-03-18 Thread Rich Baldwin
I have a system property which I have added to my build.properties file and my build.xml file. Ant builds and deploys w/o any errors. However, my tomcat servlet cannot find this new system property. What is the trick here? There is nothing in my build.xml file to tell tomcat explicitly about

Re: Adding a system property?

2002-03-18 Thread Rich Baldwin
Craig Thanks very much, nothing like a complete answer to a question! Take care, Rich Craig R. McClanahan wrote: On Mon, 18 Mar 2002, Rich Baldwin wrote: Date: Mon, 18 Mar 2002 11:51:45 -0500 From: Rich Baldwin [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED

Re: JNDI resource for connection pooling

2001-12-19 Thread Rich Baldwin
Amine Been playing around w/ the same thing as you. Have you figured it out yet? I am a bit baffled by the role of setting the context in server.xml. Without making any changes to server.xml, I downloaded and installed poolman and can run the database client, querying any of my oracle

tomcat 3.2 to 4.0

2001-12-11 Thread Rich Baldwin
Ok I am migrating my servlets to the 4.0 servlet engine from the 3.2. Using ant and the detailed notes in the docs, I have built and deployed my application. I stopped and started tomcat, and then tried to access any *html, *wm (webmacro) or servlet; I get a 404 error. I can get to

Re: Tomcat 3.2.2 HTTP 500 Internal Server Error

2001-12-11 Thread Rich Baldwin
Well I haven't found the transition to 4.0 as smooth as you describe. Can't get any of my 4.0 apps to run. I just tried moving an application from ~jakarta-tomcat.3.2.2/webapps/ to ~jakarta-tomcat.4.01/webapps/; stopped and restarted tomcat and tested; didn't work. Guess I haven't hit upon

Re: tomcat 3.2 to 4.0

2001-12-11 Thread Rich Baldwin
-entry*,ejb-r ef*). Starting service Tomcat-Apache Apache Tomcat/4.0.1 Rich Baldwin wrote: Ok I am migrating my servlets to the 4.0 servlet engine from the 3.2. Using ant and the detailed notes in the docs, I have built and deployed my application. I stopped and started tomcat, and then tried