Re: [off topic] classpath on linux

2002-10-16 Thread Denny Chambers
Try this: JAVA_HOME=/usr/java/j2sdk1.4.1 CLASSPATH=your/class/path PATH=${PATH}:${JAVA_HOME}/bin/ export PATH CLASSPATH JAVA_HOME Lindomar wrote: Hi everybody! I'm trying using java on Red Hat 7.1. It´s install in /usr/java/j2sdk1.4.1, but classpath don't works!? I set

Re: Enabling SSL for Tomcat 4.0 running on Linux RH 7.2

2002-10-16 Thread Denny Chambers
http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html Gabe Sanchez wrote: Hi all, Does anyone know how to enable SSL on Tomcat 4.0 running on Linux RedHat 7.2. Tomcat is not on Versign's list as a supported Web Server, does anyone have the instructions. I already created a CSR and

Symlinks

2002-09-26 Thread Denny Chambers
Hi All, Is there any way to tell Tomcat to not follow symlinks? If not how can I protect my server against malicious symlinks? Is the java.io.FilePermissions smart enough to figure these out? For example if I give read access only to directory foo through the java.io.FilePermissions, but

Re: Symlinks

2002-09-26 Thread Denny Chambers
by default in 4.1.10 and higher. Check the online release notes for more information. John -Original Message- From: Denny Chambers [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 12:30 PM To: Tomcat Users List Subject: Symlinks Hi All, Is there any way to tell

Re: Symlinks

2002-09-26 Thread Denny Chambers
=103239739330385w=2 John -Original Message- From: Denny Chambers [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 12:40 PM To: Tomcat Users List Subject: Re: Symlinks Where is this turned off at? The server I tested against was 4.1.10, but I did change the server.xml file, so

Re: optimizing tomcat for use with apache only

2002-04-09 Thread Denny Chambers
/ /Engine /Service /Server --- Thanks, Ken -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED] -- Denny Chambers Quantum Corporation, Inc. Network Attached Storage Division

Anyone seen these types of errors

2002-04-04 Thread Denny Chambers
org.apache.catalina.startup.Bootstrap $@ start Thanks, -- Denny Chambers -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Big problem with Tomcat running stand alone on HP

2002-04-04 Thread Denny Chambers
with the list: mailto:[EMAIL PROTECTED] -- Denny Chambers Quantum Corporation, Inc. Network Attached Storage Division Java Linux Engineer Phone: 251-989-2823 Cell: 251-605-3446 -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto

Using IP Addresses

2002-02-15 Thread Denny Chambers
need this server to be able to work in both dns, and non dns environments. Thanks in advance, -- Denny Chambers -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: why use mod_webapp?

2002-01-31 Thread Denny Chambers
] -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED] -- Denny Chambers Quantum Corporation, Inc. Network Attached Storage Division Java Linux Engineer Phone: 251-478-5730 Cell: 251-605-3446 IM

Re: SOAP Tutorial

2002-01-29 Thread Denny Chambers
:[EMAIL PROTECTED] -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED] -- Denny Chambers Quantum Corporation, Inc. Network Attached Storage Division Java Linux Engineer Phone: 251-478-5730 Cell: 251-605

Re: wacky HTTPS-HTTP re-direct problem w/apache and tomcat 4

2002-01-22 Thread Denny Chambers
being an invalid serverName. Cheers Dave -Original Message- From: Denny Chambers [mailto:[EMAIL PROTECTED]] Sent: Monday, January 21, 2002 4:52 PM To: Tomcat Users List Subject: Re: wacky HTTPS-HTTP re-direct problem w/apache and tomcat 4 Have you tried it with out

Re: Tomcat 3.2.4, Java 1.3.1, linux, and process usage

2002-01-22 Thread Denny Chambers
PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED] -- Denny Chambers Quantum Corporation, Inc. Network Attached Storage Division Java Linux Engineer Phone: 251-478-5730 Cell: 251-605-3446 IM: [EMAIL PROTECTED] -- To unsubscribe: mailto:[EMAIL

Re: IIS or Apache

2002-01-21 Thread Denny Chambers
with it from your system and notify the sender by reply e-mail or by calling 1-888-338-6076. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED] -- Denny Chambers Quantum Corporation, Inc. Network

Re: wacky HTTPS-HTTP re-direct problem w/apache and tomcat 4

2002-01-21 Thread Denny Chambers
I have this same setup working with out any problems. Can you send the section of the httpd.conf where you setup the https server. In tomcat are you using both the http connector and the warp connector? Not sure if this would cause a problem or not, I am only using the warp connector by itself.

Re: wacky HTTPS-HTTP re-direct problem w/apache and tomcat 4

2002-01-21 Thread Denny Chambers
\%r\ %b # DN for tomcat WebAppConnection myconn warp ottas13a.ott.signiant.com:8008 WebAppDeploy examples myconn /examples/ WebAppDeploy signiant myconn /signiant/ WebAppInfo /webapp-info /VirtualHost -Original Message- From: Denny Chambers [mailto:[EMAIL PROTECTED]] Sent

Re: wacky HTTPS-HTTP re-direct problem w/apache and tomcat 4

2002-01-21 Thread Denny Chambers
%{SSL_PROTOCOL}x %{SSL_CIPHER}x \%r\ %b # DN for tomcat WebAppConnection myconn warp ottas13a.ott.signiant.com:8008 WebAppDeploy examples myconn /examples/ WebAppDeploy signiant myconn /signiant/ WebAppInfo /webapp-info /VirtualHost -Original Message- From: Denny Chambers

Re: Apache Secure Server Tomcat 4.0

2002-01-18 Thread Denny Chambers
with the list: mailto:[EMAIL PROTECTED] -- Denny Chambers Quantum Corporation, Inc. Network Attached Storage Division Java Linux Engineer Phone: 251-478-5730 Cell: 251-605-3446 IM: [EMAIL PROTECTED] -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles

Re: Integrating catalina(Tomcat) and apache

2002-01-02 Thread Denny Chambers
The binaries for the linux version of WebApp are compiled for RH 7.1 I think. To make them work in a 6.x version of RedHat, you will need to download the source an compile it. You also need to make sure that you Apache distro supports DSO modules. Denny Santos Jha wrote: Hello, I am

Re: Apache-Tomcat configuration...

2001-12-20 Thread Denny Chambers
sencilla de compartir e imprimir sus fotos: http://photos.latam.msn.com/Support/WorldWide.aspx -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED] -- Denny Chambers Quantum Corporation, Inc. Network

Re: HTTP and HTTPS on two servers...

2001-12-20 Thread Denny Chambers
The browser determine which port it will attempt to connect on by the protocol portion of the URL. If you type in something like: www.mydomain.com the browser will default to port 80 and will procede in making a connection to the remote server on the port. Because you did not specify a

Problem w Apache Server Name directive pt2

2001-12-17 Thread Denny Chambers
not claiming I know the reason why this error happens, but I have the same problem. My fix: Change the ServerName in httpd.conf to be the IP address instead of the hostname.domain.com, keep the name in server.xml it works. /Quote -- Denny Chambers -- To unsubscribe: mailto:[EMAIL PROTECTED

Problem w Apache Server Name directive

2001-12-13 Thread Denny Chambers
Hi All, I had a problem while deploying an Apache 1.3.20/mod_ssl/Tomcat 4.0.1/WepApps configuration. The errors that I was getting began something like this: [error] Cannot deploy application MyAppName. The solution that I found in the Tomcat User Archives was to change the ServerName

Re: JAXP

2001-12-13 Thread Denny Chambers
Here is the first place that I started reading. http://java.sun.com/xml/jaxp/dist/1.1/docs/tutorial/index.html [EMAIL PROTECTED] wrote: Hi all, Does anyone know of a site that has good JAXP examples? Thanks, BB. -- To unsubscribe: mailto:[EMAIL

Re: This is unbelievably Hard, please help!!!

2001-12-12 Thread Denny Chambers
to accomplish this task? I am stuck and have been working on it forever!!! -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED] -- Denny Chambers Quantum Corporation, Inc. Network Attached Storage

Re: Apache Tomcat 4.0.1

2001-12-04 Thread Denny Chambers
PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED] -- Denny Chambers Quantum Corporation, Inc. Network Attached Storage Division Java Linux Engineer Phone: 334-478-5730 IM: [EMAIL PROTECTED] -- To unsubscribe: mailto:[EMAIL PROTECTED

Re: Apache Tomcat 4.0.1

2001-12-04 Thread Denny Chambers
I don't think so. When I made the switch from TC 3 to TC 4, everthing that I read at the time, pointed me to the Web Apps module. I could be wrong. Andy Zeneski wrote: Can you not use mod_jk with Tomcat 4.0.1? -Original Message- From: Denny Chambers [mailto:[EMAIL PROTECTED

Re: Apache Tomcat 4.0.1

2001-12-04 Thread Denny Chambers
directives are the same though. --David On Tuesday 04 December 2001 12:45 pm, you wrote: Can you not use mod_jk with Tomcat 4.0.1? -Original Message- From: Denny Chambers [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 04, 2001 12:16 PM To: Tomcat Users List Subject

Re: webapp_mod problem

2001-11-30 Thread Denny Chambers
You will probably need to download the source and built it for your machine. [EMAIL PROTECTED] wrote: I'm running a Solaris 8 ultra 10 station. It has the Apache 1.3 that comes with Solaris 8 installed. I downloaded Tomcat 4.0 and it runs fine. I also downloaded the webapp_mod for sparc. I

Re: webapp_mod problem

2001-11-30 Thread Denny Chambers
had a similar problem. You do need to build it from source, but you also may need to rebuild apache with this added to your config --enable-rule=SHARED_CORE ..at least I had to. -Original Message- From: Denny Chambers [mailto:[EMAIL PROTECTED]] Sent: Friday, November 30, 2001 3:26

CLASPATH Order

2001-03-16 Thread Denny Chambers
Does anyone know if there is an option in Tomcat that would allow me to specify if I want my projects classpath (/WEB-INF/lib;/WEB-INF/classes) loaded before Tomcat's classpath? Thanks, -- Denny Chambers Linux Java Engineer Connex, Inc Voice: 770-455-7653 Fax: 770-455-7325

Re: CLASPATH Order

2001-03-16 Thread Denny Chambers
wrote: Denny Chambers wrote: Does anyone know if there is an option in Tomcat that would allow me to specify if I want my projects classpath (/WEB-INF/lib;/WEB-INF/classes) loaded before Tomcat's classpath? Change the $TOMCAT_HOME/bin/tomcat.sh script... or I did not understand

Re: MySQL driver - java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver

2001-02-26 Thread Denny Chambers
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED] -- Denny Chambers Linux Java Engineer Connex, Inc Voice: 770-455-7653 Fax: 770-455-7325 - To unsubscribe, e-ma