Re: tom4 session and loadbalancing / Distributed Session Management

2002-01-09 Thread Tom Drake
Michael: I've been focusing on finding paid work, however, the Tomcat side of things is pretty much done. What remains is: - Completion of Valve (that notifies session manager when a request is complete). Craig tells me the code for this needs a little work, and I'm waiting for him to

tomcat3.3 problem: getResource always returns null

2002-01-09 Thread Winkel, Matthias; 2854
Hi! I have upgraded to tomcat3.3. Now there's a problem with getResourceAsStream(filename). This method always returns null, and never finds a resource, every time it is called by a JSP. For example, this is why velocity is not able to load its property file. I think that there's perhaps a

Tomcat v4.01 refuses to install on WinXP

2002-01-09 Thread Graham Leggett
Hi all, I have had a long lasting headache trying to get the Installshield version of Tomcat to install at all under Windows XP. I have tried both the IBM JDK v1.3, and the Sun JDK (enterprise edition) v1.3, and neither of these JDKs can be found by the Tomcat Installshield. In both cases the

RE: Free Firewall Solution - Smoothwall

2002-01-09 Thread Justin Rowles
As long as you don't need support. hehe. Lots of people are using it, and no-one's needed any yet ;-) J. -- You're only jealous cos the little penguins are talking to me. *** For more information on Ordnance Survey products and

JSP include and Japanese Characters

2002-01-09 Thread Sam Joseph
Hi There, So I am trying to create some pages using JSP that include a call to a servlet. In tomcat 3.2 (at least) it is clear that I can't use the getOutputStream() command because getWriter() has already ben called by the JSP implementation. Thus if I want to include output from my serlvet

Re: Tomcat v4.01 refuses to install on WinXP

2002-01-09 Thread Graham Leggett
[EMAIL PROTECTED] wrote: I don't use any installshield version, I use the nullsoft (who doesn't know WinAmp?) install version from the jakarta website. Well... I am just assuming it is installshield but I could be wrong - the file is called jakarta-tomcat-4.0.1.exe and I downloaded it from

Re: Free Firewall Solution - Smoothwall

2002-01-09 Thread Charles Williams
Tell that to all the folks downloading IPCop. hehe. most are ex-SW users. chuck - Original Message - From: Justin Rowles [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, January 09, 2002 10:54 AM Subject: RE: Free Firewall Solution - Smoothwall As long

Re: The (tom)cat with 9 lives...

2002-01-09 Thread Janek Bogucki
--- Dr. Evil [EMAIL PROTECTED] wrote: I was trying to get Tomcat to work with Jmagick, and I appear to be having some problems which cause Tomcat to stop working, but it leaves a bunch of threads going. For some reason I can't kill these threads using the ordinary 'kill -9' method.

error-page directive does not catch HTTP STATUS 500 errors!

2002-01-09 Thread Moritz Mann
Hi all, I am using a tomcat 4.0.1 standalone running on Unix. I configured my web.xml like the following: error-page exception-typejava.lang.Throwable/exception-type location/errors/err-except.html/location /error-page error-page error-code500/error-code

Is there a way to deploy a Context like...

2002-01-09 Thread Jean-Luc BEAUDET
Hi all and Happy New Year ! My problem is : Assuming that i'm working with a Dev Team, i do have to administrate different contexts for the different users. Let's take an example; user1 has this Context: Context path=/iretest docBase=/home/user1/AppWeb/iretest debug=0

Re: catalina.policy: file:?

2002-01-09 Thread Laura Reising
Hello Roshan, So the grant in the snippet below uses a file URL to give classes from the ${work.dir} read access to all files under ${doc.root} directory and read, write, delete access to files under ${work.dir} directory. The - following the / refers to all files in a directory and all its

Re: Tomcat v4.01 refuses to install on WinXP

2002-01-09 Thread Remy Maucherat
Hi all, I have had a long lasting headache trying to get the Installshield version of Tomcat to install at all under Windows XP. I have tried both the IBM JDK v1.3, and the Sun JDK (enterprise edition) v1.3, and neither of these JDKs can be found by the Tomcat Installshield. In both cases

Clarification on Filter API and Requestdispatcher

2002-01-09 Thread Daniel Hoppe
Hi all, I'm trying to get a clarification on an ambiguity in the Servlet specification 2.3. Consider a setup like this: JSP |--| | | |--|

Re: Default Mapping

2002-01-09 Thread Arnar Gestsson
Hi there, use web.xml and the tag error-page and example would be error-page error-code404/error-code location/index.jsp/location /error-page i.e. anyone that gets 404 error is redirected to index.jsp. BR Arnar On Mið, 2002-01-09 at 14:10, [EMAIL PROTECTED] wrote: Hi How can I make

Re: Tomcat v4.01 refuses to install on WinXP

2002-01-09 Thread fnovella
Graham Leggett presuntamente escribió: Is there is a single person out there who can say that jakarta-tomcat.4.0.1.exe has worked on Windows XP and a v1.3 JDK of any kind? If so - what was the exact procedure you used? Well, I've just finished a fresh install over a new Win XP machine: 1.

RE: mod_jk.conf-auto

2002-01-09 Thread Larry Isaacs
conf/mod_jk.conf-auto is relevant to Tomcat 3.2.x, where is is unconditionally generated each time Tomcat 3.2.x is started. This file became conf/auto/mod_jk.conf in Tomcat 3.3, where it is generated on demand by specifying jkconf as a startup argument, i.e. bin/startup.sh jkconf or

RE: tomcat 3.3 and caching

2002-01-09 Thread Larry Isaacs
You can also change: WorkDirSetup cleanWorkDir=false / to: WorkDirSetup cleanWorkDir=true / in your server.xml. The work directory for a context will be deleted when the context is started and shutdown. This means a context reload will clean its work directory. Cheers, Larry

SSL between two instances of tomcat

2002-01-09 Thread ANDERSON-STUDENT,IAN (HP-UnitedKingdom,ex2)
Hello, I am trying to set up a secure connection between two instances of tomcat. I need to ensure that the back instance will only take connections from the front instance. This needs to be done over a SSL. So far I have created a separate certificate for each instance and exported the public

SIMPLE PROBLEM..I think

2002-01-09 Thread Catalin
hi 2 all! I'm new to jakarta and I have this pb: I want to build a new web app with servlets and I don't know how! I have an jakarta-tomcat 3.3m4 10x 2 all! -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

RE: SIMPLE PROBLEM..I think

2002-01-09 Thread Guido Medina
Read the manual first...It is simple 2 understand -Original Message- From: Catalin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 7:23 PM To: [EMAIL PROTECTED] Subject: SIMPLE PROBLEM..I think hi 2 all! I'm new to jakarta and I have this pb: I want to build a new web

RE: filter questions

2002-01-09 Thread Cox, Charlie
I have read in the spec and tried a filter myself, and I have a few questions: 1. Where the spec(pg 45) says: Only one instance per filter declaration in the deployment descriptor is instantiated per Java virtual machine of the container. I read this as it works similar to a

RE: The (tom)cat with 9 lives...

2002-01-09 Thread Randy Layman
One alternative for image processing is JIMI (http://java.sun.com/products/jimi/) or JAI (http://java.sun.com/products/java-media/jai/index.html). Both are Java so there is no native code to worry with (thus reducing the possibility of crashes). Randy -Original

Re: tomcat 4.0/ Apache1.3.22 problem

2002-01-09 Thread Marcelo Demestri
See http://www.galatea.com/flashguides/apache-tomcat-4-win32.xml I utilize mod_jk instead of mod_webapp because I have troubles with the last. But I work on Win2K, perhaps this is the point. Nevertheless, mod_jk works fine in my environment: Win2K pro, JDK1.3.1, Apache 1.3.22 and

RE: Newbie mod_webapp/Oracle/jndi question

2002-01-09 Thread Martin van den Bemt
About the apache to tomcat directly to the httpconnector : use the proxy module in tomcat (see the tomcat_docs on how to do that). As for oracle : cannot help you there.. Mvgr, Martin -Original Message- From: Barry Roberts [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 22:47

RE: Newbie mod_webapp/Oracle/jndi question

2002-01-09 Thread Martin van den Bemt
proxy module in apache of course ;) -Original Message- From: Martin van den Bemt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 15:05 To: Tomcat Users List Subject: RE: Newbie mod_webapp/Oracle/jndi question About the apache to tomcat directly to the httpconnector : use

RE: class loading tc 3.3 virtual hosts

2002-01-09 Thread Larry Isaacs
Hi Martin, I'm not sure why you are getting the exception. As far as I know, what you are attempting should work. I would recommend moving the AutoWebApp out of the Host declarations an putting them in server.xml. I believe they will still do what you expect if placed there. I don't know if

RE: trouble with apache 1.3.22 and tomcat 3.3 on redhat 7.0

2002-01-09 Thread Larry Isaacs
The conf/auto/mod_jk.conf isn't auto-generated in Tomcat 3.3. It is generated on demand by including jkconf as a startup argument. Did you execute bin/startup.sh jkconf? Cheers, Larry -Original Message- From: Namrata Kasthuri [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08,

RE: Invalid class file format for JSP import

2002-01-09 Thread Larry Isaacs
I can't tell if this is a reloading issue. Has Tomcat been restarted? You might also need to delete the work directory if something has gotten out of sync. Is says it can't compile JSPerror. Where is JSPerror in the picture? Larry -Original Message- From: Egil Rian [mailto:[EMAIL

RE: Invalid class file format for JSP import

2002-01-09 Thread Randy Layman
This looks like you are using JDK 1.2 or 1.3 to run Tomcat, but using JDK 1.4 to compile your classes. With the new JDK Sun changed the file format version and classes compiled with the new JDK are not backwards compatible. I believe there is a command like switch to JavaC (something

Tomcat Performance

2002-01-09 Thread Brown Bay
I have a system that is currently running on Websphere and we are only using the servlet container aspect of it. We have heard good things about Tomcat and were considering to move to it. Have members used Tomcat on production systems and have they achieved success in doing so, in terms of

Re: Tomcat Performance

2002-01-09 Thread Moritz Mann
We have been running over 10 instances of tomcat on one maschine in an complete J2EE environment with a very good performance. I would also be interested in loadbalancing of 2+ physically different systems. moritz Brown Bay wrote: I have a system that is currently running on Websphere and

RE: Tomcat v4.01 refuses to install on WinXP

2002-01-09 Thread Dennis SELLINGER
I have an archive message that talks about tomcat 4.0. and java_home that gives windows registry key values. Check this out: http://www.mail-archive.com/tomcat-user%40jakarta.apache.org/msg39299.html hope this helps dennis. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

CLASSPATH issue

2002-01-09 Thread Dennis Bowden
I run under Windows 2000. I just upgraded from Tomcat 3.2.1 to 4.0.1 and found something peculiar. If I start Tomcat by clicking on c:\Java\jakarta-tomcat-4.0.1\bin\startup.bat everything works normally. However, if I use the shortcut created on the Windows menu by the installation program, my

Re: CLASSPATH issue

2002-01-09 Thread Sriram Narayanan
Hi Dennis, Perhaps, it's all to do with the working folder assigned to the program you run. When you run c:\Java\jakarta-tomcat-4.0.1\bin\startup.bat from the windows explorer, the working directory becomes, c:\Java\jakarta-tomcat- 4.0.1\bin\ When you run the shortcut, the working directory

Come on and help me - Tomcat 4 ssl - Can't connect with https ot http now!

2002-01-09 Thread Chuck Amadi
Hi again , Well my problem stems from migrating from Tomcat 3.2.3 to Tomcat 4 . Thus i wanted to set up a secure tomcat 4 server utilising SSL , I have installed the JSSE support and placed the the 3 jars into jdk installation/jre/lib/ext dir . The CA'S and CERT'S have been self-created(

RE: how to deploy WebApps in apache's UserDir's ?

2002-01-09 Thread Armbrust, Daniel C.
I think this will work: I think the Warp connector has problems with absolute path names try this... - depending on where your tomcat webapps directory is WebAppDeploy /../../../home/laura/www/jsp conn /jsp Check the apache log and see if it gives a file not found error when it tries

Re: Tomcat Performance

2002-01-09 Thread Brown Bay
Moritz, Thanks for your reply. Can you tell me what webserver and platform you are running your application on. (for reference) Thanks. Brown - Original Message - From: Moritz Mann [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, January 09, 2002 9:22 AM

Re: Tomcat Performance

2002-01-09 Thread Moritz Mann
Tomcat 4.0.1, Solaris 8, Sun Enterprise 220. Brown Bay wrote: Moritz, Thanks for your reply. Can you tell me what webserver and platform you are running your application on. (for reference) Thanks. Brown - Original Message - From: Moritz Mann [EMAIL PROTECTED] To: Tomcat

my question about Java GC-performence

2002-01-09 Thread Bo Xu
Dear friends, I found some info about Java GC-performence, they said Java GC-performence has some problems(for ex., they said for a long living-period object, before this object is GCed, sometiomes all objects made inside that object(by new) will not be GCed, even if the programmers already set

RE: trouble with apache 1.3.22 and tomcat 3.3 on redhat 7.0

2002-01-09 Thread Namrata Kasthuri
Yeah, I did that...I think I have it working now (they both started up anyway)...I didn't setup apache with the 'so' stuff enabled. how can i test things to make sure that the integration is working? I am new to these products, so i don't know how to deploy any servlet/jsps in this environment.

having to restart tomcat for new classes

2002-01-09 Thread Jolet, John
I'm in the process of testing tomcat4 with apache 1.3 on Mandrake Linux. Everything seems to work fine, except that any time my developers create a new class in the WEB-INF/classes directory of the devel context, that class cannot be run from the browser until the tomcat server is simply

Problem connecting Tomcat 3.2.4 to Apache 1.3.22

2002-01-09 Thread Martin Otis
Hi all ! I'm trying to install Tomcat 3.2.4 and Apache 1.3.22 on two separate box running Linux RedHat 7.1. Both Tomcat and Apache is working fine but they don't connect together. I receive the following in the mod_jserv.log (EMERGENCY) ajp12: can not connect to host

Support for AJP13

2002-01-09 Thread Chris Faulkner
Hello I've just upgraded from Tomcat 3.2.3 to 4.0.1. Our system uses Apache for static content so I was used to configuring ajp12. I note in the new version that there is ajp13, although I have configured the integration to use the new MOD_WEBAPP connector. Which method is now supported

Re: dynamic directory listings

2002-01-09 Thread Craig R. McClanahan
On Tue, 8 Jan 2002, G.L. Grobe wrote: Date: Tue, 8 Jan 2002 21:57:20 -0600 From: G.L. Grobe [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: dynamic directory listings I'm running JBoss w/ Tomcat 4.0 and am trying to figure out how to get

Re: catalina.policy: file:?

2002-01-09 Thread RSEQUEIRA
Laura, My comments are interspersed with your email. Turn on debugging. It could throw more light on your problem. Do this prior to starting your Tomcat. export CATALINA_OPTS=-Djava.security.debug=access,failure and then start Tomcat CATALINA_HOME/bin/catalina.sh start -security Execute the

Re: Error using Tomcat 4.01 and Oraclie 8i 8.1.6 when usingmanager/reload

2002-01-09 Thread Craig R. McClanahan
On Wed, 9 Jan 2002, Frédéric Houbie - ABSIS-GROUP wrote: Date: Wed, 9 Jan 2002 08:31:38 +0100 From: Frédéric Houbie - ABSIS-GROUP [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Error using Tomcat 4.01 and Oraclie 8i 8.1.6 when using

Re: Error using Tomcat 4.01 and Oraclie 8i 8.1.6 when using manager/reload

2002-01-09 Thread Tom Drake
- Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, January 09, 2002 8:47 AM Subject: Re: Error using Tomcat 4.01 and Oraclie 8i 8.1.6 when using manager/reload | | An easier choice for Oracle users is to use the

Re: Clarification on Filter API and Requestdispatcher

2002-01-09 Thread Craig R. McClanahan
On Wed, 9 Jan 2002, Daniel Hoppe wrote: Date: Wed, 9 Jan 2002 13:00:09 +0100 From: Daniel Hoppe [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: Clarification on Filter API and Requestdispatcher Hi all, I'm trying to

RE: tomcat 3.3 and caching

2002-01-09 Thread Larry Isaacs
WorkDirSetup is a module specific to Tomcat 3.3. I'm not sure if something similar exists in Tomcat 4.x. I didn't see anything after a quick search. You could implement your own LifecycleListener that could accomplish this or add it to your startup script if you wanted it a startup. I'm not

Re: Support for AJP13

2002-01-09 Thread Marcelo Demestri
Hello I've just upgraded from Tomcat 3.2.3 to 4.0.1. Our system uses Apache for static content so I was used to configuring ajp12. I note in the new version that there is ajp13, although I have configured the integration to use the new MOD_WEBAPP connector. Which method is now supported

Re: having to restart tomcat for new classes

2002-01-09 Thread Simon
Dear, Not sure if this help? 1) Set reloadable=true in your context? 2) Use the manager to reload ? Best regrads, Simon -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

Problems with tomcat 3.2.4 and AJP13

2002-01-09 Thread Brandon Cruz
Has anyone found out why jsp pages will return a 500 error for the first five or six times they are viewed after restarting tomcat 3.2.4 connected to apache via ajp13 on linux? Is there a fix such as a different connector I can use or something? Brandon -- To unsubscribe: mailto:[EMAIL

mod_webapp.c

2002-01-09 Thread Ansalvish, Dave R
Hi, I got TOMCAT 4.0.1 installed and running on my Solaris boxes as a standalone server. Now I'm ready to integrated TOMCAT with our Apache servers. So after reading the online documentation I downloaded the Solaris version of mod_webapp.so. Now I must be getting stupid or senile, but

Re: Problems with tomcat 3.2.4 and AJP13

2002-01-09 Thread Renato
I was having some stability problems with Tomcat 3.2.x and I recently upgraded to Tomcat 3.3-dev ( lastest nigthly build - I take care of re- upgrading every week ) and now apache+ajp13+tomcat is working like a charm !! On Wed, 9 Jan 2002 11:57:56 -0600, Brandon Cruz [EMAIL PROTECTED]

Alternative Tomcat 3.3 RPMS (was: trouble with apache 1.3.22 and tomcat 3.3 on redhat 7.0)

2002-01-09 Thread Greg Bailey
Not sure if anyone might find this useful, but I compiled my own Tomcat 3.3 RPMs for RedHat 7.2 that depend on the IBMJava2-SDK RPM from IBM. I recognize that there are official Tomcat RPMS that can be downloaded from the Jakarta web site, and I've used the 3.2 ones for a long time in several

Uninstalling Tomcat as a service

2002-01-09 Thread Mario Felarca
Hello, I am using JavaService to run Tomcat 3.2.3 as a service on a Win2k machine. Sometimes, when I do an uninstall of the service, Tomcat does not fully uninstall. From the service control manager, it is listed as Disabled, and you cannot do anything with it because Windows will come back

RE: mod_webapp.c

2002-01-09 Thread Brian Adams
don't actually need the file just a handle to the module (Load...). try it :) -Original Message- From: Ansalvish, Dave R [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 11:58 AM To: '[EMAIL PROTECTED]' Subject: mod_webapp.c Hi, I got TOMCAT 4.0.1 installed and running

mod_webapp vs. mod_jk

2002-01-09 Thread Marcelo Demestri
Hi all! I tried to utilize mod_webappfor the integration Apache-Tomcat. I read the documentation and followed all the steps but I couldn't resolve the Tomcat problem of serve static content. My environment: - Win2k pro - JDK 1.3.1 - Apache 1.3.22 - Tomcat 4.0.1 Finally, I tried with

tomcat apache configuration

2002-01-09 Thread Singal, Hemant (CAP, GCF, SATYAM, CONTRACTOR)
Hello, I had earlier tomcat 3.2.3 standalone with me running fine where in I could all the application context in server.xml file. now I want to upgrade to Tomcat 3.3 but I find there is no place where I can add the context for the new webapps in th server.xml config file also I am intersted in

Re: mod_webapp.c

2002-01-09 Thread Marcelo Demestri
I don't have any experience in Solaris, but in Win2K pro environment this line (AddModule mod_webapp.c) can or can not be write in the httpd.conf file. Nevertheless, i suggest you to write this line in your httpd.conf file. Marcelo - Original Message - From:

RE: tomcat apache configuration

2002-01-09 Thread Michael Wentzel
Hello, I had earlier tomcat 3.2.3 standalone with me running fine where in I could all the application context in server.xml file. now I want to upgrade to Tomcat 3.3 but I find there is no place where I can add the context for the new webapps in th server.xml config file also I am

RE: Clarification on Filter API and Requestdispatcher

2002-01-09 Thread Daniel Hoppe
Thanks a lot Craig, that was the interpretation I had expected and hoped for! Daniel sitewaerts GmbH Hebelstraße 15 D-76133 Karlsruhe Tel: +49 (721) 920 918 0 Fax: +49 (721) 920 918 29 http://www.sitewaerts.de -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands:

RE: having to restart tomcat for new classes

2002-01-09 Thread Jolet, John
what manager? -Original Message- From: Simon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 11:57 AM To: Tomcat Users List Subject: Re: having to restart tomcat for new classes Dear, Not sure if this help? 1) Set reloadable=true in your context? 2) Use the manager to

RE: tomcat apache configuration

2002-01-09 Thread Singal, Hemant (CAP, GCF, SATYAM, CONTRACTOR)
I am encountering a problem with tomcat 3.2.3 running standalone on windows NT In all jsp I have some gif images and some js files being accessed... now on the Tomcat console window, the below mentioned kind of exception is being displayed though on the browser there is no problem on the page

RE: tomcat apache configuration

2002-01-09 Thread Michael Wentzel
I am encountering a problem with tomcat 3.2.3 running standalone on windows NT In all jsp I have some gif images and some js files being accessed... now on the Tomcat console window, the below mentioned kind of exception is being displayed though on the browser there is no problem on

NoClassDefFound

2002-01-09 Thread BBui
Hi all, I am trying to run a stand alone class using the java + classname.class command and I got the NoClassDefFoundError exception. Could someone tell me what I should do? Thanks very much. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands:

RE: Tomcat v4.01 refuses to install on WinXP

2002-01-09 Thread Brian Adams
this is a know problem it is in your registry. I don't know where exactly but it has been posted here before.look through the last 45 days and you will see it. or wait and someone will answer with more precision than me. :) -Original Message- From: Graham Leggett [mailto:[EMAIL

RE: Invalid class file format for JSP import

2002-01-09 Thread Egil Rian
Hi, My JAVA_HOME is set to jdk1.4, and that's what tomcat uses to compile, right? Does anyone know how to use javac to switch to switch to the older class file format? I am a newbie at this, so I am thankful for any advice to clear this up. Thanks, Egil From: Randy Layman [EMAIL PROTECTED]

RE: NoClassDefFound

2002-01-09 Thread Michael Wentzel
I am trying to run a stand alone class using the java + classname.class command and I got the NoClassDefFoundError exception. Could someone tell me what I should do? Thanks very much. don't include .class. For example if my class file is MyClass.class java MyClass Also, btw,

Re: NoClassDefFound

2002-01-09 Thread Bo Xu
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 09, 2002 2:08 PM Subject: NoClassDefFound Hi all, I am trying to run a stand alone class using the java + classname.class command and I got the NoClassDefFoundError exception. Could

Support for AJP13

2002-01-09 Thread Chris Faulkner
Hello I've just upgraded from Tomcat 3.2.3 to 4.0.1. Our system uses Apache for static content so I was used to configuring ajp12. I note in the new version that there is ajp13, although I have configured the integration to use the new MOD_WEBAPP connector. Which method is now supported

RE: Invalid class file format for JSP import

2002-01-09 Thread RSEQUEIRA
Egil Rian [EMAIL PROTECTED] on 01/09/2002 01:08:12 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: RE: Invalid class file format for JSP import Hi, My JAVA_HOME is set to jdk1.4, and that's what tomcat uses to compile, right? Does anyone

Big problem

2002-01-09 Thread Adrian Erimescu
Hi, I'm using tomcat 3.3-3 (rpm packages tomcat-3.3-3 and tomcat-mod-3.3-1) on a linux machine (RedHat 7.1, recompiled apache 1.3.22 with php 4.1.1, IBM Java 2.13). The server is running only one site and has permanently around 260 apache threads started (~250.000 hits per day). In Apache

RE: having to restart tomcat for new classes

2002-01-09 Thread Craig R. McClanahan
On Wed, 9 Jan 2002, Jolet, John wrote: Date: Wed, 9 Jan 2002 13:20:28 -0500 From: Jolet, John [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: having to restart tomcat for new classes what manager?

RE: Big problem

2002-01-09 Thread Larry Isaacs
This looks like Bug 4599: http://nagoya.betaversion.org/bugzilla/show_bug.cgi?id=4599 To fix, you will need to patch your Tomcat 3.3's ThreadPool class or try the nightly Tomcat 3.3.1 at: http://jakarta.apache.org/builds/jakarta-tomcat/nightly-3.3/ If you want to try patching 3.3, the only

RE: having to restart tomcat for new classes

2002-01-09 Thread Jolet, John
cool, but that still begs the questiondo YOU have to do something to make new classes in an existing context go? -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 1:55 PM To: Tomcat Users List Subject: RE: having to restart

RE: having to restart tomcat for new classes

2002-01-09 Thread Craig R. McClanahan
On Wed, 9 Jan 2002, Jolet, John wrote: Date: Wed, 9 Jan 2002 15:04:31 -0500 From: Jolet, John [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: having to restart tomcat for new classes cool, but that still begs the

Shared jars of multiple web apps

2002-01-09 Thread Ming Zhou
I have two web apps that share a set of jars. Since these jars may be conflict with some other web apps on the same server, I prefer not to install them in the $CATALINA_HOME/lib directory. I know one option is to let each of the two web apps to have its own copy of all these jars in its

RE: having to restart tomcat for new classes

2002-01-09 Thread Jolet, John
okay, thanks! -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 2:22 PM To: Tomcat Users List Subject: RE: having to restart tomcat for new classes On Wed, 9 Jan 2002, Jolet, John wrote: Date: Wed, 9 Jan 2002 15:04:31 -0500

RE: Shared jars of multiple web apps

2002-01-09 Thread Martin van den Bemt
Make a symolic link to the WEB-INF/lib directory (although I don't use it myself, it could work.) Mvgr, Martin -Original Message- From: Ming Zhou [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 21:09 To: 'Tomcat Users List' (E-mail) Subject: Shared jars of multiple web apps

manager app??

2002-01-09 Thread Charles N. Harvey III
Using the manager app to install an application seems to be Not working for me. Now, I am certain that I am typing in an incorrect url, but I don't know what the correct url is. Every other argument works great. Such as: localhost:8080/manager/reload?path=/myapp localhost:8080/manager/list

TC4.01: custom Authenticator

2002-01-09 Thread Dan Kha
Hi, I'm interested in writing my own Authenticator implementation. My question is, after writing my own implementation, how do I tell Tomcat 4.01 to use my own custom Authenticator (and if possible without changing Tomcat's source)? I know that to use the standard authenticators, I add the

RE: TC4.01: custom Authenticator

2002-01-09 Thread Guido Medina
the only you have to do is to inherite the authenticator scheme from Tomcat and re-write the methods...that's all, in the manual is explained how and which class you have to extend... Guido. -Original Message- From: Dan Kha [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002

Upgrading to 4.0.1

2002-01-09 Thread Susan Baker
We have a suite of web applications which are currently running on Tomcat 3.x. We are trying to upgrade to 4.0.1. I have 2 questions... 1. Is there documentation that addresses the difference between configuration for 3.x vs. 4.x? I've bumbled my way through most of it (the server.xml,

help is needed -- question on page redirect

2002-01-09 Thread Xin Li
I have a question on Page Redirect in Tomcat4. In enhydra the page redirecting is accomplished by using throw new ClientPageRedirectException (NextPage); May I know what's the equivalent method of redirecting in tomcat? Thanks -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional

Re: Shared jars of multiple web apps

2002-01-09 Thread Craig R. McClanahan
On Wed, 9 Jan 2002, Ming Zhou wrote: Date: Wed, 9 Jan 2002 14:09:08 -0600 From: Ming Zhou [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' (E-mail) [EMAIL PROTECTED] Subject: Shared jars of multiple web apps I have two web apps that share a set of

RE: Shared jars of multiple web apps

2002-01-09 Thread Ming Zhou
Symbolic link is definitely a good option, but my deployment platform could be Windows. -Original Message- From: Martin van den Bemt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 2:25 PM To: Tomcat Users List Subject: RE: Shared jars of multiple web apps Make a symolic

Re: manager app??

2002-01-09 Thread Craig R. McClanahan
On Wed, 9 Jan 2002, Charles N. Harvey III wrote: Date: Wed, 9 Jan 2002 15:39:55 -0500 From: Charles N. Harvey III [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: manager app?? Using the manager app to install an

RE: TC4.01: custom Authenticator

2002-01-09 Thread Dan Kha
Hi Guido, Can you please be a little more specific on inherit the authenticator scheme? I'm trying to not need to change any code in Tomcat and since the 4.0.1 distribution has a final FormAuthenticator class, I think I can only inherit/extend from AuthenticatorBase, which I'm not even sure is

SQLServer JDBCRealm

2002-01-09 Thread Andrew Wilcox
Hi, I am having a problem configuring a JDBCRealm under Tomcat 4.0.1 for FORM based authentication. I'm using a SQLServer database and I get the following exception in the Catalina log when I try to authenticate: [Microsoft][SQLServer JDBC Driver] Can't start a cloned connection while in manual

Re: TC4.01: custom Authenticator

2002-01-09 Thread Craig R. McClanahan
On Wed, 9 Jan 2002, Dan Kha wrote: Date: Wed, 9 Jan 2002 15:54:52 -0500 (EST) From: Dan Kha [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: TC4.01: custom Authenticator Hi, I'm interested in writing my own Authenticator implementation. My

Re: how to deploy WebApps in apache's UserDir's ?

2002-01-09 Thread Jonathan C. Detert
* Craig R. McClanahan [EMAIL PROTECTED] [020108 18:51]: On Tue, 8 Jan 2002, Jonathan C. Detert wrote: -- snip -- The sole purpose of the apache server in question is to serve user directories (i.e. using the UserDir directive from the mod_userdir module). I want to enable each user to

RE: SQLServer JDBCRealm

2002-01-09 Thread Miao, Franco CAWS:EX
no need to do anything with JDBCRealm, just copy 3 .jar tom \lib folder, then use standard SQL Server JDBC syntax to connect to SQL will work. Franco -Original Message- From: Andrew Wilcox [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 1:52 PM To: Tomcat Users List

RE: manager app??

2002-01-09 Thread Charles N. Harvey III
No problems there. But it get a problem with: localhost:8080/manager/install?path=/myappwar=file:/myapp I get this error: FAIL - Encountered exception java.lang.IllegalArgumentException: Cannot access document base directory /myapp Is there a directory /path on your computer?

Re: how to deploy WebApps in apache's UserDir's ?

2002-01-09 Thread Craig R. McClanahan
On Wed, 9 Jan 2002, Jonathan C. Detert wrote: [snip] For more info, see the Host page in: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ I like this choice. I followed the directions in the above URL, and restarted tomcat. However, I get tomcat's 404 error when i try to

Any way around having to put / at end of URL with mod_webapp?

2002-01-09 Thread talley_angelina
I've installed Tomcat 4.0.1 and Apache 1.3.22 on Linux, complete with mod_webapp. Everything seems to work OK, but for some reason my webapps deployed into tomcat/webapps aren't accessible unless I put a / at the end of the URL. I figure if it worked like most stuff (and I think it worked this

Unable to compile JSP, cannot find package

2002-01-09 Thread Chris Duprat
Hello, I'm using tomcat 4.0.1 and follow the wepApps rules I've got jsp in the app directory, these jsp import packages from the app/WEB-INF/classes directory. I thought that the classes in the WEB-INF/classes and jars in the WEB-INF/lib directories were automatically found by the webapp

issues with frames and line numbers in stacktrace.

2002-01-09 Thread Nagesh Nayudu
Hi, I've recently started using tomcat and am facing the following two problems. 1) My page consists of multiple frames and only one frame loads when I request the page. The second frame never loads. The solution suggested in this same forum, for similar issues is to precompile the JSPs. That's

Apache error when using mod_jk

2002-01-09 Thread Kathleen Krause-Thompson
Hello, I'm trying to link up Tomcat 3.3 and Apache 1.3.19 with mod_jk on an intel platform. I have verified that the Apache and Tomcat installation are good. Following the mod_jk instructions: I've copied the mod_jk.so binary to /etc/httpd/libexec, generated the mod_jk.conf file, and added

RE: SQLServer JDBCRealm

2002-01-09 Thread Andrew Wilcox
Franco, I put the three jar files in server/lib. That doesn't seem to be the problem. I get the error when I try to authenticate using Tomcat's JDBCRealm. Here's the stack-trace: ... 2002-01-09 17:52:51 JDBCRealm[Standalone]: Username Conversion successfully authenticated 2002-01-09 17:52:51

  1   2   >