Unable to find a javac compiler

2003-07-31 Thread Bradberry, Rick
Hi, Got a problem with Apache 2.0.47, Tomcat 4.1.18 and j2sdk 1.4.1.01. I've read through the archive and found some close to my problem, but not quit. My problem: I've installed Apache and Tomcat as standalone servers and they both work great. Now I'm trying to get them to talk to each

RE: Unable to find a javac compiler

2003-08-01 Thread Bradberry, Rick
I also had the same problem. If you have installed tomcat as a service this problem comes. You need to have the JAVA_HOME variable set to your j2sdk1.4.1 directory in the environmental variables . Hope this helps you. - Original Message - From: Bradberry, Rick [EMAIL PROTECTED

Almost there Apache+Tomcat

2003-08-01 Thread Bradberry, Rick
Ok I'm almost there, I have Apache talking to Tomcat using mod_jk. Everything seems to work great. The only problem is when Tomcat starts up it gives the following message. I've tried everything. The jar file (C:\ApacheGroup\jakarta-tomcat-4.1.18\server\lib\commons-logging.jar) is in the

RE: Almost there Apache+Tomcat

2003-08-01 Thread Bradberry, Rick
Well, to answer my own question - comment out everything in jk2.properties. I found the post I needed right after I sent this email out. Thanks and sorry for posting too quickly. Rick -Original Message- From: Bradberry, Rick Sent: Friday, August 01, 2003 1:49 PM To: 'Tomcat Users

FORBIDDEN access

2003-08-02 Thread Bradberry, Rick
Hi, This may be a bit os specific but I would appreciate any help. I am trying to get apache and tomcat talking on Mandrake 9.0 using the default installation. Each server work independently. When I try access examples through apache I get a FORBIDDEN , you do not have permissions to access

RE: FORBIDDEN access

2003-08-02 Thread Bradberry, Rick
own the directory and files /home/tomcat/your_app? chown -R tomcat.tomcat /home/tomcat/your_app Change the above to match your installation. Mike On Sat, 2003-08-02 at 08:49, Bradberry, Rick wrote: Hi, This may be a bit os specific but I would appreciate any help. I am trying to get

RE: Running external C routine from a servlet ? Please help me !!!!

2003-08-02 Thread Bradberry, Rick
Michel, I had a similar problem creating files in a servlet. I found that in my case, the relative path start in the directory where tomcat is started. I changed the startup script to do a cd to $tomcat_home then called bin/startup.sh. Hope this helps Rick Bradberry NCR WCS Managed Services

RE: FORBIDDEN access

2003-08-02 Thread Bradberry, Rick
: Bradberry, Rick Sent: Saturday, August 02, 2003 10:14 AM To: 'Tomcat Users List' Subject: RE: FORBIDDEN access Mike, Thanks for the help, but all the directories have a minimum of r-x, most have rwx and are owned by root. Tomcat runs as root and apache runs as apache. Rick -Original Message

RE: Errors on Apache1.3.27 using mod_jk2

2003-08-02 Thread Bradberry, Rick
Raffi, First let me say I'm no expert on Tomcat. Second I just tried to get mod_jk2 to work on win2k and could not get it to work. After a couple of days of frustration, I changed to mod_jk and not it works great. I don't know if my configuration was incorrect or what. Never did get it figured

RE: Errors on Apache1.3.27 using mod_jk2

2003-08-02 Thread Bradberry, Rick
This is the howto I used and it seems to work ok for me. I'm using apache 2.0.44, tomcat 4.1.18 and mod_jk-2.0.43.dll on win2k one note, if you go to mod_jk make sure you comment out all lines in jk2.properties http://www.johnturner.com/howto/winxp-howto.html Rick -Original Message-

RE: RE: Java and tomcat issues

2003-08-06 Thread Bradberry, Rick
Try export PATH=$PATH:$JAVA_HOME/bin make sure you don't have spaces around the = Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 2:33 PM To: [EMAIL PROTECTED] Subject: RE: RE: Java and tomcat issues Okay this happens

unable to infer tagged configuration

2003-08-14 Thread Bradberry, Rick
Hi everyone, I am trying to compile mod_jk on a sparc solaris 8 system and get the following error. I'm using apache 2.0.47 and tomcat 4.1.27. apache compile just find and is working great. I found a mod_jk-2.0.42.so binary, but I can't get the two talking with it. So, I'm trying to

cannot resolve symbol

2003-08-14 Thread Bradberry, Rick
I have apache and tomcat up and running. Now I'm trying to compile mod_mk2 and get the following error. Does any one know which jar file I'm missing? [javac] /export/home/jakarta-tomcat-connectors-4.1.27-src/util/java/org/apache/tomca t/util/net/PoolTcpEndpoint.java:122: cannot resolve symbol

SSL and tomcat behind apache

2003-08-18 Thread Bradberry, Rick
Hi all, Question about running SSL through apache and using tomcat for jsp. In the tomcat documentation it says that tomcat only needs to be configured if it is running stand alone. I'm using apache 2 with openssl for the front end. Here's my problem: when I go to the https server (apache)

RE: SSL and tomcat behind apache

2003-08-18 Thread Bradberry, Rick
to apache? -Original Message- From: Bradberry, Rick [mailto:[EMAIL PROTECTED] Sent: 18 August 2003 13:47 To: 'Tomcat Users List' Subject: SSL and tomcat behind apache Hi all, Question about running SSL through apache and using tomcat for jsp. In the tomcat documentation it says that tomcat

RE: SSL and tomcat behind apache

2003-08-18 Thread Bradberry, Rick
=https and secure=true -Original Message- From: Bradberry, Rick [mailto:[EMAIL PROTECTED] Sent: 18 August 2003 13:56 To: 'Tomcat Users List' Subject: RE: SSL and tomcat behind apache the setup is Apache 2 tomcat 4.1.27 mod_jk2 connectors 4.1.27 Rick -Original Message- From: Stuart