RE: [POLL] Logging

2003-11-21 Thread Tatu Vanhanen
Log4J. Haven't tried anything else, since Log4J works and is very adaptable by just altering configuration (no code changes). - Tatu V. -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill Barker Sent: 21. marraskuuta 2003 8:36 To: [EMAIL PROTECTED] Subject: Re:

AW: Multiple Tomcats handled by one Apache

2003-11-21 Thread Wegener, Dierk
Hello, I didn't find any hint in these links. So maybe anyone can describe how to manage this. For configuring the two different versions of Tomcat I think I have to switch the mod_jk.conf including depending on the version I want to use. So mod_jk.so should be able to forward requests to

Re: Multiple Tomcats handled by one Apache

2003-11-21 Thread Bill Barker
Wegener, Dierk [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello, I didn't find any hint in these links. So maybe anyone can describe how to manage this. For configuring the two different versions of Tomcat I think I have to switch the mod_jk.conf including depending on the

RE: Linux specific JVM problem

2003-11-21 Thread Francois JEANMOUGIN
And this is from strace log: 16313 open(/proc/stat, O_RDONLY) = -1 EACCES (Permission denied) 16313 open(/proc/cpuinfo, O_RDONLY) = -1 EACCES (Permission denied) 16313 open(/proc/meminfo, O_RDONLY) = -1 EACCES (Permission denied) 16313 open(/proc/self/stat, O_RDONLY) = -1

AW: Multiple Tomcats handled by one Apache

2003-11-21 Thread Wegener, Dierk
Hello, can you please describe you managed to get to work? Thank you! Dierk Wegener -Ursprungliche Nachricht- Von: Bill Barker [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 21. November 2003 09:01 An: [EMAIL PROTECTED] Betreff: Re: Multiple Tomcats handled by one Apache Wegener,

Re: JDBCRealm through a firewall

2003-11-21 Thread Holger de Wall
Hi, it works now. :-) The reconnect function of Tomcat 4.1.29 works, when there is really no jdbc-connection from tomcat to the database. Therefore we changed the timeout settings in the firewall that the 'connction' timeout has the same value as the 'absolute' timeout an the 'half-close'

RE : not see the directory

2003-11-21 Thread eric perso
Ok it s work for all webapps But i want to configure for each webapps In the web.xml in WEB-INF how to this. thanks -Original Message- From: Cox, Charlie [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 8:49 PM To: 'Tomcat Users List' Subject: RE: not see the directory

Authentication for web services

2003-11-21 Thread Rudi Verago \[vlain\]
Hi everybody! I'm new to this list. I want to use jndi-ldap realm for user authentication to access to some web services developes with axis. But how? It's a valid solution or there is something better? I made up a swing gui where user put login-password...and then? I must say to server that this

Re: hot deploy

2003-11-21 Thread Rodrigo Ruiz
Leonardo Kenji Shikida wrote: is there an easy way to deploy a web application over another existent one without stopping tomcat and without killing the current sessions? Hi Leonardo, You can redeploy a webapp through the admin or manager applications. I have not tested myself, but I think

RE: Designing Systems Help!

2003-11-21 Thread Vaneet Sharma
Thank you very much I will definately have a look at it. Thankx Vaneet -Original Message- From: Goehring, Chuck Mr., RCI - San Diego [mailto:[EMAIL PROTECTED] Sent: Thu 20/11/2003 19:15 To: Tomcat Users List Cc: Subject: RE:

RH 9 + Apache 2 + Tomcat 5 + Jk 2

2003-11-21 Thread Pedro Rafael Sanchez Aranda
Hello, I am new at this stuff. My system architecture is a RedHat 9 with Apache Web Server 2.0.40; this Apache version is distributed and pre-built with RH 9, but I applied all the patches and actualizations that RH supplies for it. And now I installed Tomcat 5.0.14 and Jk Connector 2.0 (from

Tomcat and a DLL

2003-11-21 Thread David Sierra Fernández
Hi all, I have developed a small app with jawin (a java2COM bridge). I have used eclipse as a development tool and I referenced the jawin libraries and all works ok. the problem is when i deploy the app to Tomcat 4 and try to use a jsp to invoke my classes, I get an error that I can't solve. I

RE : RE : not see the directory

2003-11-21 Thread eric perso
Ok fine i give it up. Cool Thanks all I use in my specific web.xml : this servlet servlet-namelister/servlet-name servlet-class org.apache.catalina.servlets.DefaultServlet /servlet-class init-param param-namelistings/param-name

getContext returns null!

2003-11-21 Thread cyril vidal
Hi, I just would like to get a reference to the ServletContext of another web application as the current one, to get a RequestDispatcher object. I know that the path should begin with / and that it is interpreted relative to the server's document root . So i'm in a web application context and

HTTP Error 302

2003-11-21 Thread Günter Kukies
Hi, what are the common reasons, that tomcat 4.1 is returning a HTTP 302 error page? Thanks for your answere Günter

Re: search to don t list

2003-11-21 Thread Adam Hardy
On 11/20/2003 03:20 PM eric perso wrote: i search to don 't see a directory. exemple : i ve a dir /images in my webapp how to don't see: http://www.toto.com/images but i cant use the images into this directory on another pages Hi Eric I don't understand exactly what you are trying to do. Are you

RE : search to don t list

2003-11-21 Thread eric perso
Thanks but see the topic not see the directory bye -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2003 10:56 AM To: Tomcat Users List Subject: Re: search to don t list On 11/20/2003 03:20 PM eric perso wrote: i search to don 't see a

Re: getContext returns null!

2003-11-21 Thread Jon Wingfield
I think you may need to set your Context to be crossContext. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/context.html HTH, Jon cyril vidal wrote: Hi, I just would like to get a reference to the ServletContext of another web application as the current one, to get a RequestDispatcher

Re: RE : search to don t list

2003-11-21 Thread Adam Hardy
On 11/21/2003 11:01 AM eric perso wrote: Thanks but see the topic not see the directory bye Yes, I just saw the other thread the solution. Glad you got a solution. BTW if you keep your postings threaded, then I would have seen that someone answered you. It's the general way most people work,

Re: [POLL] Logging

2003-11-21 Thread Adam Hardy
2. Java.util.Logging Purely because it's part of the sdk and meets my logging requirements. I did use log4j before, but since I decided I should know java.util.logging, I stuck with it after learning how to use it. Adam - To

Re: getContext returns null!

2003-11-21 Thread cyril vidal
You're right Jon. Thanks for the tip! Cyril. - Original Message - From: Jon Wingfield [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, November 21, 2003 11:19 AM Subject: Re: getContext returns null! I think you may need to set your Context to be crossContext.

Severity less - DBCP not closing connection.

2003-11-21 Thread Antony Paul
I hope it is not posted twice. I wrote this mail in forenoon and when tried to send internet connection lost. I am retyping everything. I have seen DBCP not closing a connection if the request is forwarded to same page in the try block before the request is forwarded. With sendRedirect no

[OT] Synchronising database access

2003-11-21 Thread Antony Paul
Hi, I want to synchronise all database access. There are lots of situations where first first a select query is performed to get the results and then insert/update data. I dont want to implement row level locking or optimistic locking. I just want to synchronise the whole process. Only after a

RE: [OT] Synchronising database access

2003-11-21 Thread Peter Guyatt
Hi There, Use a singleton class to manage the database transactions. Then implement a owner mechanism. E.g. class DbTxMgr { String owner = null; public synchronized boolean lockMgr (String threadId) { if (owner == null) { owner =

Re: [OT] Synchronising database access

2003-11-21 Thread Antony Paul
thanks for the reply synchrosing servlet code dont work ? Antony Paul - Original Message - From: Peter Guyatt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, November 21, 2003 5:28 PM Subject: RE: [OT] Synchronising database access Hi There, Use a singleton

Tomcat 4.12 reboot and services under Win2K

2003-11-21 Thread Roeland Meyer
This is running Windows 2000 Advanced Server Service Pack 4 (build 2195) on a AMD K6-200. What I'm trying to do is to get the darned thing to fire up on boot, without having to log in as a user. Older versions start with a batch file but the latest one seems to also install a service. I can't

Re: [OT] Synchronising database access

2003-11-21 Thread Rodrigo Ruiz
If you implement your database access as a static synchronized method, only one instance of the class will be able to execute it at the same time. If you put all your database stuff in the same class, this schema should be enough. If only one servlet does database access, then you can put these

I18N problems with JVM 1.3.1

2003-11-21 Thread Alexandre Roger
I have a problem with accents that is occurring when I run Tomcat under JVM 1.3.1, but not under 1.4. I am trying to convert a byte[] (that comes from a socket in the production code) to a String. The bytes come from a CGI and are ISO8859-1. When I do String(myByteArray), I get a question mark

Where to get JK2 binary for Linux

2003-11-21 Thread yoom nguyen
Greeting Do you know where I can get a latest JK2 binary for Linux OS. I am using Red Hat 8.0, apache 2.X and Tomcat 5.14. I went to this link. They do not have jk2 for linux. http://mirrors.isc.org/pub/apache/jakarta/tomcat- connectors/jk2/binaries/ Thanks, Yoom

RE: Tomcat and a DLL

2003-11-21 Thread Andy Eastham
David, The line Illegal Class name jawin folder/develop/jawin/DispatchPtr) is very suspicious - I'm pretty sure that the space in the path to your class will cause problems. Try renaming jawin folder to just jawin and rebuild the jar. Andy -Original Message- From: David Sierra

RE: Severity less - DBCP not closing connection.

2003-11-21 Thread Edson Alves Pereira
You must ensure that your connection manager is closing all ResultSets, Statements, PreparedStatement and finally all connection. With that you DBCP will work. Store a copy of all those objets in Vectors and when you close the connectionm manager, it will close all objetcts stored also.

Apache Tomcat/ 4.0.1 /HTTP Status 503 / Servlet constructurl is currently unavailabe

2003-11-21 Thread Oliver Baecker
Hi, i am using the Tomcat in combination with the iROS meta-OS. If i try to create a servlet for displaying URLs on multiple clients with the iROS tool i get the message you can see in the subject of this mail. Any ideas why this might happen? Thanks a lot! Best Regards, Oliver

Problem With Running Under Tomcat 4.0.6 Service On Windows 2000

2003-11-21 Thread Michael Duffy
I've got a maddening problem. I've posted it to this forum before on 2-Oct-2003, without success. I'm hoping to hear from some Tomcat developers or anyone who knows Windows services very well. I've got three Web apps, packaged into WARs, that all use Jakarta's JSTL. The first one is an echo JSP,

JNDI and database connection pool

2003-11-21 Thread Stephan Wannenwetsch
Hallo, I try to establish a database connection pool with Tomcat and MS SQLServer JDBC-Driver. But when I run the program I get the following error: 1000 [http8080-Processor2] INFO connection.DatasourceConnectionProvider - Using datasource: java:comp/env/jdbc/demo 1000 [http8080-Processor2] INFO

User sessions in Tomcat

2003-11-21 Thread Walter do Valle
It there a way to count or view details from all open user sessions in a Tomcat instalation? Any help is welcome. Thanks

Re: Severity less - DBCP not closing connection.

2003-11-21 Thread Antony Paul
I tested it using a sample code which is posted. All resultsets,prepared statements and connections are closed in finally block. I dont have a real problem yet. The app is still in developing stage. Antony Paul - Original Message - From: Edson Alves Pereira [EMAIL PROTECTED] To:

Sticky sessions and load balancing

2003-11-21 Thread Drinkwater, GJ (Glen)
Hi I am using tomcat 5.0.14 with apache 2.0.47. I have 2 instances of tomcat working with apache infront taking the requests and forwarding to the 2 tomcats. I can make the apache do load balancing, giving each server 50% of the traffic. When i try to create sticky sessions, it works, but

Re: User sessions in Tomcat

2003-11-21 Thread Ben Souther
The Tomcat Manager application shows a session count for each running app. On Friday 21 November 2003 09:26 am, Walter do Valle wrote: It there a way to count or view details from all open user sessions in a Tomcat instalation? Any help is welcome. Thanks -- Ben Souther F.W. Davison

Re: Sticky sessions and load balancing

2003-11-21 Thread Peter Lin
from personal experience, if you really want sticky session for a cluster of servers, use something like Resonate or Router based stick sessions. I've used both in the past. Although it is not easy to setup and configure, once it is setup, it works well. to get sticky sessions to work with

Re: Severity less - DBCP not closing connection.

2003-11-21 Thread Christopher Schultz
Antony, I have seen DBCP not closing a connection if the request is forwarded to same page in the try block before the request is forwarded. With sendRedirect no problem. If you execute a forward, then it acts just like a method call -- your connection will still be absent from the pool. When

Re: HTTP Error 302

2003-11-21 Thread Christopher Schultz
Günter, what are the common reasons, that tomcat 4.1 is returning a HTTP 302 error page? Response code 302 is not an error: it is a redirect. Are you connecting to Tomcat via a browser or some other client? Your client should be following that redirect, which should be specified in the Location

RE: Dead threads

2003-11-21 Thread Shapira, Yoav
Howdy, That's a version of my stuff ;) I already sent Laurent a link to it. But thanks anyways, Yoav Shapira Millennium ChemInformatics -Original Message- From: Antony Paul [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2003 1:01 AM To: Tomcat Users List Subject: Re: Dead

Re: JNDI and database connection pool

2003-11-21 Thread Christopher Schultz
Stephan, I'm sorry to be so short, but... Search the archives for the string Cannot create JDBC driver of class '' for connect URL 'null'. I think this question gets asked every day. -chris Stephan Wannenwetsch wrote: Hallo, I try to establish a database connection pool with Tomcat and MS

RE: Intellij and Tomcat

2003-11-21 Thread Shapira, Yoav
Howdy, I'm not an IntelliJ expert, and I dislike IDE-related questions for many reasons, but it's Friday so I'll give it a shot ;) Do you have different versions of catalina jars on the IDE's runtime classpath than you do when you run tomcat by yourself? The InvocationTargetException typically

RE: User sessions in Tomcat

2003-11-21 Thread Shapira, Yoav
Howdy, You can write any number of HttpSession*Listener listeners to do whatever you want with session. Yoav Shapira Millennium ChemInformatics -Original Message- From: Walter do Valle [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2003 9:26 AM To: [EMAIL PROTECTED] Subject: User

RE: RE : not see the directory

2003-11-21 Thread Shapira, Yoav
Howdy, Is it too much to ask that you actually read conf/web.xml before you ask??? Copy the servlet that has the listings init-param from conf/web.xml to the web.xml file of the webapp where you want to disable listings. Yoav Shapira Millennium ChemInformatics -Original Message- From:

RE: Cookies

2003-11-21 Thread Mark Tebong
thank you patrick. that worked. I assumed a cookie once set was available for the all files in that location. Is it the same for sessions? -Original Message- From: Patrick Willart [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 5:21 PM To: Tomcat Users List Subject: RE:

Re: User sessions in Tomcat

2003-11-21 Thread Gary Hardy
And, if you're not trying to do it in code... Tomcat Web Application Manager... ala http://localhost:8080/manager/html gary... From: Shapira, Yoav [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] Date: Fri, 21 Nov 2003 08:53:23 -0500 To: Tomcat Users List [EMAIL PROTECTED]

RE: Tomcat 4.1.24 Standalone max requests serviced java exception

2003-11-21 Thread Kilic, Hakan
Hi Yansheng, That was a great link, thanks! I did happen to have an error page specified for my application, and once I removed this, I found that another java exception was being reported, one from my application itself, that was being hidden by the illegalstateexception. Thanks so much!

Startup error Tomcat 4.

2003-11-21 Thread Bruchem, A. van (Alexander)
I have setup a Sun Solaris v9 system with Java 2 SDK 1.4.2 and Tomcat 4.1.29 Also updated from Sun the Recommended versions for v9. I try to run Tomcat without Apache, so stand-alone. I set the JAVA_HOME to /usr/j2se This however won't work, if I look in catalina.out I have:

RE: Startup error Tomcat 4.

2003-11-21 Thread Shapira, Yoav
Howdy, How did you install tomcat? You used GNU tar if you expanding a tarball, right? Yoav Shapira Millennium ChemInformatics -Original Message- From: Bruchem, A. van (Alexander) [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2003 9:57 AM To: '[EMAIL PROTECTED]' Subject:

Virtual host with Squid, Apache and Tomcat

2003-11-21 Thread Eric . Lewis
Hi I'm new to the list, so... hi! :-) Here's our scenario: We use Squid as a reverse proxy cache in front of Apache which in return calls Tomcat for dynamic content: Browser -- Squid -- Apache -- Tomcat Until now we used the old mod_webapp, but now we're changing to mod_jk2 (with Apache

Client Certificate Authentication

2003-11-21 Thread Aloi Gianfranco (SPES)
Hi, I have a problem with tomcat and SSL in modality of client authentication. I have generated my keystore and,I have imported my certificate chain in cacerts under JAVA_HOME/jre/lib/security, but I haven't imported the user's certificate in the keystore on the webserver. In the server.xml

Re: Client Certificate Authentication

2003-11-21 Thread Marco Manini
Hi, the server needs only the CA certificate used for signing the client certificate to verify client identity. Marco - Original Message - From: Aloi Gianfranco (SPES) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 21, 2003 4:30 PM Subject: Client Certificate

RE: [OT] Synchronising database access

2003-11-21 Thread Ralph Einfeldt
One simple solution with no code changes: Use a pool with a max of one connection and a long timeout. This way only one thread can get a connection. -Original Message- From: Antony Paul [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2003 12:51 PM To: Tomcat Users List

Cant find the relevant servlet

2003-11-21 Thread Simon Taylor
First time using Apache and Tomcat - almost got it working but not quite. Using Apache Virtual Host to redirect to Tomcat. Have virtual host set up in Apache and Host entry that matches the virtual host name in Tomcat. I have logging on at the Host Level and at the Context level. Host:-

Re: Cant find the relevant servlet

2003-11-21 Thread Tim Funk
http://jakarta.apache.org/tomcat/faq/misc.html#invoker -Tim Simon Taylor wrote: First time using Apache and Tomcat - almost got it working but not quite. Using Apache Virtual Host to redirect to Tomcat. Have virtual host set up in Apache and Host entry that matches the virtual host name in

Re: Sticky sessions and load balancing

2003-11-21 Thread Peter Lin
you might want to check out this article, it explains sticky sessions with apache 1.3 http://www.ubeans.com/tomcat/ the article is from 2002, but maybe it has some clues. peter - Do you Yahoo!? Free Pop-Up Blocker - Get it now

Re: HTTP Error 302

2003-11-21 Thread Antonio Fiol Bonnín
Hi Günter, 302 is NOT an error. It is a Found message. It means: You can access the resource. Go to Location and fetch it. RFC 2616 says: 10.3.3 302 Found The requested resource resides temporarily under a different URI. Since the redirection might be altered on occasion, the client

Sticky sessions and load balancing with apache 2

2003-11-21 Thread Drinkwater, GJ (Glen)
Hi I can make the apache do load balancing, giving each server 50% of the traffic. When i try to create sticky sessions, it works, but only the first tomcat instance gets all the traffic. Is it possible to have sticky sessions with load balancing (with tomcat and mod_jk2), ie if a user without

Re: Sticky sessions and load balancing with apache 2

2003-11-21 Thread Antonio Fiol Bonnín
Hello, Please ensure that you are trying to create a fresh new session when testing. I usually test load balancing by doing the following: On every server: tail -f a_log_file_that_fills_if_there_is_activity_such_as_catalina.out_or_access.log On a client: while true; do wget -O /dev/null

tomcat 4.1.29 in SSL mode on AIX 5; Algorithm SunX509 not available

2003-11-21 Thread Michael E. Allen
Greetings! I am trying to bring up tomcat 4.1.29 in SSL mode on AIX 5. Everything works find before I uncomment the server.xml section to run SSL in port 8443. I have installed a keystore and I am running java 1.4.1, so the jsse stuff should be there. I have also looked at the security.jar

RE: [POLL] Logging

2003-11-21 Thread Pitre, Russell
Hi Everyone, thanx for helping me decide to which logging api to usewhich is log4j...when i try to use the logger i get this message on the console window... log4j:WARN No appenders could be found for logger (com.pitre.servlet.SetupServlet). log4j:WARN Please initialize the

Realm Username Password from TagSupport

2003-11-21 Thread Hart, Justin
I would like to use a users username/password to login to a database as that user, after they authenticate HOPEFULLY using BASIC authentication. Is there anyway to do this? Justin - To unsubscribe, e-mail: [EMAIL PROTECTED]

[off-topic] jakarta, java, indonesia

2003-11-21 Thread Yansheng Lin
Sorry, What's the connection between this place and the name of jakarta we use? The creator of the jakarta project was born there? Thanks! -Original Message- From: Rodrigo Ruiz [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2003 1:39 AM To: Tomcat Users List Subject: Re: hot

When is Tomcat 5 Release version scheduled to come out?

2003-11-21 Thread tuong . d . ly
When is the release version of Tomcat 5 suppose to come out?

Great Compiling Problem

2003-11-21 Thread Roberto Bottoni - AfterBit \(TMP\)
I have Apache 2 and Tomcat 4.1.29 on Linux I have a jsp page that start like this : (home.jsp) %@ page autoFlush=true buffer=15kb errorPage=error.jsp % %@ page import = java.sql.* % %@ page import = java.sql.Connection % %@ page import = java.sql.DriverManager % %@ page import =

Re: Great Compiling Problem

2003-11-21 Thread Justin Ruthenbeck
See the following: http://tomcatfaq.sourceforge.net/classnotfound.html Click on ... Don't use packageless classes and declare all imported classes! justin At 10:51 AM 11/21/2003, you wrote: I have Apache 2 and Tomcat 4.1.29 on Linux I have a jsp page that start like this : (home.jsp) %@ page

RE: [off-topic] jakarta, java, indonesia

2003-11-21 Thread Shapira, Yoav
Howdy, Actually, Jakarta was the name of the Sun conference room in which the majority of the meetings leading up to the agreement took place; not coincidentally, it's also the name of Indonesia's capital.). The meetings and agreement above were between Sun and Apache to come up with an

RE: [POLL] Logging

2003-11-21 Thread Shapira, Yoav
Howdy, Either call it log4j.properties and not logging.properties so that log4j can configure itself, or add a / to the getResourceAsStream argument. Your InputStream is null and the configureAndWatch call doesn't do anything because the props is empty. Yoav Shapira Millennium ChemInformatics

RE: When is Tomcat 5 Release version scheduled to come out?

2003-11-21 Thread Shapira, Yoav
http://jakarta.apache.org/tomcat/faq/version.html Yet another person who doesn't care to do some research before asking ;( Yoav Shapira Millennium ChemInformatics -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2003 1:34 PM To: Tomcat

Re: When is Tomcat 5 Release version scheduled to come out?

2003-11-21 Thread tuong . d . ly
Is it a good idea to use Tomcat 5 beta for develop and production if we wanted the clustering capabilities?

RE: When is Tomcat 5 Release version scheduled to come out?

2003-11-21 Thread Hart, Justin
Only if you don't plan on releasing until the release is out, imhop. Justin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2003 2:08 PM To: Tomcat Users List Subject: Re: When is Tomcat 5 Release version scheduled to come out? Is it a

RE: When is Tomcat 5 Release version scheduled to come out?

2003-11-21 Thread Shapira, Yoav
Howdy, I'd say go for it ;) There are people already using tomcat 5 with clustering (and without) in production. Yoav Shapira Millennium ChemInformatics -Original Message- From: Hart, Justin [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2003 2:09 PM To: Tomcat Users List

Re: When is Tomcat 5 Release version scheduled to come out?

2003-11-21 Thread Filip Hanik
you can use T4 with http://cvs.apache.org/~fhanik/ Filip - Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, November 21, 2003 11:07 AM Subject: Re: When is Tomcat 5 Release version scheduled to come out? Is it a good idea to use Tomcat 5

TC Manager App question

2003-11-21 Thread D'Alessandro, Arthur
I understand that there are caveats to using the manager application with contexts that have been specified within the server.xml file... I have 3 virtual hosts setup, all are separate web applications. Each has the manager context application associated to themselves. The manager appears to

RE: [off-topic] jakarta, java, indonesia

2003-11-21 Thread Yansheng Lin
Oh yeah, 'not coincidentally' they say. I wonder why they name their conference room 'jakarta' in the first place anyways. I don't name my bedroom 'Tokyo Garden'... -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2003 12:04 PM To: Tomcat

RE: [off-topic] jakarta, java, indonesia

2003-11-21 Thread Hart, Justin
Sun's a big company, they probably named their conference room in order to distinguish it from other conference rooms. Jakarta, seems to me, to just be more interesting than A, B, C... Just like when you stay at a hotel and all of the conference rooms have names. Justin -Original

RE: [off-topic] jakarta, java, indonesia

2003-11-21 Thread Shapira, Yoav
Howdy, It is common practice for US corporations, hotels, convention centers, etc, to name conference rooms/halls after specific locations. They do that so it's easier for visitors/employees to remember. It's much easier to say the meeting is in jakarta than the meeting is in 302b-1. I read a

Re: Realm Username Password from TagSupport

2003-11-21 Thread Bryan LaPlante
Are you saying that you want to build a custom tag to do this. In any case here is the connection logic http://www.kickjava.com/1541.htm - Original Message - From: Hart, Justin [EMAIL PROTECTED] To: Tomcat Users List (E-mail) [EMAIL PROTECTED] Sent: Friday, November 21, 2003 12:27 PM

RE: Realm Username Password from TagSupport

2003-11-21 Thread Hart, Justin
I would like to authenticate my users with my database without prompting them a second time for a username and password. I have considered creating a subclass of JNDIRealm in order to do this, but I am resisting the urge to do this, figuring that there must be an easier way to implement

Intercepting login information

2003-11-21 Thread Justin Wesbrooks
Is there any way to intercept login information when using basic or form based security and letting the container manage security? For example, after someone logs in, I would like to write an audit record to the database that contains that information so I can count number of logins etc.

mod_jk2 Error message leaving me puzzled! (Bug?)

2003-11-21 Thread Scott, Sean
My apache error log is filled with the error messages below. Has anyone else encountered these error messages. If so, have you figured out why these messages occur, and how to fix them? The page seems to come back and display correctly, but I would like to eliminate the errors. Apache/2.0.46

Re: Intercepting login information

2003-11-21 Thread Gary Hardy
This seems to come up (in various variations) again and again. And, I also asked... should one simply subclass xxxRealm ... specifically the java.security.Principal authenticate(java.lang.String username, java.lang.String credentials) method? And, then ... maybe ... extending

Re: Realm Username Password from TagSupport

2003-11-21 Thread Bryan LaPlante
When your form is submitted, if you are looking up the user from the context you can keep that info in a session var. Be careful not to use cookie sessions for that since you don't want to send the passwd back to the client unless using SSL. TagSupport only offers a way to read in the body of your

How to redirect to another servlet as POST?

2003-11-21 Thread Edson Alves Pereira
Hello folks, i´m trying to redirect my request to another servlet, but this cannot be interpreted as GET, i need POST request. How can i do that? This because there are some important values in this QUERYSTRING, and nobody can see them. Regards, Edson

RE: How to redirect to another servlet as POST?

2003-11-21 Thread Shapira, Yoav
Howdy, The query string is preserved in GET requested. I assume you meant there are important request parameters in the POST that are dropped when changing to a GET. One thing you can do is a RequestDispatcher#forward instead of a sendRedirect. Obviously you can only do this within the same

RE: Realm Username Password from TagSupport

2003-11-21 Thread Hart, Justin
Well, I want to authenticate them to my database, when they get authenticated for application (IE, login to MS SQL Server when they log into my site). I'm using BASIC authentication at the moment, but considering moving to form (since obviously the variable would get set in the form). I am,

mod_jk2 binary

2003-11-21 Thread raymond
I have been running an Apache 1.3 server connected with Tomcat 3.2.3 using mod_jk on RedHat 7.1. I am in the process of upgrading the server to use Suse 9 and would like to upgrade to Apache 2. I have 2 questions. First, is it possible to integrate Apache 2 with Tomcat 3? Also, where can I get a

Re: [off-topic] jakarta, java, indonesia

2003-11-21 Thread Erik Wright
Jakarta is a major city on the island of Java... in addition to being capital of indonesia. The city of Jakarta was built on the island of Java. This is the kind of complex thinking that brought us product names like javabeans, kaffe, hotjava, espresso, etc... Who said geeks weren't creative?

Re: [off-topic] jakarta, java, indonesia

2003-11-21 Thread Gary Hardy
Well... actually the geek that thought up Java named it Oak. g... From: Erik Wright [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] Date: Fri, 21 Nov 2003 15:08:50 -0500 To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: [off-topic] jakarta, java, indonesia Jakarta is

My Solution to Intercepting Login Information Realm Username Password from TagSupport

2003-11-21 Thread Hart, Justin
I think that what we BOTH need to do in this case is create a subclass of whatever realm we are using, and using this subclass provide our specific functionality, in my case authenticating to a database, in yours logging. Justin

RE: [off-topic] jakarta, java, indonesia

2003-11-21 Thread James Ostad
I really didn't know this. I like that. It is always good to know where we are going while on the airplane! -Original Message- From: Erik Wright [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2003 3:09 PM To: Tomcat Users List Subject: Re: [off-topic] jakarta, java, indonesia

mod_jk binaries?

2003-11-21 Thread Luke Bradley
Hello Everybody! my name is luke I'm trying to connect apache 1.3 with tomcat 4.1. IS there some obvious thing or document I am missing? What I have read has told me to get binaries for mod_jk...My problem is there are no binaries for jk for Linux on the apache site, or any mirrors.

RE: [off-topic] jakarta, java, indonesia

2003-11-21 Thread Yansheng Lin
maybe I don't have as much geographical knowledge as you do... But I just don't see the complexity of living on an island and building a city there, especially when it sounds like a nice place. Does it have a lot of earthquakes? If you name thing 'Tibert', 'Everest' or 'Iraq', it would be a

Re: When is Tomcat 5 Release version scheduled to come out?

2003-11-21 Thread Antonio Fiol Bonnín
Hi! I am a bit deceived about Tomcat (5) clustering with session replication, and our company is considering (against) its (upcoming) usage on production systems for high-load environments. Expectancies were that it would increase reliability AND performance. Preliminary home-made tests are

Re: [off-topic] jakarta, java, indonesia

2003-11-21 Thread Adam Hardy
On 11/21/2003 09:17 PM James Ostad wrote: It is always good to know where we are going while on the airplane! -Original Message- From: Erik Wright [mailto:[EMAIL PROTECTED] Jakarta is a major city on the island of Java... in addition to being capital of indonesia. The city of Jakarta

Re: [off-topic] jakarta, java, indonesia

2003-11-21 Thread Pike
Well... actually the geek that thought up Java named it Oak. now ... THAT is a cool name. Oh, I can see what that means immediately. The core language is just a stem. But all the twigs and branches are just as much part of the same tree. The tree would be nothing without them. This is the kind of

Re: [off-topic] jakarta, java, indonesia

2003-11-21 Thread Ben Souther
Actually, there was an Oak tree outside the window at Sun that the developer's used to enjoy looking at while at work. On Friday 21 November 2003 03:49 pm, Pike wrote: Well... actually the geek that thought up Java named it Oak. now ... THAT is a cool name. Oh, I can see what that means

Re: [off-topic] jakarta, java, indonesia

2003-11-21 Thread Gary Hardy
And now there is no Joy in Sun Quentin. ;) g... From: Ben Souther [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] Date: Fri, 21 Nov 2003 15:51:19 -0500 To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: [off-topic] jakarta, java, indonesia Actually, there was an Oak

  1   2   >