Re: ZipException: Access is denied

2002-07-03 Thread Cynthia Jeness
Roger, Sorry for the delay in respose, but I have been out of town with no access to email. Yes, I see the problem on the start-up of Tomcat and it is very reproducible. Cynthia Jeness Roger Adema wrote: Cynthia, just to confirm it's the same problem - are you seeing the exception

Re: ZipException: Access is denied

2002-07-03 Thread Cynthia Jeness
\tomcat4.1.3-beta\ (no spaces). Specifically, I saw this exception when tomcat tried expanding a WAR file. Liam Morley Cynthia Jeness wrote: Roger, We see a similar problem with the latest IBM JDK 1.3.1 for OS/2. We have assumed that it is a JDK problem because a version of the JDK just 1

Re: ZipException: Access is denied

2002-06-27 Thread Cynthia Jeness
. If it is an IBM JDK problem, then perhaps you can report it as a problem under Windows which I am sure gets more attention than OS/2. Cynthia Jeness Roger Adema wrote: I've tried putting Tomcat into c:\tomcat-4.0 (changing %CATALINA_HOME% of course) and there's no change in behavior. Also, I have

Shutdown Error - /WEB-INF/lib/commons-digester missing

2002-06-18 Thread Cynthia Jeness
, but the error persists on shutdown. The latest scripts appear virtually identical to those that I used under Tomcat 4.0.3 where I did not see the problem. Any suggestions as to the source of the error. Cynthia Jeness -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e

Re: Tomcat 4 install / config

2002-05-29 Thread Cynthia Jeness
Eric, I am using the 4.0.3 version of Tomcat and installed through RPM. The name of the startup file is tomcat4 and is in /usr/bin. Cynthia Jeness Eric Etkin wrote: Configuration: RH Linux 7.3 Tomcat 4.1 Apache 2.0 Installations done via RPM for everything I have installed Apache

Re: DataSource from JNDI always null

2002-04-23 Thread Cynthia Jeness
I have also experienced 1. below. Does anyone know of there is any resolution? We are temporarily running servlets which use this through Tomcat directly. Cynthia Jeness Clearwater, Pete wrote: Hi Nick. I had similar problems, and have found out a couple of things: 1. I could not get

Rolling File Appender Type Log

2002-04-19 Thread Cynthia Jeness
-in a rolling file appender? I have tried extending LoggerBase myself, but it appears not to be public access. Cynthia Jeness -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Which Connector for Tomcat 4.0.3 - mod_webapp or mod_jk

2002-04-19 Thread Cynthia Jeness
the difference between these connectors. Thanks, Cynthia Jeness -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: mod_webapp + httpd.conf

2002-04-19 Thread Cynthia Jeness
. Of course, change localhost to the correct name of your server. www.ajug.org is my web server. You can find our Tomcat4 how-to at this URL: http://www.ajug.org/howto/tomcat4.html Cynthia Jeness Web Chair, Atlanta Java Users Group Karoly VEGH wrote: Hello, i try to get apache communicate

Re: TomCat RPM's

2002-01-02 Thread Cynthia Jeness
Donald, The rpm builds two files in /usr/bin -- tomcat4 and tomcatd. To start or stop Tomcat, just use tomcat4 start or tomcat4 stop. One other issue with the RPM is that it su's to the tomcat4 user, but the var/tomcat4 directory is owned by root. The tomcat4 user needs at least write access

Re: Problem Installing Tomcat.4.0.1 on Redhat Linux 7.0

2001-12-26 Thread Cynthia Jeness
and WebAppDeplay lines to httpd.conf, I got a syntax error on the WebAppDeploy line when I started tomcat. Maybe it was because there is no /examples directory. Where should this be? Thanks. Stan - Original Message - From: Cynthia Jeness [EMAIL PROTECTED] To: Tomcat Users List [EMAIL

mod_webapp -- EAPI error

2001-12-26 Thread Cynthia Jeness
which was generated as part of my building mod_webapp.so from source: Please help so that I can Have fun... Cynthia Jeness - # @author Pier Fumagalli mailto:[EMAIL PROTECTED] # @version $Id: Makedefs.in,v

Re: mod_webapp -- EAPI error

2001-12-26 Thread Cynthia Jeness
26, 2001, at 10:45 AM, Cynthia Jeness wrote: I got the sources for Apache 1.3.22, compiled and installed. Then I got the sources for mod_webapp. After unpacking, I did the following as described in the README.txt file: ./support/buildconf.sh CFLAGS=-DEAPI \ ./configure --with-apxs

Re: Problem Installing Tomcat.4.0.1 on Redhat Linux 7.0

2001-12-25 Thread Cynthia Jeness
into this category. So if you do manage to get mod_webapp working with out the DEAPI warning, then please post your success story. Happy Holidays to all, Cynthia Jeness -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

Need Binary web-app Module for RedHat 7.1

2001-12-22 Thread Cynthia Jeness
for mod_jserv which I used under previous versions of Tomcat. Is this correct? Again, maybe I am looking in the wrong place, but I just could not find current documentation on how to connect to Apache. Thanks in advance, Cynthia Jeness -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional

Re:

2001-12-22 Thread Cynthia Jeness
What shell? For Bash and Korn shell: JAVA_HOME=/usr/java/jdk1.3.1 (for example) export JAVA_HOME The C shell uses setenv; e.g., setenv JAVA_HOME /usr/java/jdk1.3.1 Windows and OS/2 use SET. Cynthia Jeness Ladjicke Diouf wrote: Hi Unix gurus, I'm trying to install tomcat but I'm having

Re: Jakarta-Tomcat 4.01 startup problem

2001-12-22 Thread Cynthia Jeness
John, It appears to me that Tomcat4 listens on port 8180 and not port 8080. This is what I see through lsof and I can connect to locahost:8180. Cynthia Jeness John Clayton wrote: OK - I figured out service. I got tomcat to start, at least service says it's started. But ... requesting