Re: Valve Access to Principal

2003-02-10 Thread Peter Kelley
On Mon, 2003-02-10 at 18:30, Craig R. McClanahan wrote: On Sun, 10 Feb 2003, Peter Kelley wrote: Date: 10 Feb 2003 17:22:53 +1100 From: Peter Kelley [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Valve Access to

RE: DataSourceRealm, Exception performing authentication ?

2003-02-10 Thread Uros Kotnik
I found bug on bugzila, http://www.mail-archive.com/tomcat-dev@jakarta.apache.org/msg40185.html http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16316 -Original Message- From: news [mailto:[EMAIL PROTECTED]] On Behalf Of Sean Dockery Sent: Saturday, February 08, 2003 20:12 To:

Sessions not working beyond first virtual host

2003-02-10 Thread Shadow X
Hi, I've set up my tomcat to run with 3 virtual hosts, i.e.: www1.domain.com www2.domain.com www3.domain.com They each have a ROOT context mapped Context path= docBase=www1/ Context path= docBase=www2/ Context path= docBase=www2/ Sessions work fine in www1.domain.com,

Question relating to Apache Tomcat/4.1.18-LE-jdk14

2003-02-10 Thread kam leung
Dear Sir/Madam, I have installed the Apache Tomcat/4.4.18-LE-jdk14 server. It is having error compiling a jsp file that I have got. The error said cannot resolve symble for the Hashtable and Vector that I have used in the jsp file. Following is the software environment that I am working in:

Re: Question relating to Apache Tomcat/4.1.18-LE-jdk14

2003-02-10 Thread Peng Tuck Kwok
You can include the necessary libraries in the jsp itself. Use this : %@ page import=[put library name here] % kam leung wrote: Dear Sir/Madam, I have installed the Apache Tomcat/4.4.18-LE-jdk14 server. It is having error compiling a jsp file that I have got. The error said cannot resolve

RE: How to configure Tomcat to follow symbolic links.

2003-02-10 Thread Turner, John
It's in the release notes, and is something new for 4.1.12 and up. John -Original Message- From: Mike Johnson [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 09, 2003 2:27 PM To: Tomcat Users List Subject: RE: How to configure Tomcat to follow symbolic links. *sigh* It'd be

RE: Tomcat Monitoring

2003-02-10 Thread Turner, John
Create a simple JSP that outputs a particular string. Install that JSP in your webapp Use wget or any other scriptable HTTP client: wget http://your-host:8080/yourApp/monitor.jsp Look for SUCCESS (or whatever string you choose) in output. If you get it, Tomcat is up and rendering JSPs. If

installing TomCat

2003-02-10 Thread \[de internetman\] Rene Kooyman
Hello all, I'm pretty new to this stuff so if my questions may looks 'foolish' or in any other way not seem apropriot i'm appologizing in advance. Here's my custion: I've got a Linux RedHat box (7.3) with PlesK Server administrator (v5.0.4) installed on it. On the support forum of PlesK i read

Configuration of Apache with Tomcat

2003-02-10 Thread Mahbub ul Huq Bin Kabir
Hello There I'm Mahbub..From Bangladesh. I recently start Java and trying to develop a system in Java. I'd Tomcat 4.1.18 And Apache 2.0.43 Now i'm trying to configure Tomcat with Apache. I was using JK2 but could not configure cause I don't got any result as the manual says. Is there anyone

RE: Configuration of Apache with Tomcat

2003-02-10 Thread Reynir Hübner
Post your errors, and then we might be able to help you. Bye -reynir -Original Message- From: Mahbub ul Huq Bin Kabir [mailto:[EMAIL PROTECTED]] Sent: 10. febrúar 2003 11:08 To: [EMAIL PROTECTED] Subject: Configuration of Apache with Tomcat Hello There I'm Mahbub..From

Re: Need help w. another jsp!

2003-02-10 Thread Rasputin
* Steve Burrus [EMAIL PROTECTED] [0229 22:29]: Sean Dockery, while I VERY MUCH APPRECIATE yer helpful advice which you have offered to me (in fact, u are the only person so far to offer any advice for this current problem of mine!) Hi Steve, that's because most of us have killfiled you for

HTTP Status 500-Tomcat 4.1

2003-02-10 Thread Sivasubramani, Suresh
Hi Everyone, I have a WAR file which works properly with TOMCAT 4.0. Recently I installed Tomcat 4.1 and put that WAR file under webapp directory. When try to access that webapp, my browser throws error message as HTTP Status 500 - Type Exception report message description The

CLIENT-CERT authentication method

2003-02-10 Thread Manuel Gil Perez
Hi all. Currently (in Tomcat 4.1.18), is CLIENT-CERT authentication method defined within Realm?? Regards. -- login-config auth-methodCLIENT-CERT/auth-method realm-nameOnJava Application/realm-name /login-config

ssl works on netscape but not explorer

2003-02-10 Thread kieran
Riddle me this kind folks How could it be possible that my SSL configuration works on NetScape, but not Internet Explorer? Internet Explorer and Netscape both work if I use https://127.0.0.1:8433/bla but only Netscape if I use the machines IP. https://134.226.35.151:8443/bla I.E returns

Strange error

2003-02-10 Thread Felipe Schnack
Please, somebody can help me? I'm getting this error message and I don't know why... I'm using PostgreSQL 7.3 and Tomcat 4.1.18 connection pooling mechanism Connection is closed. Operation is not permitted. at

Re: Tomcat Monitoring

2003-02-10 Thread pavel
Thank you. Turner, John wrote: Create a simple JSP that outputs a particular string. Install that JSP in your webapp Use wget or any other scriptable HTTP client: wget http://your-host:8080/yourApp/monitor.jsp Look for SUCCESS (or whatever string you choose) in output. If you get it,

RE: Question relating to Apache Tomcat/4.1.18-LE-jdk14

2003-02-10 Thread Madhava Reddy
karm, Mostly this is due to improper java_home, but I'm not sure. you can post full error/exception report Madhav -Original Message- From: kam leung [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 7:13 AM To: [EMAIL PROTECTED] Subject: Question relating to Apache

Re: IIS+Tomcat security constraint = Unauthorized: Logon Failed

2003-02-10 Thread Sean Dockery
Where have you defined the user and password that you believe you should be a valid user? What is the role constraint that you have defined on the web resource? Is the user in question set up for that role? Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi

Re: DEPLOY Command

2003-02-10 Thread Jacob Kjome
Yes, it is fixed in CVS and will be in the next alpha or release of Tomcat (after 4.1.19 where the bug was reported by me). It is a simple mapping issue. To fix it for yourself in the mean time, just edit the manager web.xml and add the servlet mapping for the deploy command. Just follow

RE: Accessing Singleton

2003-02-10 Thread Shapira, Yoav
Howdy, The classes in question are singleton because they take a huge amount of time to start up but little to call methods. That's not necessarily a good reason for using the Singleton pattern, but from the rest of your message I think I understand why you've set it up that way. Tomcat

Re: Strange error

2003-02-10 Thread Sean Dockery
Either your database connection is timing out or else you are trying to use a ResultSet obtained from a Statement which, in turn, was obtained from a Connection which you have closed yourself. Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD

RE: how can i make sure tomcat is running?

2003-02-10 Thread Shapira, Yoav
Howdy, STFA: search the list archives. This question comes up every few months. Yoav Shapira Millennium ChemInformatics -Original Message- From: Jianping Zhu [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 09, 2003 12:38 PM To: Tomcat Users List Subject: how can i make sure tomcat

RE: installing TomCat

2003-02-10 Thread Turner, John
Apache 1.3 modules can be compiled with support for API (EAPI) or not. If your Apache is expecting modules that support it, using a module that DOESN'T support it can be anywhere from outright failure to looks like it will work. I don't know where any WARP modules are, EAPI or not, in binary

RE: servlets reach under tomcat 4.0.6

2003-02-10 Thread Shapira, Yoav
Hi, Yes, you need to modify web.xml. The url-pattern in the servlet-mapping element is relative to the context root. For the URL you say want, put in url-pattern/cbiservlet/url-pattern instead of the current value. Also, I suggest you put your servlet in a package, e.g. com.cbir or whatever.

Re: Unsubscription not working

2003-02-10 Thread Sean Dockery
You should receive an email that asks you to confirm that you wish to unsubscribe. Have you not received that email? You must reply to that email before you are unsubscribed. Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants

Little system X Great architecture

2003-02-10 Thread Jose Euclides da Silva Junior - DATAPREVRJ
Hi, i need to code a system in which there is no many business rules, but i need data persistence in a database. Even if this system will have an enterprise users scope, should i use EJB technology? What about only servlets/jsp? Regards, Euclides. Imagination is more important than knowledge.

RE: Strange error

2003-02-10 Thread Shapira, Yoav
Howdy, Make sure not to release a connection before you're done processing result sets ;) Same thing for closing statements, etc. Yoav Shapira Millennium ChemInformatics -Original Message- From: Felipe Schnack [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 6:45 AM To:

RE: Tomcat exploding 1.4.1 JVM

2003-02-10 Thread Shapira, Yoav
Howdy, I've gotten on this on solaris 5.8. Had to install all the OS patches to make it go away. See http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/J2SE Yoav Shapira Millennium ChemInformatics -Original Message- From: Will Hartung [mailto:[EMAIL PROTECTED]] Sent: Friday,

Apache-Tomcat-HPUX Problems

2003-02-10 Thread Roberts, Eric
Hi, Does anybody on the list run under HPUX? We are running: HP-UX B.11.00 U 9000/800 (tb) Tomcat 4.1.18 Apache 1.3.24 Oracle 8.1.7 Tomcat and Apache communicate via mod_jk. We use DBCP to provide a global Db connection pool. Everything works fine. We are running Apache only because we

Re: exception after several hours idle

2003-02-10 Thread Sean Dockery
Further to this, is there a firewall between you and your database? I believe that you mentioned that your connection timeout for your database was set to INT_MAX. That would not prevent the firewall from timing out your connection and cutting the cord. Sean Dockery [EMAIL PROTECTED] Certified

RE: Strange error

2003-02-10 Thread Andy Eastham
Felipe, Just one additional idea: Are you executing another command on the same connection? This destroys the result set. Eg, if you are trying to loop over the result set, and are using the same connection to do an update or delete on this or another table, you will get this sort of error.

RE: Little system X Great architecture

2003-02-10 Thread MAURIN Pierre Alexis
For my own experience ... it engages only me ... but i think: - Servlets are best used for services (and that's even better when they are directed by a controller such as struts brings) - JSP are best used for presentation (ie. when you need to add html page as a result to an http call) -

RE: Need help w. another jsp!

2003-02-10 Thread Daniel Brown
Steve, This isn't really the best forum in which to find help in debugging JSPs - one of the more painful processes that everyone goes through when getting to grips with Java and JSP/Servlets is to learn how to debug effectively. And the only way to do that is to read through the manuals, read

RE: Unsubscription not working

2003-02-10 Thread Brautigam, Craig
Same with me! Thx! -Original Message- From: Naba Kumar [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 09, 2003 11:22 AM To: Tomcat Users List Subject: Unsubscription not working Hi, To unsubscribe, e-mail: [EMAIL PROTECTED] I have been trying to unsubscribe from the list but it

RE: Strange error

2003-02-10 Thread Felipe Schnack
I was wrongly reusing the statement, and in a specific situation I was closing it too... thank you all for your tips :-) On Mon, 2003-02-10 at 12:57, Andy Eastham wrote: Felipe, Just one additional idea: Are you executing another command on the same connection? This destroys the result

Re: ssl works on netscape but not explorer

2003-02-10 Thread mmtu
On Mon, Feb 10, 2003 at 11:56:13AM -, kieran wrote: Riddle me this kind folks How could it be possible that my SSL configuration works on NetScape, but not Internet Explorer? Internet Explorer and Netscape both work if I use https://127.0.0.1:8433/bla but only Netscape if I use

Tomcat doesn't shut down, Catalina.stop: Connection timed out

2003-02-10 Thread Nigel Wade
Hi, I'm working on setting up a production Tomcat server. The underlying OS is RedHat 7.3. I've installed Tomcat 4.1.12 and both the 1.3.1 JRE and the 1.4.1 JDK. The problem I'm having is when I try to shutdown the Tomcat4 server with either /etc/init.d/tomcat stop or /usr/bin/dtocmat4 stop I

RE: Apache-Tomcat-HPUX Problems

2003-02-10 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
Eric, We have been using apache/tomcat on HP-UX for over a year and have not had any problems compiling any version of apache. Because of compilation issues with mod_jk we used mod_webapp instead of mod_jk but now that HP has released their version of Apache with mod_jk13 bundled in, we are in

RE: Apache-Tomcat-HPUX Problems

2003-02-10 Thread Wendy Smoak
Does anybody on the list run under HPUX? Yes... Apache 2.0 Tomcat 4.1 on HP-UX 11. But we're using the version of Apache provided by HP; we didn't build it ourselves. -- Wendy Smoak Applications Systems Analyst, Sr. Arizona State University PA Information Resources Management

RE: Tomcat doesn't shut down, Catalina.stop: Connection timed out

2003-02-10 Thread Turner, John
Do you have a firewall rule blocking access to Tomcat's shutdown port, port 8005? John -Original Message- From: Nigel Wade [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 10:22 AM To: [EMAIL PROTECTED] Subject: Tomcat doesn't shut down, Catalina.stop: Connection timed

RE: installing TomCat

2003-02-10 Thread \[de internetman\] Rene Kooyman
Citeren Turner, John [EMAIL PROTECTED]: Hi John, Thx for your time. I don't know where any WARP modules are, EAPI or not, in binary format. You could try building from source. In any case, you would be better off using JK or JK2 as WARP is no longer actively developed. I was wondering why

RE: Apache-Tomcat Configuring....

2003-02-10 Thread Wilson, Allen
I'll check for the patches but this is a new machine with Solaris 2.8. I would think it would have a the current patches...but you never know. Allen -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Friday, February 07, 2003 11:18 PM To: 'Tomcat Users List' Subject:

RE: ssl works on netscape but not explorer

2003-02-10 Thread kieran
Thanks mmtu, I changed the settings in IE and told it to ignore proxy if my ip was used and it worked a treat. Regards, Kieran. Kieran Mc Nally Centre for Health Informatics, Trinity College Dublin. 00353 1 6083466 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]

RE: Apache-Tomcat Configuring....

2003-02-10 Thread Turner, John
I would download the patch cluster and apply it just the same...the script will tell you if the patches don't need to be applied and behave accordingly. You'll want the 8_Recommended patch cluster for your architecture. I would do that first. John -Original Message- From: Wilson,

RE: IIS+Tomcat security constraint = Unauthorized: Logon Failed

2003-02-10 Thread Felipe
Yes. I have defined the user, password and role and everything else needed to make it work on tomcat. What seems to be the problem is that IIS is trying to authenticate the user by itself instead of forwarding the user/password information to tomcat. (It allow me to try 3 times and then give me

RE: Apache-Tomcat Configuring....

2003-02-10 Thread Andy Eastham
Allen, Solaris 2.9 has been the latest operating system for about 6 months... I'd definitely patch it I was you. Andy -Original Message- From: Wilson, Allen [mailto:[EMAIL PROTECTED]] Sent: 10 February 2003 15:48 To: Tomcat Users List Subject: RE: Apache-Tomcat Configuring

Re: JAASRealm/LoginManager questions

2003-02-10 Thread Erik Price
Craig R. McClanahan wrote: It seems a little convoluted, but, what it buys me is, any Servlet container which supports form-based authentication, and which supports JAAS for realms (or equivalent), can harness this toolkit. I assume (but have not verified) that this buys me into the major

Re: Valve Access to Principal

2003-02-10 Thread Erik Price
Craig R. McClanahan wrote: Tomcat 5 has integrated support for JSR 115, but that's for authorization, not authentication. Oh no, there's a difference? Is there an explanatory document somewhere that I missed? Erik -

Re: Unsubscription not working

2003-02-10 Thread Naba Kumar
On Mon, 2003-02-10 at 18:44, Sean Dockery wrote: You should receive an email that asks you to confirm that you wish to unsubscribe. Have you not received that email? You must reply to that email before you are unsubscribed. I did not get any email. That's why I was worried. If you are one

RE: Valve Access to Principal

2003-02-10 Thread Shapira, Yoav
Howdy, http://www.itsecurity.com/asktecs/oct1801.htm Yoav Shapira Millennium ChemInformatics -Original Message- From: Erik Price [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 11:18 AM To: Tomcat Users List Subject: Re: Valve Access to Principal Craig R. McClanahan wrote:

Re: Tomcat doesn't shut down, Catalina.stop: Connection timed out

2003-02-10 Thread Nigel Wade
Turner, John wrote: Do you have a firewall rule blocking access to Tomcat's shutdown port, port 8005? John Thanks - do I feel stupid. I was trying to shut it down from the same machine so didn't even think of firewall rules. The problems began when I had to shut the system down for a

RE: Tomcat doesn't shut down, Catalina.stop: Connection timed out

2003-02-10 Thread Turner, John
No biggee...I spent almost an entire day trying to figure out what the heck was going on with a RH 7.2 server before figuring out that ipchains was enabled. This was my first post-5.x RH server after 2 years of nothing but FreeBSD. I had no idea RH was enabling a firewall by default. Now it's

RE: Apache-Tomcat Configuring....

2003-02-10 Thread Wilson, Allen
Yeah...I know... The company has made the decision to stay at 2.8 for now...since our other machines are on that OS -Original Message- From: Andy Eastham [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 10:15 AM To: Tomcat Users List Subject: RE: Apache-Tomcat Configuring

RE: Apache-Tomcat Configuring....

2003-02-10 Thread Wilson, Allen
I just talk to the individual who add the OS...and he says the system has the most up to date patches Is there something that I can run to make sure that I have the necessary patches to do the configuration... Allen -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]]

Re: EXECUTE an external .exe-file (+Parameters) that creates data-filesI want to use later in my servlet

2003-02-10 Thread John Burgess
I think you'll need the full (absolute) path to the exe. There is a call in the servlet api to translate a relative path to an absolute path in the server's file system but I can't remember what it is. Otherwise, put data.exe somewhere on the system path and drop the relative directory part.

RE: Apache-Tomcat Configuring....

2003-02-10 Thread Turner, John
There's nothing that I know of that will check patch versions prior to running ./configure. This is just a stab in the dark...have you looked at that file? The error message seems to be saying that there is a simple syntax error (missing semicolon). The first error is at line 54, this is what

Error - tomcat-users.xml.new permission denied - while starting TOMCAT

2003-02-10 Thread krip pane
All, I'm trying to start tomcat as user tomcat via a script. But it keeps dying with error - tomcat-users.xml.new permission denied. It looks like it's trying to write to the conf dir, but the id doesn't have write permission to do so - only root does. I don't want to give any ID other than

Re: Valve Access to Principal

2003-02-10 Thread Craig R. McClanahan
On Mon, 10 Feb 2003, Erik Price wrote: Date: Mon, 10 Feb 2003 11:17:31 -0500 From: Erik Price [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Valve Access to Principal Craig R. McClanahan wrote: Tomcat 5 has

RE: JAASRealm/LoginManager questions

2003-02-10 Thread Jim Krygowski
Hi Bryan- I've done something similar to this on Tomcat and JRun. I noted in your last comment: But as you say prior, the filters aren't even being run, apparently, before the container evaluates j_username and j_password, so I guess I have no Servlet-standard hook there. I guess it's off to

Re: JAASRealm/LoginManager questions

2003-02-10 Thread Craig R. McClanahan
On Mon, 10 Feb 2003, Erik Price wrote: Date: Mon, 10 Feb 2003 11:15:04 -0500 From: Erik Price [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: JAASRealm/LoginManager questions Craig R. McClanahan wrote: It seems a

RE: JAASRealm/LoginManager questions

2003-02-10 Thread Craig R. McClanahan
On Mon, 10 Feb 2003, Jim Krygowski wrote: Date: Mon, 10 Feb 2003 12:48:24 -0500 From: Jim Krygowski [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: JAASRealm/LoginManager questions Hi Bryan- I've done something

RE: Error - tomcat-users.xml.new permission denied - while starting TOMCAT

2003-02-10 Thread Filip Hanik
start tomcat as root :) just kiddin, this is a permission issue, it is up to you to decide how you want to do it. you could comment the whole memory realm out if you don't use it for example Filip -Original Message- From: krip pane [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10,

Tomcat, PreparedStatement JDBC problem

2003-02-10 Thread Mufaddal
Hi Everybody I am using tomcat on Mac OS X. One of my servlets does the following: 1. I am creating a table ROLE as follows: ___ stmt.executeUpdate( CREATE TABLE ROLE ( + ID INTEGER

RE: Tomcat, PreparedStatement JDBC problem

2003-02-10 Thread Filip Hanik
It is a sql problem if(roleId != -1) { pstmt = con.prepareStatement(INSERT INTO ROLE (ID,NAME,OWNERID) VALUES (?,?,?)); ^^ pstmt.setInt(1, roleId); pstmt.setString(2, roleName); pstmt.setInt(3, ownerId); } else { pstmt =

Re: Status 404 - resource not available

2003-02-10 Thread Kenny G. Dubuisson, Jr.
Sorry for the re-post but I didn't get any responses and I'm really stuck on this. Thanks, Kenny - Original Message - From: Kenny G. Dubuisson, Jr. [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, February 07, 2003 9:29 AM Subject: Status 404 - resource not

RE: Status 404 - resource not available

2003-02-10 Thread Tim Moore
Check your web.xml. Servlets and serlet mappings must be declared in web.xml. Check the servlet spec for details. -- Tim Moore / Blackboard Inc. / Software Engineer 1899 L Street, NW / 5th Floor / Washington, DC 20036 Phone 202-463-4860 ext. 258 / Fax 202-463-4863 -Original Message-

Multiple SSL Certificates

2003-02-10 Thread Driscoll, Jerry
I am running Tomcat 4.1 as a standalone server with two separate IP addresses (one for internet and the other for intranet access), both pointing to the same application. I ordered two certificates from Verisign (who stated I needed two) and installed both in Tomcat using the keystore utility.

Re: Status 404 - resource not available

2003-02-10 Thread Kenny G. Dubuisson, Jr.
I don't have a web.xml defined. In my old Tomcat 4.0.5 I didn't need one; do I need one now? Thanks, Kenny - Original Message - From: Tim Moore [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, February 10, 2003 12:37 PM Subject: RE: Status 404 - resource not

RE: Multiple SSL Certificates

2003-02-10 Thread Donie Kelly
This problem has been discussed here before so search the archives. Short answer is that Tomcat cannot support two SSL certificates on the same port so while tomcat supports virtual hosting, it cannot work with SSL. This is not a limitation of Tomcat but a limitation of the SSL protocol which must

RE: Status 404 - resource not available

2003-02-10 Thread Tim Moore
Yeah. It surprises me that you say that, since I believe web.xml files are required for a context to start up. I'd definitely read the Servlet spec if you haven't already. -- Tim Moore / Blackboard Inc. / Software Engineer 1899 L Street, NW / 5th Floor / Washington, DC 20036 Phone 202-463-4860

stderr.log jk2.log (tomcat/apache/jk2 errors) question

2003-02-10 Thread SSchaubach
I am hoping that someone sees these errors below and can immediatly tell me that they are expected and/or normal. I am seeing hundreds of the same error in the stderr.log. Anyone see these beforeeither of them? Best, Stephen jk2.log --- [Mon Feb 10 19:04:00 2003]

RE: installing TomCat

2003-02-10 Thread \[de internetman\] Rene Kooyman
Citeren Turner, John [EMAIL PROTECTED]: Hi John (again) and other readers, http://www.galatea.com/flashguides/apache-tomcat-4-unix.xml I've followed this 'how to' on building mod_jk.so (Alternate build process for mod_jk.so) to the letter, everything looks good, the files get copied to the

Re: Need help w. another jsp!

2003-02-10 Thread Steve Burrus
Rasputin (whatever the hell your real name is supposed to be!!!), I guess that you haven't gotten the msg. yet from me that i successfully executed the calendar.jsp last nite!!! Not that you will ever read this little message from me IF you have seen fit to channel my postings into yer

How to listen for Session LastAccessedTime

2003-02-10 Thread Victor Soares
Hello, I've been searching through the Javadocs to figure out how to listen for a session's LastAccessedTime but haven't been able to find anything. Seems like the HttpSessionAttributeListener is not notified when a session's LastAccessedTime is changed. Is there a way to listen for a

RE: Need help w. another jsp!

2003-02-10 Thread Steve Burrus
Hi Daniel, I don't think that I have ever heard from u before--but that is neither here or there :). Listen, about handling that switch-case block in my code, someone suggested to me that I wrap the whole block in brackets ({ }). And that would magically make my problems with the code go away!

Re: installing TomCat

2003-02-10 Thread Kenny G. Dubuisson, Jr.
Did you put the mod_jk.so file in Apache's modules directory? Kenny - Original Message - From: [de internetman] Rene Kooyman [EMAIL PROTECTED] To: Turner, John [EMAIL PROTECTED]; Tomcat Users List [EMAIL PROTECTED] Sent: Monday, February 10, 2003 1:24 PM Subject: RE: installing TomCat

RE: installing TomCat

2003-02-10 Thread Turner, John
That's Apache 2. Apache 1.3 uses libexec, typically. John -Original Message- From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 2:39 PM To: Tomcat Users List Subject: Re: installing TomCat Did you put the mod_jk.so file in Apache's

can apache-1.3.23 tomcat4.18 conect togther in redhat 7.3?

2003-02-10 Thread Xiongfei Wang
I have redhat 7.3 and already have apache1.2.23 installed and used for quite long, I want to do some servlet develop work I download tomcat4.18, it works fine as standalone (http://localhost:8080/examples works), I downloaded mod_jk-1.3.empi.so try to connect apache to tomcat, but i can not

RE: Shutdown.sh does not work when long lasting operations, such as SQL Queries, are still active! (fwd)

2003-02-10 Thread Craig R. McClanahan
Answered a question on TOMCAT-DEV today that also related to a query on TOMCAT-USER yesterday -- here's the forwarded response. Craig -- Forwarded message -- Date: Mon, 10 Feb 2003 11:06:55 -0800 (PST) From: Craig R. McClanahan [EMAIL PROTECTED] Reply-To: Tomcat Developers List

Re: Compile my .java directly in the Webapps directory....

2003-02-10 Thread fred
OK Thank you for your response... Fred. - Original Message - From: Sean Dockery [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, February 09, 2003 10:26 PM Subject: Re: Compile my .java directly in the Webapps directory No. Tomcat will automatically compile

Respecting the User List

2003-02-10 Thread Nicole Hibbard
Hello Steve Burrus: I don't think there is any reason for you to disrespect the users involved on this list. Everyone here is just trying to help and everytime I see a reply from you it seems to contain disrespectful remarks. I know because you sent one to me one time. Its not easy to help

RE: can apache-1.3.23 tomcat4.18 conect togther in redhat 7.3?

2003-02-10 Thread Turner, John
Are you getting error messages? Please be more specific than cannot configure it properly, that way we can understand better what you have already accomplished and what still remains to be done. Also, you can check here: http://www.galatea.com/flashguides or http://www.johnturner.com/howto,

RE: Respecting the User List

2003-02-10 Thread Turner, John
Just setup a filter. Trust me, it works. :) John -Original Message- From: Nicole Hibbard [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 2:56 PM To: Tomcat Users List Subject: Respecting the User List Hello Steve Burrus: I don't think there is any reason for you

RE: Compile my .java directly in the Webapps directory....

2003-02-10 Thread John Trollinger
Actually, Tomcat does create .java files for you and in the web.xml (jasper settings) you can tell it where to put the .java and .class files it creates. John -Original Message- From: fred [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 2:52 PM To: Tomcat Users List

RE: Respecting the User List

2003-02-10 Thread Francesa Lacreativa
yeah, trolls are all over the place. Turner, John [EMAIL PROTECTED] wrote: Just setup a filter. Trust me, it works. :) John -Original Message- From: Nicole Hibbard [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 2:56 PM To: Tomcat Users List Subject: Respecting the

Re: installing TomCat

2003-02-10 Thread Kenny G. Dubuisson, Jr.
Thanks for the correction. Kenny - Original Message - From: Turner, John [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday, February 10, 2003 1:43 PM Subject: RE: installing TomCat That's Apache 2. Apache 1.3 uses libexec, typically. John

RE: installing TomCat

2003-02-10 Thread \[de internetman\] Rene Kooyman
Citeren Turner, John [EMAIL PROTECTED]: That's Apache 2. Apache 1.3 uses libexec, typically. And i think there's the 'problem'. First an apologe to John: you were right, you've also got the how-to's on Apache, please accept my aplogee. Here's the envoiroment: /etc/httpd/ here is the 'conf'

RE: 2nd plea for help!

2003-02-10 Thread Francesa Lacreativa
John, This is the error I get when I use the sample configuration: [Mon Feb 10 13:09:34 2003] [error] env.createBean2(): Factory error creating channel.jni:jni ( channel.jni, jni) [Mon Feb 10 13:09:34 2003] [error] config.update(): Can't create channel.jni:jni [Mon Feb 10 13:09:34 2003] [error]

Re: Respecting the User List

2003-02-10 Thread Kenny G. Dubuisson, Jr.
Amen John. I've not been involved in his flame wars but it has been extremely annoying and I wish there was a way to ban him from the list (sorry Steve but you've gone over the line many times). Thanks for such an insightful post John. Kenny - Original Message - From: Nicole Hibbard

Re: How to listen for Session LastAccessedTime

2003-02-10 Thread Craig R. McClanahan
On Mon, 10 Feb 2003, Victor Soares wrote: Date: Mon, 10 Feb 2003 11:28:12 -0800 From: Victor Soares [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: How to listen for Session LastAccessedTime Hello, I've been searching through the Javadocs

Re: Respecting the User List

2003-02-10 Thread Kenny G. Dubuisson, Jr.
Sorry..meant to credit Nicole (John's reply was in my brains). Thanks again Nicole. Kenny - Original Message - From: Kenny G. Dubuisson, Jr. [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, February 10, 2003 2:22 PM Subject: Re: Respecting the User List Amen

mod_jk.so / apache 1.3.27 / tomcat 4.1.18

2003-02-10 Thread \[de internetman\] Rene Kooyman
Oke, that's done, just use the: /usr/lib/apache folder .. p, now were getting somewhere, although i can't compile normaly because apxs is located in the other folder ... so be it Now md_jk.so will load... but here's the error messages i was telling you about earlier: [warn] Loaded DSO

Re: How to listen for Session LastAccessedTime

2003-02-10 Thread Sean Dockery
The only trivial way that I can think of would be to put a filter on all requests. What are you going to use that information for? Maybe there is another way to accomplish what you're trying to do. Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer

RE: installing TomCat

2003-02-10 Thread \[de internetman\] Rene Kooyman
Citeren Turner, John [EMAIL PROTECTED]: Thanx for all your time John, I'll start again where i left off 2day, i've been working on this problem all day (12 hours now ...) i'm beat and b4 i maka any weird msitakes you knwo what i mean ... we'll see again in the mornin'... have a good one !

class loader in JSP file

2003-02-10 Thread Ing. Gustavo Edelstein
Hi list! I've a jsp page that use a xx class that I wrote. I put the file class xx.class in WEB-INF/classes but Tomcat cannot find it from my jsp page. Any idea? Thanks, Gustavo

Re: IIS+Tomcat security constraint = Unauthorized: Logon Failed

2003-02-10 Thread Sean Dockery
Can you authenticate through the Tomcat standalone port? Or does that fail as well? What method of authentication are you using? BASIC or DIGEST? If you are currently using DIGEST, try BASIC (for testing purposes). What type of Realm are you authenticating against? MemoryRealm, JDBC, or

RE: 2nd plea for help!

2003-02-10 Thread Turner, John
There was a thread yesterday or late last week (Fri, Sat, Sun EST) about something similar, if memory serves. I didn't pay close attention to it, but if I remember correctly, there has to be a shared memory block, even if it is empty. I am hoping to get some time with JK2 this week, hopefully I

RE: mod_jk.so / apache 1.3.27 / tomcat 4.1.18

2003-02-10 Thread Turner, John
Compile/Recompile: In CONNECTOR_SRC/jk/native (where CONNECTOR_SRC = wherever you unpacked the connector src): ./buildconf.sh ./configure --with-apxs=/path/to/apache/bin/apxs make make install The .so file will be in CONNECTOR_SRC/jk/native or native2, I forget which. John -Original

Re: Error - tomcat-users.xml.new permission denied - while starting TOMCAT

2003-02-10 Thread Sean Dockery
You could try using sudo. It allows users to execute certain programs as if they were the superuser. - Original Message - From: krip pane [EMAIL PROTECTED] To: tomcat [EMAIL PROTECTED] Sent: Monday, February 10, 2003 10:28 Subject: Error - tomcat-users.xml.new permission denied - while

Re: class loader in JSP file

2003-02-10 Thread Erik Price
Ing. Gustavo Edelstein wrote: Hi list! I've a jsp page that use a xx class that I wrote. I put the file class xx.class in WEB-INF/classes but Tomcat cannot find it from my jsp page. Any idea? Thanks, Did you import the class with the %@ import % JSP directive? Don't forget to use a

  1   2   >