[Win32] error loading mod_jk2.dll

2002-12-07 Thread Juergen Heckel
Hi, in my Apache 2.1.0-dev error.log I see the following error loading mod_jk2.dll v2.02: [notice] Loaded org/apache/jk/apr/TomcatStarter [notice] jni.init() disabling the non init hook worker [notice] workerEnv.init() ok F:/Apache2/conf/workers2.properties [error] mod_jk child init 1 0 When

Re: signed SSL cert tomcat

2002-12-07 Thread Joseph Stephen
Try these link, it works http://www.comu.de/docs/tomcat_ssl.htm http://www.openssl.org/docs/apps/pkcs8.html#COMMAND_OPTIONS Let me know if you still face problems, Regards, Joseph --- Jeff Cousineau [EMAIL PROTECTED] wrote: New to the list, so far I haven't found a definitive answer to

RE: [Win32] error loading mod_jk2.dll

2002-12-07 Thread Mladen Turk
-Original Message- From: Juergen Heckel [mailto:[EMAIL PROTECTED]] Hi, in my Apache 2.1.0-dev error.log I see the following error loading mod_jk2.dll v2.02: [notice] Loaded org/apache/jk/apr/TomcatStarter [notice] jni.init() disabling the non init hook worker [notice]

Compiling from src rpm...

2002-12-07 Thread Keith Pemberton
I am having a little trouble compiling the full src rpm for tomcat. The error message is: + mv /var/tmp/tomcat4-root-4.1.12/var/tomcat4/common/lib/jdbc-stdext-2.0.jar /var/tmp/tomcat4-root-4.1.12/var/tomcat4/common/lib/jdbc2_0-stdext.jar mv: cannot stat

RE: static url routing

2002-12-07 Thread RXZ JLo
--- Craig R. McClanahan [EMAIL PROTECTED] wrote: You actually *can* avoid entering a servlet, so Filter is a very practical way to do redirect type things, especially in the same webapp. Okay. Does mean I can use the Filter interface carefully instead of Servlet interface, and still

Re: New install, can't get manager or admin to work..

2002-12-07 Thread George Hester
OK I got this to work with your configuration. Except I am using: Windows 2000 Professional SP3, Tomacat 4.1.16 (Beta), j2sdk1.4.0_01. In %Catalina_Home%\conf\tomcat-users.xml leave what is already there alone. Here is mine (notice the order; that is very important) ?xml version='1.0'

Problems installing Tomcat 4.1.12 in Solaris 8

2002-12-07 Thread capa
- Mensaje reenviado por [EMAIL PROTECTED] - Date: Fri, 06 Dec 2002 18:35:41 -0500 (EST) From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] Subject: Problems installing Tomcat 4.1.12 in Solaris 8 To: [EMAIL PROTECTED] Hello friends, i try to install Tomcat 4.1.12 in

RE: DataSource problem.

2002-12-07 Thread Jacob Kjome
What does your configuration look like? Have you read the docs? http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html Jake At 01:21 PM 12/7/2002 +0530, you wrote: *deep breath. I'm lost about this... would anyone take a shot at helping me? Thanks Manav.

Re: Security constrant to force SSL works with apache+tomcat?

2002-12-07 Thread Tim Funk
Actually (hopefully I didn't snip you out of context) ... If a user switches from http to https - shouldn't a new session id be assigned? If not - an attacker can swipe the session id while the user was in http mode. Then the attacker can issue requests using https with the httpd session id.

problems executing the examples.

2002-12-07 Thread capa
Hello, i install tomcat 4.1.12 . The first page (http://localhost:8080) work's fine. But when i try to see te jsp examples or the servlet examples, appear this error: HTTP Status 404 - /examples/jsp/ type Status

What do these errors mean?

2002-12-07 Thread Luca Ventura
Hello everybody! I have installed Tomcat 4.1.12 as Servlet Container and IIS as Web Server in my Windows 2000 machine. I use the ISAPI filter to redirect requests from IIS to Tomcat: in particular I use the JK connector isapi_redirector.dll you can find at:

Multiple Instances as a Service in 2000

2002-12-07 Thread Steve Fibich
Hello everybody, I have a need to install multiple instance of Tomcat on a windows 2000 box each instance running as a service. Can anyone point me in the right direction. I already have it running as a service for one instance (from the exe install) and second instance running

RE: static url routing

2002-12-07 Thread Craig R. McClanahan
On Sat, 7 Dec 2002, RXZ JLo wrote: Date: Sat, 7 Dec 2002 05:02:24 -0800 (PST) From: RXZ JLo [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: static url routing --- Craig R. McClanahan [EMAIL PROTECTED] wrote: You

Tomcat 4.1, DBCP and Oracle

2002-12-07 Thread Campano, Troy
Has anyone been able to get Tomcat 4.1.12 or Tomcat 4.1.16 working with DBCP and Oracle (classes12.zip)? I've tried a billion combinations of configurations and nothing works. I've see other people on the web have also had this problem. I've tried for months to figure this out and I've opened

RE: Tomcat 4.1, DBCP and Oracle

2002-12-07 Thread Campano, Troy
Oh yeah...the error I get is: java.sql.SQLException: Cannot load JDBC driver class 'null' ~ t r o y ~ -Original Message- From: Campano, Troy Sent: Saturday, December 07, 2002 12:44 PM To: '[EMAIL PROTECTED]' Subject: Tomcat 4.1, DBCP and Oracle Has anyone been

Tomcat and Avalon

2002-12-07 Thread Samuel Cheung
Does Tomcat use Avalon(http://jakarta.apache.org/avalon/index.html) as its server framework? Thanks.

RE: Tomcat 4.1, DBCP and Oracle

2002-12-07 Thread micael
Sounds as if you don't have the class that it says you don't have. You need to load in the appropriate JDBC driver class. Have you just loaded the standard version of JDBC? At 12:45 PM 12/7/2002 -0500, you wrote: Oh yeah...the error I get is: java.sql.SQLException: Cannot load JDBC driver

How to include output of a servlet running on one virtual host to an SSI enabled html page on another virtual host?

2002-12-07 Thread Sagara Wijetunga
How to include output of a servlet running on one virtual host to an SSI enabled html page on another virtual host? I use Apache 2.0.39 to serve static html pages from a Pentium III based PC server running Red Hat Linux 8.0. I use Jakarta/Tomcat 4.1.12-LE-jdk14 to process servlets on the same

Re: Help accessing jakarta

2002-12-07 Thread Paul Campbell
Did you get any error messages in the logs ? Are your environment variables such as CATALINA_HOME still valid? At 08:22 PM 12/7/02 -0500, you wrote: Hi, i've recently installed Jakarta in linux. after the installation i've tried to access with localhost:8080 and that have worked good. i've

getRealPath is null

2002-12-07 Thread Charlene Mitchell
Hi, I'm deploying a servlet in a war (within an ear) into TomCat4.1.12 or TomCat 4.0.6 (integrated in JBoss). But when I call the method getRealPath() I get a null returned. If I do the same thing in Jetty (with JBoss) then it works fine. Is this correct behaviour? Thanks Charlene

Re: getRealPath is null

2002-12-07 Thread Paul Campbell
Pg 99. JavaServletProgramming(Hunter) says it returns null if the translation cannot be performed. I believe that case occurs because of the war similiar to getPathTranslated discussed on pg 98. At 07:37 PM 12/7/02 +, you wrote: Hi, I'm deploying a servlet in a war (within an ear) into

RE: Tomcat 4.1, DBCP and Oracle

2002-12-07 Thread Jacob Kjome
1. Rename classes12.zip to classes12.jar. You don't have to repackage the classes, simply rename the file. 2. Put classes12.jar in CATALINA_HOME/common/lib. That is the *only* place it can go because both the server and the application require access to it. Libraries under the common

Need to include the output of a servlet running on one virtual host to the output of another servlet running on different virtual host?

2002-12-07 Thread Sagara Wijetunga
Need to include the output of a servlet running on one virtual host to the output of another servlet running on different virtual host? I use Apache 2.0.39 to serve static html pages from a Pentium III based PC server running Red Hat Linux 8.0. I use Jakarta/Tomcat 4.1.12-LE-jdk14 to process

Re: getRealPath is null

2002-12-07 Thread Jacob Kjome
Yep, because JBoss serves the app directly from a .war file rather than expanding the directory as is the default behavior of the Tomcat standalone. Remember one thing about webapps. You can *never* assume that you have access to the filesystem except to the servlet spec defined tmp directory

Re: Tomcat and Avalon

2002-12-07 Thread Tim Funk
No Samuel Cheung wrote: Does Tomcat use Avalon(http://jakarta.apache.org/avalon/index.html) as its server framework? Thanks. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Tomcat 4.1, DBCP and Oracle

2002-12-07 Thread David Brown
Campano, Troy writes: Has anyone been able to get Tomcat 4.1.12 or Tomcat 4.1.16 working with DBCP and Oracle (classes12.zip)? I've tried a billion combinations of configurations and nothing works. I've see other people on the web have also had this problem. I've tried for months to figure

Tomcat 4.0.4 and DataSource problem

2002-12-07 Thread David P. Nesbitt
I am having a problem obtaining a DataSource using Tomcat 4.0.4. Here is what is in the log: Data source name is:jdbc/QTDSDEV java.lang.ClassCastException: org.apache.naming.ResourceRef Here is my server.xml snippet: Context path=/myapp docBase=myapp debug=5 reloadable=true

manager/reload = restart?

2002-12-07 Thread Jonas Björnerstedt
Hello, While developing a Struts application I have to restart it frequently. Using the Tomcat 4.1 manager makes this quicker. What is not clear to me after reading through the documentation is the difference between stop/start and reload. The latter does not reload my struts-config.xml, while

Re: Security constrant to force SSL works with apache+tomcat?

2002-12-07 Thread Pae Choi
javax.servlet.request.cipher_suite? Where did you get that? Pae Actually (hopefully I didn't snip you out of context) ... If a user switches from http to https - shouldn't a new session id be assigned? If not - an attacker can swipe the session id while the user was in http mode. Then

Re: manager/reload = restart?

2002-12-07 Thread Craig R. McClanahan
On Sat, 7 Dec 2002, Jonas Björnerstedt wrote: Date: Sat, 7 Dec 2002 22:34:19 +0100 From: Jonas Björnerstedt [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: manager/reload = restart? Hello, While developing a Struts application I have to

Re: Security constrant to force SSL works with apache+tomcat?

2002-12-07 Thread Craig R. McClanahan
On Sat, 7 Dec 2002, Pae Choi wrote: Date: Sat, 7 Dec 2002 17:17:12 -0500 From: Pae Choi [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Security constrant to force SSL works with apache+tomcat?

Mod_jk is not compatible this version of apache

2002-12-07 Thread John B. Moore
Versions Apache httpd-2.0.40 Tomcat 4.1.12 OS Readhat 8 with latest kernal I had compile Apache and it runs just fine, Tomcat also runs find independently I then downloaded the connectors for 4.1.12 and followed the John Turner directions for compiling the mod_jk... and copied

RE: manager/reload = restart?

2002-12-07 Thread Jonas Björnerstedt
Thank's for the reply. For the particular case of a Struts app, most of the time you're just changing struts-config.xml, not web.xml, so reload is usually the quickest way to update your app to test the things you just added or changed. That was my problem, reload doesn't reload

RE: manager/reload = restart?

2002-12-07 Thread Craig R. McClanahan
On Sun, 8 Dec 2002, Jonas Björnerstedt wrote: Date: Sun, 8 Dec 2002 00:08:28 +0100 From: Jonas Björnerstedt [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: manager/reload = restart? Thank's for the reply. For the

RE: manager/reload = restart?

2002-12-07 Thread Jonas Björnerstedt
You might want to try this with the released version of Tomcat (4.1.12) also, instead of an intermediate build like 4.1.10. I reinstalled with 4.1.16. Same thing. The Tomcat logs for reload and stop/start are below. It's not a serious problem, with two browser windows restarting takes a couple

Re: Compiling from src rpm...

2002-12-07 Thread Keith Pemberton
Just wanted to bump up this question. Don't want it to get lost in the mix. Any help is appreciated! Keith On Sat, 2002-12-07 at 05:14, Keith Pemberton wrote: I am having a little trouble compiling the full src rpm for tomcat. The error message is: + mv

NullPointerException from incorrect JDBCRealm setup

2002-12-07 Thread Bill Schneider
Hi, I used Realms for the first time today with Tomcat 4.0.6. I noticed that, if you don't specify the userCredCol attribute correctly with the JDBCRealm (for example, accidentally calling it userCredColumn), you end up with a not-too-descriptive NullPointerException. (JDBCRealm line 389 in

Re: NullPointerException from incorrect JDBCRealm setup

2002-12-07 Thread Craig R. McClanahan
To avoid it getting lost in mail folders, could you please submit a bug report for this? http://nagoya.apache.org/bugzilla/ Thanks! Craig On Sat, 7 Dec 2002, Bill Schneider wrote: Date: Sat, 07 Dec 2002 17:18:23 -0500 From: Bill Schneider [EMAIL PROTECTED] Reply-To: Tomcat Users List

Re: Help accessing jakarta

2002-12-07 Thread Stephane Baribeau
Hi, I've no error in logs files. And i've seeting all environment variable that the doc says ! Does he have a link with apache serveur ? i've nothing who talk about tomcat. Thanks. - Original Message - From: Paul Campbell [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent:

Custom Valve

2002-12-07 Thread Jon Eaves
Hi all, I've implemented a custom Valve which wasn't a major effort, but would like to try and resolve some strange effects that are part of the standard installation of Tomcat. I'm using TC 4.1.12, JDK 1.3.1 (just for the record). When using the custom Valve, (which also has a custom path, not

Help with using mod_jk2

2002-12-07 Thread Mike DiChiappari
Is there any good documentation out there that describes how to get mod_jk2 working with Apache 2.0 and tomcat 4.x? The docs on the jakarta site are good if you already know what your doing and love geek-speak. I am looking for something that simply leads me through the process without

RE: Tomcat 4.1, DBCP and Oracle

2002-12-07 Thread Campano, Troy
Hi, I've done this. I renamed zip to jar. put it in /common/lib. When I bounce tomcat...it doesn't automatically recognize the file in its classpath, so I hard code it in /bin/setclasspath.sh, then it sees it. I've set this up before. I have no problems setting this up with tomcat 4.0.X. It

RE: Tomcat 4.1, DBCP and Oracle

2002-12-07 Thread Campano, Troy
Oh sorry, i meant i have the problem with 4.1.16-beta as well. thank you! -Original Message- From: Campano, Troy To: Jacob Kjome; [EMAIL PROTECTED] Sent: 12/7/02 10:38 PM Subject: RE: Tomcat 4.1, DBCP and Oracle Hi, I've done this. I renamed zip to jar. put it in /common/lib. When I

RE: SEO and servlets

2002-12-07 Thread neal
Those are both very good points I hadn't considered - thank you! :) Neal -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Friday, December 06, 2002 6:35 PM To: Tomcat Users List Subject: RE: SEO and servlets On Fri, 6 Dec 2002, Cox, Charlie wrote:

Re: Custom Valve

2002-12-07 Thread Bill Barker
Jon Eaves [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi all, I've implemented a custom Valve which wasn't a major effort, but would like to try and resolve some strange effects that are part of the standard installation of Tomcat. I'm using TC 4.1.12,

Re: Custom Valve

2002-12-07 Thread Jon Eaves
Bill, Two words: You legend ! 1. Can I prevent the exception, and if so how ? You can create your own mbeans-descriptor file, package it in the jar with your Valve, and set the descriptors=/com/myfirm/mypackage/mbeans-descriptor.xml attribute on the ServerLifecycleListener element in

Re: Tomcat 4.1, DBCP and Oracle

2002-12-07 Thread Dan Tran
Did you configure Oracle DataSource thru the web interface of Admin app in Tomcat 4.1? If you did, you will need to link the Global datasource to your webapp in server.xml. Please look up ResourceLink tag -D - Original Message - From: Campano, Troy [EMAIL PROTECTED] To: [EMAIL PROTECTED]

Re: [Win32] error loading mod_jk2.dll

2002-12-07 Thread Juergen Heckel
Mladen Turk wrote: [error] mod_jk child init 1 0 So, just disregard that error message. In 2.0.3 this will be a notice again. Hi, fine:-) -- Juergen Heckel -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Tomcat - System Requirements

2002-12-07 Thread Andric Chang
Hi all, What is the minimun system requirements for Apache and Tomcat to work? I got the 'Segmentation Fault' when tried to access JSP/Servlet from Apache, is this something to do with the system resources? Here's my system resources, === - Red Hat Linux release 7.1

URGENT HELP NEEDED!

2002-12-07 Thread Alex K.
Hello, How is everyone? I have a really really weird problem with mod_jk For some reason it forwards servlets file to tomcat, but jsp files it does not forward to tomcat at all. Here is a line out of mod_jk.log When a .jsp file is sent to it: