RE: Help neede on QueryString

2003-06-12 Thread Shapira, Yoav
Howdy, Could it be the form parameters are being passed in the HTTP headers, i.e. your form is submitted via a POST rather than GET requests? Post the form element from your HTML, and your servlet that processes it. Yoav Shapira Millennium ChemInformatics -Original Message- From:

RE: Help neede on QueryString

2003-06-12 Thread christian . schuster
Please respond to Subject Tomcat Users RE: Help neede on QueryString List

Re: Help Running Tomcat

2003-06-11 Thread Jason Bainbridge
On Thu, 12 Jun 2003 02:18, Ivon Gonzalez wrote:  I have moved the servlet.jar file to the java sdk home/jre/lib/ext. Why did you do that? That is probably causing your problem... Try: startup.bat -- startup_error.log to capture the errors and then see what the problem is by reviewing the

Re: Help Running Tomcat

2003-06-11 Thread Lee W
Ivon Gonzalez wrote: I have set up a few computers with Tomcat on a network and local machines. I am having problems running Tomcat on this particular machine which is on a network. I have moved the servlet.jar file to the java sdk home/jre/lib/ext. I have set up JAVA_HOME to point to my sdk

Re: Help Running Tomcat

2003-06-11 Thread Ivon Gonzalez
The servlet.jar file needs to exist in both Tomcat and the JDK - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Help Running Tomcat

2003-06-11 Thread Michael Duffy
It should just be in TOMCAT_HOME/common/lib, and nowhere else, IMHO. - MOD --- Ivon Gonzalez [EMAIL PROTECTED] wrote: The servlet.jar file needs to exist in both Tomcat and the JDK - To unsubscribe, e-mail: [EMAIL

Re: Help Running Tomcat

2003-06-11 Thread Jason Bainbridge
On Thu, 12 Jun 2003 02:40, Ivon Gonzalez wrote: The servlet.jar file needs to exist in both Tomcat and the JDK No it doesn't, I have never copied or moved the servlet.jar to within the JDK, as long as you build your classpath properly when compiling there is no need what so ever to do that.

Re: Help Running Tomcat

2003-06-11 Thread Lee W
Ivon Gonzalez wrote: The servlet.jar file needs to exist in both Tomcat and the JDK - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] That is why you setup your CLASSPATH

Re: Help Running Tomcat

2003-06-11 Thread Ivon Gonzalez
Thanks everyone for your responses!! I have received a few messages re: the servlet.jar file. I have tried removing it. From the documentation I have reviewed, even on apache's site, it suggests moving the file. I am running Tomcat 3.2.3. I have my JAVA_HOME and TOMCAT_HOME environment

Re: Help Running Tomcat

2003-06-11 Thread John Turner
Don't move anything. NoClassDefFoundError is thrown when you mess with servlet.jar. It means that the servlet.jar file that Tomcat needs is NOT the servlet.jar file it is finding. You probably have more than one on that computer, and the one Tomcat needs is not being found first. Don't move

Re: Help Running Tomcat

2003-06-11 Thread Ivon Gonzalez
I didn't move the servlet.jar file, I copied it. But I did what you have suggested. I have removed all versions of Tomcat. I have installed Tomcat3.2.3 on a Windows XP machine and set the Environmet variables. I have even attempted to set PATH to the servlet.jar file. The error isn't with

Re: Help Running Tomcat

2003-06-11 Thread Jason Bainbridge
On Thu, 12 Jun 2003 03:15, Ivon Gonzalez wrote: Exception in thread main java.lang.NoClassDefFoundError: org/apache/tomcat/logging/Logger That means you have classpath problems with a conflict of that class, I haven't got Tomcat 3 or ever used it so I can't tell you which JAR in particular.

Re: Help Running Tomcat

2003-06-11 Thread John Turner
Well, the error message is still the same. NoClassDefFoundError is not the same as ClassNotFound. As I understand it, NoClassDefFound means that the class Tomcat is finding is not the class it should find. Typically this means that there is more than one version of Tomcat or more than one

Re: Help Running Tomcat

2003-06-11 Thread Michael Duffy
Can you find a class named org.apache.tomcat.logging.Logger in any of the JARS in TOMCAT_HOME/common/lib? Maybe you're missing a JAR that you have to add. Also, if I search for that class with Google it turns this up: http://www.caucho.com/support/resin-interest/0009/0126.html The guy who

Re: Help Running Tomcat

2003-06-11 Thread Ivon Gonzalez
I did find the Logger.java file I do not have any local servers running which may conflict with Tomcat I have the basic Tomcat and JDK setup. I have ONE version of the servlet.jar file in Tomcat. I am using the same Tomcat setup that I used on other machines

Re: Help Running Tomcat

2003-06-11 Thread Ivon Gonzalez
I have solved my problem. JDK had some jar files that were conflicting with running Tomcat. I did, however, (FOR THE RECORD) require the servlet.jar file to be placed in the JDK1.3.1\jre\lib\ext folder. Perhaps the newer versions do not require this but I Tomcat 3.2.3 does. THANK YOU!

Re: Help Running Tomcat

2003-06-11 Thread Jason Bainbridge
On Thu, 12 Jun 2003 03:55, Ivon Gonzalez wrote: I did find the Logger.java file I do not have any local servers running which may conflict with Tomcat I have the basic Tomcat and JDK setup. I have ONE version of the servlet.jar file in Tomcat. I am using the same Tomcat setup that I used

RE: Help Please: Starting Tomcat using channelUnix with mod_jk2

2003-06-08 Thread Michael Cardon
Meng [mailto:[EMAIL PROTECTED] Sent: Saturday, June 07, 2003 10:22 PM To: Tomcat Users List Subject: Re: Help Please: Starting Tomcat using channelUnix with mod_jk2 Michael Cardon wrote: Thanks Chong, I did have the apache2-devel package installed, but I started a fresh install of Linux 8.0

RE: Help Please: Starting Tomcat using channelUnix with mod_jk2

2003-06-08 Thread Michael Cardon
:56 PM To: Tomcat Users List Subject: Re: Help Please: Starting Tomcat using channelUnix with mod_jk2 Pascal, I've been trying the same thing with Redhat 9, and getting a similar problem. I even put /home/apache/lib in /etc/ld.so.conf and ran /sbin/ldconfig -v. I verified that that shared

Re: help me please???

2003-06-08 Thread Jason Bainbridge
On Sat, 7 Jun 2003 16:26, B.saravanan balasundaram wrote: his is saravanan mailing use, i like to use php with tomcat version 4.1 on O/S windows 2000. Hi, You want the Apache Web Server for PHP not Tomcat, you can download this and find out more information from the below URL:

RE: Help Please: Starting Tomcat using channelUnix with mod_jk2

2003-06-07 Thread Michael Cardon
Thank you Bill, I'll give that a try -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill Barker Sent: Friday, June 06, 2003 9:04 PM To: [EMAIL PROTECTED] Subject: Re: Help Please: Starting Tomcat using channelUnix with mod_jk2 You need to have libapr on your

Re: Help Please: Starting Tomcat using channelUnix with mod_jk2

2003-06-07 Thread Chong Yu Meng
Michael Cardon wrote: Where I am missing this?: undefined symbol: apr_md5_final My platform: RH Linux 8.0 You're missing the Apache Portable Runtime (APR). This is found in the apache2-devel rpm package, which I see you do not seem to have. Download it from Falsehope as well.

RE: Help Please: Starting Tomcat using channelUnix with mod_jk2

2003-06-07 Thread Michael Cardon
for some more guidance if you can Thanks. -Original Message- From: Chong Yu Meng [mailto:[EMAIL PROTECTED] Sent: Saturday, June 07, 2003 7:19 AM To: Tomcat Users List Subject: Re: Help Please: Starting Tomcat using channelUnix with mod_jk2 Michael Cardon wrote: Where I am missing

Re: Help Please: Starting Tomcat using channelUnix with mod_jk2

2003-06-07 Thread Chong Yu Meng
Michael Cardon wrote: Thanks Chong, I did have the apache2-devel package installed, but I started a fresh install of Linux 8.0 and all the rpm's following your instructions again anyway. I'm ready to pull my hair out I get the same error about the undefined symbol: apr_md5_final Something

Re: Help Please: Starting Tomcat using channelUnix with mod_jk2

2003-06-07 Thread Mark Eggers
Pascal, I've been trying the same thing with Redhat 9, and getting a similar problem. I even put /home/apache/lib in /etc/ld.so.conf and ran /sbin/ldconfig -v. I verified that that shared libraries are indeed loaded. I also tried modifying /home/tomcat/bin/catalina.sh to include a

RE: Help with registering a listener

2003-06-06 Thread Shapira, Yoav
Howdy, Listeners are a servlet specification 2.3 feature, so you wouldn't find them in the DTD version 2.2. Your XML listener element is correct and sufficient to register a listener in a servlet specification 2.3 container, like tomcat 4.x. The listener class must be available to tomcat: the

RE: Help with registering a listener

2003-06-06 Thread Vijay Kandy
again, Vijay -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 10:47 AM To: Tomcat Users List Subject:RE: Help with registering a listener Howdy, Listeners are a servlet specification 2.3 feature, so you wouldn't find them

RE: Help with registering a listener

2003-06-06 Thread Shapira, Yoav
Howdy, My web.xml starts with ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.2//EN http://java.sun.com/j2ee/dtds/web-app_2_2.dtd; Do I need to change anything there? Change it to a 2.3 DTD. You can copy and paste from

RE: help with SEVERE: Exception starting filter Set Character Encoding

2003-06-06 Thread Shapira, Yoav
Howdy, I get the error SEVERE: Exception starting filter Set Character Encoding java.lang.ClassNotFoundException: filters.SetCharacterEncodingFilter when I start tomcat (see below). Do you have this class anywhere in your distribution? I loaded Java 2 SDK 1.4 (port for aix from ibm website)

Re: help with SEVERE: Exception starting filter Set Character Encoding

2003-06-06 Thread Ian Warner
just load the sdk directly from Sun rather than the port and then load tomcat 4.1.24 Thanks again, Ian - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, June 05, 2003 3:31 PM Subject: RE: help with SEVERE: Exception starting

Re: help with SEVERE: Exception starting filter Set Character Encoding

2003-06-06 Thread Ian Warner
It would be handy if I read you comment properly, I see you were refering to Tomcat not the SDK. Sorry - Ian - Original Message - From: Ian Warner [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, June 05, 2003 4:01 PM Subject: Re: help with SEVERE: Exception

Re: Help Please: Starting Tomcat using channelUnix with mod_jk2

2003-06-06 Thread Bill Barker
You need to have libapr on your LD_LIBRARY_PATH when you start Tomcat. Michael Cardon [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Where I am missing this?: undefined symbol: apr_md5_final When I start my instance of tomcat it writes the following to catalina.out: Jun 6, 2003

Re: Help: Error while opening the workers, jk will not work

2003-06-03 Thread John Turner
In httpd.conf, change JkLogLevel to debug, that should give you more information. Sounds to me like there is something wrong with your workers.properties file. John On Sun, 1 Jun 2003 10:36:51 -0400, Rob Cartier [EMAIL PROTECTED] wrote: Recently I have been seeing 'Error while opening the

RE: Help: Error while opening the workers, jk will not work - (solved)

2003-06-03 Thread Rob Cartier
I found the problem while it worked before it wasnt working anymore after upgrading to 4.1.24 from 4.1.18 I needed to add the modJk directive in the following lines as defined in John Turners HowTo.. Thanks John === Listener

Re: Help: Error while opening the workers, jk will not work - (solved)

2003-06-03 Thread John Turner
Glad you got it working! John On Mon, 2 Jun 2003 20:50:23 -0400, Rob Cartier [EMAIL PROTECTED] wrote: I found the problem while it worked before it wasnt working anymore after upgrading to 4.1.24 from 4.1.18 I needed to add the modJk directive in the following lines as defined in John Turners

Re: help on mod_jk

2003-04-04 Thread John Turner
Also, it looks like you have downloaded mod_jk2, in which case the correct LoadModule syntax is not LoadModule jk_module but LoadModule jk2_module John On Thu, 3 Apr 2003 16:32:19 -0800, Filip Hanik [EMAIL PROTECTED] wrote: looks like you are trying to use the mod_jk compiled for Apache 1.3

RE: [HELP] installing oracle thin driver for tomcat

2003-04-04 Thread HAMILTON, DALE K (SBCSI)
Be sure the SQLNet layer is installed on the Tomcat server. Ensure the TNSNames.ora and sqlnet.ora are configured correctly for your environment Use classes12.jar for 8i and above (classes111.jar/zip) for 7 -Original Message- From: Henning Heil [mailto:[EMAIL PROTECTED] Sent: Friday,

Re: Help on mod_jk for tomcat 4.0.x + httpd 2.0.40 on RedHat 8.0

2003-04-03 Thread Prasanth S
Bill, Thanks for the reply. So, what do u suggest, shall i try removin the '--enable-EAPI' option. but then the 'no-apche given' will not be rectified... --- Bill Barker [EMAIL PROTECTED] wrote: The no apache given warning is a red-herring. It is simply saying that it can't build mod_jk

Re: Help on mod_jk for tomcat 4.0.x + httpd 2.0.40 on RedHat 8.0

2003-04-03 Thread John Turner
My advice? Delete that Apache install using RPM, and install your own from the source package. On a RH 8 server, installing Apache from source takes about 5 minutes and is about as painless as drinking a glass of water. The RH Apache is a modded Apache install. Anytime I've ever used their

RE: help on mod_jk

2003-04-03 Thread Filip Hanik
looks like you are trying to use the mod_jk compiled for Apache 1.3 with Apache 2.0 could that be it? I can only take from your path /usr/local/apache2 that it is an apache 2.0 instance filip -Original Message- From: Paul Hsu [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003

Re: Help on mod_jk for tomcat 4.0.x + httpd 2.0.40 on RedHat 8.0

2003-04-03 Thread Bill Barker
The no apache given warning is a red-herring. It is simply saying that it can't build mod_jk for non-so. You also shouldn't have to specify '--enable-EAPI', since that will be picked up from the apxs settings. I've never tried to build mod_jk1.2.x on RH myself. It works well enough under

RE: Help with one Apache, mod_jk, two Tomcats, no load balancing

2003-03-31 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
John, One of our new admins did just that with apache 2.0.43 and three versions of tomcat 4.1.18, 4.1.24 and 5.0. your http.conf and workers.properties look like his. I noticed that he listed each tomcat worker in the loadbalancer section and commented out the location of tomcat (see below). I

Re: Help with one Apache, mod_jk, two Tomcats, no load balancing

2003-03-31 Thread Tim Funk
Do you have JkWorkersFile and NameVirtualHost defined before the virtual host defs? (1.3 syntax follows ... ) For example: JkWorkersFile conf/workers.properties NameVirtualHost 192.168.0.1 VirtualHost more DocumentRoot /home/more/htdocs JkMount /*.do cowbell /VirtualHost ... When in doubt,

Re: Help with one Apache, mod_jk, two Tomcats, no load balancing

2003-03-31 Thread John Turner
Thanks for the reply. Based on the link that Nattu responded with, I reread Pascal's load-balancing article but this time paid a little more attention to the part at the end where he talks about private JVMs. So, I set up a new workers.properties that looks like this now: # begin

Re: Help with one Apache, mod_jk, two Tomcats, no load balancing

2003-03-31 Thread John Turner
Yes. The logs are showing strange (to me) behavior. Where it says tomcat1 below, it should be tomcat2. I'm puzzled by the first line. Anyone know what agsn, hostn, and shostn equal? I will troll the source code tonight, but does anyone know that that means? shostn is incorrect...it

Re: Help with Servlets

2003-03-23 Thread Kaarle Kaila
At 13:53 23.3.2003 -0500, you wrote: I've spent DAYS and DAYS and DAYS trying to get tomcat to run servlets. Nothing I try works. I have followed the instructions in three books, several online tutorials and attempted to decipher tomcat documentation on the apache site. I've installed and

Re: Help with Servlets

2003-03-23 Thread Jeff Brewer
Thank you very much. I did just try that and it didn't help, but perhaps it's only one of many things I have wrong. Thanks. - Original Message - From: Kaarle Kaila [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, March 23, 2003 1:59 PM Subject: Re: Help

Re: Help with Servlets

2003-03-23 Thread p niemandt
At least you didn't say you've tried everything: I hate that, if you have tried everything, something would have worked ;-), but anyways, I'm going of on a tangent ... Firstly, your web.xml looks kinda screwed: You have nothing mapped int the wep app. Then, quite likely your major problem is

Re: Help with Servlets

2003-03-23 Thread Jeff Brewer
] To: [EMAIL PROTECTED] Sent: Sunday, March 23, 2003 2:22 PM Subject: Re: Help with Servlets At least you didn't say you've tried everything: I hate that, if you have tried everything, something would have worked ;-), but anyways, I'm going of on a tangent ... Firstly, your web.xml looks kinda

Re: Help with Servlets

2003-03-23 Thread James Carman
for me! But, for simple projects, this is not necessary. - Original Message - From: Jeff Brewer [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, March 23, 2003 2:46 PM Subject: Re: Help with Servlets Thank you. I am seeing some success with this! If I have

Re: Help with Servlets

2003-03-23 Thread James Carman
Oh, yes the order matters how you define things in your web.xml file. It has to follow the DTD. - Original Message - From: Jeff Brewer [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, March 23, 2003 2:46 PM Subject: Re: Help with Servlets Thank you. I am seeing

Re: Help with Servlets

2003-03-23 Thread p niemandt
PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, March 23, 2003 2:22 PM Subject: Re: Help with Servlets At least you didn't say you've tried everything: I hate that, if you have tried everything, something would have worked ;-), but anyways, I'm going of on a tangent ... Firstly, your

Re: Help with Servlets

2003-03-23 Thread Jeff Brewer
Thanks to everyone who helped. I have one final question; where can I find documentation for how to maintain these files? Thanks - Original Message - From: p niemandt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, March 23, 2003 3:06 PM Subject: Re: Help

Re: Help with tomcat/j2se install on linux RH7.3

2003-03-19 Thread Mark Pease
Try going to the command line and typing: service tomcat4 start Mark - Original Message - From: Chris Hale [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 8:34 PM Subject: Help with tomcat/j2se install on linux RH7.3 Looking for assistance getting Tomcat and

RE: Help with tomcat/j2se install on linux RH7.3

2003-03-19 Thread Chris Hale
[EMAIL PROTECTED] -Original Message- From: Mark Pease [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 8:43 AM To: Tomcat Users List Subject: Re: Help with tomcat/j2se install on linux RH7.3 Try going to the command line and typing: service tomcat4 start Mark - Original

Re: Help with tomcat/j2se install on linux RH7.3

2003-03-19 Thread Mark Pease
Subject: RE: Help with tomcat/j2se install on linux RH7.3 I get a error message stating the service isn't found - no man entry for service either. How do I add the tomcat4 to a possible service? Chris -- Chris Hale Peak Networks 16 Cassie Lane

Re: Help setting up jboss ( standalone ) with tomcat ....

2003-03-17 Thread Jacob Kjome
The easiest way is to grab the pre-bundled packages from jboss. http://sourceforge.net/project/showfiles.php?group_id=22866 Look toward the bottom of that page. I recommend using JBoss-3.0.6+Tomcat-4.1.18 bundle. I just noticed you specified standalone. Well, I'll send this message anyway

RE: HELP:: Tomcat 4.1.18 + JBuilder Foundation 8

2003-03-17 Thread Filip Hanik
wow, don't even know where to start, your problem is so well described :-) -Original Message- From: Shaffin Bhanji [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2003 10:51 AM To: [EMAIL PROTECTED] Subject: HELP:: Tomcat 4.1.18 + JBuilder Foundation 8 Hi, Can anyone help

RE: HELP:: Tomcat 4.1.18 + JBuilder Foundation 8

2003-03-17 Thread Shaffin Bhanji
Sorry... I mean that I need to run/debug/stop my servlet within my Borland JBuilder 8 Foundation environment. I need setting to know how to setup JBuilder in order to do that. Shaffin N. Bhanji Technical Manager Cambridge Technology Partners, the global eServices company of Novell, Inc.

RE: HELP:: Tomcat 4.1.18 + JBuilder Foundation 8

2003-03-17 Thread p niemandt
I don't think you can: You will probably need the Enterprise or Professional version of JBuilder to be able to do that. On Mon, 2003-03-17 at 19:01, Shaffin Bhanji wrote: Sorry... I mean that I need to run/debug/stop my servlet within my Borland JBuilder 8 Foundation environment. I need setting

RE: HELP: Deploying Simple Servlet

2003-03-17 Thread Tam, Michael
Did you create a Context entry in the server.xml of tomcat? Michael -Original Message- From: Shaffin Bhanji [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2003 10:59 AM To: [EMAIL PROTECTED] Subject: HELP: Deploying Simple Servlet Hello, I have created a simple HttpServlet in

Re: HELP:: Tomcat 4.1.18 + JBuilder Foundation 8

2003-03-17 Thread Dan Tran
I think you will have better luck posting this question on borland's news groups. -Dan it is news://newsgrouips.borland.com - Original Message - From: Shaffin Bhanji [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 17, 2003 10:51 AM Subject: HELP:: Tomcat 4.1.18 + JBuilder

Re: Help: Anyone have experience with JNI and Servlets?

2003-03-16 Thread Mufaddal Khumri
What error or exception shows up ? Can you paste the logs from the log file ? Not knowing what exception shows up its difficult to understand what the problem might be. Thanks. At 06:30 PM 3/15/2003 -0800, you wrote: Hi All!e Not sure if this is valid for our topic but it does involve Tomcat

Re: Help: Anyone have experience with JNI and Servlets?

2003-03-16 Thread Matt Fury
Its actually just a generic Servlet Exception the moment it hits one of the Native Methods. I've been doing research all weekend trying to find an answer. The only thing I could find was that I need a common class and I pass the Servlet Request and Response. Not sure if this is true but it sounds

Re: Help Needed!!!!

2003-03-03 Thread joe
your main problem is: java.lang.ClassNotFoundException: org.hsql.jdbcDriver be sure the jdbcDriver is in your tomcats (or your applications) classpath! put the hpyersonic jdbc driver jar in your tomcat-home/common/lib OR put the hpyersonic jdbc driver jar in your web application (into the

RE: HELP ! RE:RE: RE:setting up tomcat 4.1

2003-03-03 Thread Turner, John
If you can see Tomcat on port 8080 then it is running. John -Original Message- From: Curtis Seyfried [mailto:[EMAIL PROTECTED] Sent: Saturday, March 01, 2003 1:10 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: HELP ! RE:RE: RE:setting up tomcat 4.1

Re: HELP ! RE:RE: RE:setting up tomcat 4.1

2003-03-03 Thread Ben Souther
You need to set your JAVA_HOME environment varible. Your system is probably trying to use the wrong Java runtime. I know this always happens to people who have Dreamweaver installed on their machines. On Monday 03 March 2003 08:03 am, Turner, John wrote: If you can see Tomcat on port

RE: Help me out! IIS Redirector, POST problem

2003-03-01 Thread Ignacio J. Ortega
Rick, With Tomcat 4.1.18 and the latest JK IIS redirector (on Windows XP Pro), HTTP POST requests to a servlet fail with what appears to be a socket timeout error. HTTP GET's work perfectly. The identical code runs perfectly (POST or GET) when using Apache 2.0.43 with JK. any

RE: Help me out! IIS Redirector, POST problem

2003-03-01 Thread Rick Bullotta
Thanks for the quick response. I posted a bunch of logs on tomcat-dev last week and didn't get any feedback. I'll dig them up and repost here tomorrow morning. It seems like something funky going on with the handling of the socket/stream associated with the post data. Try as I may, I

Re: help with SSI directives on tomcat 4.1.12

2003-02-28 Thread Becky Phaneuf
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/ssi-howto.html -B [EMAIL PROTECTED] 02/27/03 06:55PM Hello all I am using the following SSI directive in a .shtml file in the ROOT directory: !--#include virtual=/OutputServlet1.class -- OutputServlet1 is a servlet class that just prints

RE: help: mod_jk fails after restart of apache - admin tool

2003-02-26 Thread Rob Cartier
I think I found the problem -- maybe . After comparing a saved version of a server.xml and one generated from the admin tool. It would appear that the one from the admin tool generates a server.xml file that creates the error for mod_jk. When I put the old version back in all is ok Is there a

RE: help: mod_jk fails after restart of apache - admin tool

2003-02-26 Thread Turner, John
The admin app maintains tomcat-users.xml, there's really no way around it. John -Original Message- From: Rob Cartier [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 5:38 PM To: [EMAIL PROTECTED] Subject: RE: help: mod_jk fails after restart of apache - admin tool

RE: Help! Anyone successfully install a purchased certificate?

2003-02-24 Thread John Roth
Sorry about the delay, but I had to go play in Vegas for a few days. Similar to Richards post, here are the actual steps I went through to get our Verisign cert installed into Tomcat. The only big caveat here was that this is based on JSSE for the 1.3 JDK, where JDK1.4 has integrated this. Sorry

Re: Help! Anyone successfully install a purchased certificate?

2003-02-21 Thread Matt Fury
-keystore .keystore -file myc-thawte.txt -storepass mypassword rem verify the keystore (I do this for every step) keytool -list -keystore .keystore -storepass mypassword Subject: Re: Help! Anyone successfully install a purchased

Re: Help! Anyone successfully install a purchased certificate?

2003-02-21 Thread Richard S. Huntrods
Subject: Re: Help! Anyone successfully install a purchased certificate? They do have Apache instructions. But I guess I better request that soon before the warranty runs out. LOL They have instructions for how to do create and install it with generic Java based servers but it hasn't been

Re: Help! Anyone successfully install a purchased certificate?

2003-02-20 Thread Ian Hunter
From what I understand, some different certificate vendors require different installation methods... Did they include instructions for IIS or Apache, for instance? Worst possible case you could front-end your site(s) with Apache and use connectors to get to Tomcat. - Original Message -

Re: Help! Anyone successfully install a purchased certificate?

2003-02-20 Thread Richard S. Huntrods
verify the keystore (I do this for every step) keytool -list -keystore .keystore -storepass mypassword Subject: Re: Help! Anyone successfully install a purchased certificate? They do have Apache instructions. But I guess I better request

RE: HELP! NT Services / Catalina_Opts

2003-02-19 Thread Matt Fury
Is this true? Why have I read so many posts that to set the TOMCAT/JVM memory you should set an environment variable to CATALINA_OPTS. I, personally, have not seen this work though but why is it stated as such? I did in fact find the registry setting with the JVM Parameter and JVM Options keys

RE: HELP...Tomcat on NT

2003-02-18 Thread Turner, John
1) You have to setup a Context in server.xml. There is already a ROOT Context by default. See the docs. 2) Yes. 3) If you have Tomcat installed as a service, you cannot use a shutdown script. You must control it via the services control panel. John -Original Message- From: Chi

Re: help with client certificates

2003-02-16 Thread Sean Dockery
a [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, February 11, 2003 16:37 Subject: Re: help with client certificates That is correct! It is prompting me for my certificate it is just telling the following on a tomcat error page: type Status report

Re: help with client certificates

2003-02-12 Thread Tony Dahbura
to reset their sessions on the client-side. - Original Message - From: Tony Dahbura [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, February 11, 2003 16:37 Subject: Re: help with client certificates That is correct! It is prompting me for my certificate

Re: help with client certificates

2003-02-11 Thread Sean Dockery
In your web.xml... security-constraint web-resource-collection web-resource-nameMySecurityRestriction/web-resource-name descriptionProtect the resource./description url-pattern/ServletUrlPattern/url-pattern http-methodGET/http-method http-methodPOST/http-method /web-resource-collection

Re: help with client certificates

2003-02-11 Thread Tony Dahbura
Sean: This matches my xml file to a tea except I also have: login-config auth-methodCLIENT-CERT/auth-method /login-config The problem I am trying to solve is the fact that I do not have any role-names. I need to have the application request a certificate from the user when they hit a servlet

Re: Help: JNI, mod_jk2 , Apache 2 not working

2003-02-11 Thread liug
=100 debug=99 disabled=0 _ Rahul Bhargava - Original Message - From: Robo code [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, February 08, 2003 10:45 PM Subject: RE: Help: JNI, mod_jk2 , Apache 2 not working | | Hi

Re: help with client certificates

2003-02-11 Thread Sean Dockery
://www.sbdconsultants.com - Original Message - From: Tony Dahbura [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, February 11, 2003 10:57 Subject: Re: help with client certificates Sean: This matches my xml file to a tea except I also have: login-config auth-methodCLIENT

Re: help with client certificates

2003-02-11 Thread Tony Dahbura
PROTECTED] Sent: Tuesday, February 11, 2003 10:57 Subject: Re: help with client certificates Sean: This matches my xml file to a tea except I also have: login-config auth-methodCLIENT-CERT/auth-method /login-config The problem I am trying to solve is the fact that I do not have any

Re: help with client certificates

2003-02-11 Thread Sean Dockery
credential. I'm not sure how to get browsers to reset their sessions on the client-side. - Original Message - From: Tony Dahbura [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, February 11, 2003 16:37 Subject: Re: help with client certificates That is correct

Re: Help: JNI, mod_jk2 , Apache 2 not working

2003-02-09 Thread Rahul Bhargava
, February 08, 2003 10:45 PM Subject: RE: Help: JNI, mod_jk2 , Apache 2 not working | | Hi Jimmy, | | I have solved some of the problems you are facing. I can get Apache | to startTomcat via JNI cleanly. The TomcatStarter problem was solved | by putting $TOMCAT/bin/tomcat-jni.jar on the path. I have couple

RE: Help: JNI, mod_jk2 , Apache 2 not working

2003-02-08 Thread jcubic
I just got Apache 2.0.44 and Tomat 4.1 working with a little twist. I think we are trying to accomplish the same thing. I think server.xml is not the culprit. jk2.properties and worker2.properties are. Also web.xml in Tomcat home as well as the webapp could affect servlet and jps execution. What

RE: Help: JNI, mod_jk2 , Apache 2 not working

2003-02-08 Thread Robo code
] lb.service() unrecoverable error... [Sat Feb 08 22:34:34 2003] [error] mod_jk.handler() Error connecting to tomcat 1 2 Thanks, Rahul. From: jcubic [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Help: JNI, mod_jk2 , Apache 2

Re: Help with Apache 1.3/Tomcat 4.1.18/JK?

2003-02-06 Thread Mark Eggers
Normally you have to compile modules with a different (extended) interface when running SSL for Apache 1.3. If your rpms for mod_jk.so were not compiled for the extended interface, they won't load or work with SSL-enabled Apache. /mde/ just my two cents . . . .

RE: Help with Apache 1.3/Tomcat 4.1.18/JK?

2003-02-06 Thread Turner, John
/etc/httpd/conf/mod_jk.conf is not where the ApacheConfig classes put mod_jk.conf. I'm surprised there isn't an Apache error like can't find file or something. The ApacheConfig classes put mod_jk.conf in $CATALINA_HOME/conf/auto. Does the Include even work? John -Original Message-

RE: Help with Apache 1.3/Tomcat 4.1.18/JK?

2003-02-06 Thread Webb Stacy
Thank you for the suggestions. Unfortunately I'm still getting the same failures. Normally you have to compile modules with a different (extended) interface when running SSL for Apache 1.3. If your rpms for mod_jk.so were not compiled for the extended interface, they won't load or work

RE: Help with Apache 1.3/Tomcat 4.1.18/JK?

2003-02-06 Thread Turner, John
statically linked in mod_jk? John -Original Message- From: Webb Stacy [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 9:57 AM To: Tomcat Users List Subject: RE: Help with Apache 1.3/Tomcat 4.1.18/JK? Thank you for the suggestions. Unfortunately I'm still getting

RE: Help with Apache 1.3/Tomcat 4.1.18/JK?

2003-02-06 Thread Webb Stacy
I would just get that HAVE_JK stuff out of there 100%. Never saw that before. I can't think of anything that would break by just putting LoadModule etc right in httpd.conf without the IF statement. You've got some custom stuff there (I am not familiar with Virtuozzo)...is it possible someone

RE: Help with Apache 1.3/Tomcat 4.1.18/JK?

2003-02-06 Thread Turner, John
To: Tomcat Users List Subject: RE: Help with Apache 1.3/Tomcat 4.1.18/JK? I would just get that HAVE_JK stuff out of there 100%. Never saw that before. I can't think of anything that would break by just putting LoadModule etc right in httpd.conf without the IF statement. You've got some custom

RE: Help: invalid web.xml

2003-01-31 Thread Turner, John
The document you should follow is the web.xml DTD itself. That's the bible. John -Original Message- From: Rob Cartier [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 10:59 PM To: [EMAIL PROTECTED] Subject: Help: invalid web.xml I am having a tough time trying to

Re: Help: invalid web.xml

2003-01-30 Thread shawn
Doesn't your taglib come after the welcome-file-list I think it should. I'm not sure about the error-page though. Anyway, the order is relevant. On Fri, 2003-01-31 at 12:59, Rob Cartier wrote: I am having a tough time trying to create a valid web.xml using taglib Is there a document

Re: Help! Installing SSL Certificate

2003-01-29 Thread Matt Fury
Ahh I see why you were asking me via email. No I have the keystore file specified. The self-gen keystore works fine with Tomcat but the purchases SSL that I've added to the keystore via the keytool docs does not work. The logs show that Tomcat accepts the SSL configuration but when I hit it from

Re: Help! Installing SSL Certificate

2003-01-28 Thread Yakov Belov
Where are you putting the keystore file created with a purchased certificate? If not sure it's the place where Tomcat searches for it, use keystoreFile parameter in the SSL Connector area in server.xml. Good Luck, Yakov - Original Message - From: Matt Fury [EMAIL PROTECTED] To: [EMAIL

<    1   2   3   4   5   6   7   8   9   10   >