RE: Trying to work with JDBC OCI

2002-08-14 Thread Felix Schumacher
I still think your jdbc-url is wrong. In my opinion you have to give a tnsname for the oci driver and hostname+port+sid for then thin driver. Have you tried the examples given in http://otn.oracle.com/tech/java/sqlj_jdbc/pdf/a96654.pdf on Page 52 and 53? For the examples it is enough to have exp

Re: Enterprise Java Beans (EJB)

2002-08-14 Thread Nikola Milutinovic
> Don't suppose anybody can send me a pointer as to what EJB and Jboss > actually achieve? All i managed to glean from their website were some pretty > 3d variations on the usual "our product in the middle and some arrows" > diagrams. My knowledge of EJB is informational. EJB as are JEE comp

Re: Enterprise Java Beans (EJB)

2002-08-14 Thread Josh
Don't suppose anybody can send me a pointer as to what EJB and Jboss actually achieve? All i managed to glean from their website were some pretty 3d variations on the usual "our product in the middle and some arrows" diagrams. -Josh "Rimmer, real dumplings, proper dumplings when they're properly

Re: Enterprise Java Beans (EJB)

2002-08-14 Thread Nikola Milutinovic
> Does Tomcat support EJB?. No, it is not the task of Tomcat. > if not, is there a project to migrate tomcat to support EJB?... it will be > a very nice feature... Other servers, like JBoss, are EJB containers, Tomcat can connect/integrate with them. There is a version of JBoss tha

Re: Session and IP

2002-08-14 Thread Arthur Veinstein
Are you using some kind of hardware load balancer (Alteon etc) ? If the answer is yes and it's configured for cookie rewrite (based on ip) , then this is exactly the reason why the session are shared We had the same problem while configured with this kind of configuration Arthur - Original M

Re: Setting up web pages with tomcat

2002-08-14 Thread madhangi
Hi, If you just want to host html files then you can copy them into the WEBAPPS\ROOT directory and access it using http://yourservername/yourhtmlfilename.html OR you can also create a directory inside the root and copy your files there and access it like this http://yourservername/yourdirectoryna

RE: tomcat doesnt have a target=_top option

2002-08-14 Thread Mark Goking
John Naldoza, Jacob yo, ill check out the solution. thanks man --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.381 / Virus Database: 214 - Release Date: 8/2/2002 -- To unsubscribe, e-mail: For a

Re: tomcat doesnt have a target=_top option

2002-08-14 Thread Jacob Kjome
I am the one who suggested . See that here: http://marc.theaimsgroup.com/?l=tomcat-user&m=102934082121818&w=2 Note that it is entirely a client-side solution. Neither Tomcat nor any other web server can possibly know about whether your browser is using frames or not. Each frameset/frame make

RE: tomcat doesnt have a target=_top option

2002-08-14 Thread John Naldoza
Hello Mark, Are you referring to HTML Tags, if so, wouldn't the interaction depend more upon the browser and not the server? As of HTML 4.0, I believe , is still supported. Or perhaps I have misunderstood your question? Cheers, John Clark -Original Message- From: Mark Goking Se

RE: Trying to work with JDBC OCI

2002-08-14 Thread Saravanan Bellan
It is most definitely a native library location problem not a CLASSPATH problem. > > 2) I have put LD_LIBRARY_PATH=$ORACLE_HOME/lib. > Where have you set this variable. It should be visible to the run.sh script. Also, make sure that $ORACLE_HOME is also set. > -Original Message- > Fro

tomcat doesnt have a target=_top option

2002-08-14 Thread Mark Goking
i think ive read this problem before but i havent found any replies that offered a solution. or i may have missed it i remember someone saying using the deprecated ? coz it wouldnt look nice if your login page is below the frame where the user did his interacting on the page. the login page

Resend: Page Load Problem in Stand-alone Mode

2002-08-14 Thread Cory Isaacson
When running Tomcat in stand-alone mode, if I successively request pages in two different frames, the second page often does not display. I get a "Server not found" error in the browser. For example, to keep pages in multiple frames in synch I submit one frame based on the JavaScript ONLOAD event

RE: Enterprise Java Beans (EJB)

2002-08-14 Thread John Naldoza
Hi, Perhaps you may want to look into Jboss+Tomcat (http://www.jboss.org) :) Cheers, John Clark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 15, 2002 7:01 AM To: Tomcat Users List Subject: Enterprise Java Beans (EJB) Hi Does Tomcat

Trouble de-serializing objects when running 4.0.4 as NT service

2002-08-14 Thread David Makepeace
Hi, I'm having trouble deserializing an object (stored in a relational db) when running Tomcat 4.0.4 as an NT Service. I have no problems when running from the startup.bat. My database is mySQL. I am using Tomcat's connection pooling. Platform win2k. Here's the exception that I'm seeing when I'm c

MVC question, when to sync the model with database?

2002-08-14 Thread Richard Diaz
using MVC when do I sync my MODEL data arrays with the DATABASE? I would think you would change the database and THEN update your model objects... Good articles on MVC are well appreciated =) thanks, Rich = __ Do You Yahoo!? HotJobs - Sea

Post installation problem with 4.1.8

2002-08-14 Thread Robert Dunn
Hi all, I installed the latest version of Tomcat 4.1.8, and after it installed I went to the http://localhost:8080/ page and it came up with an error. The error was: HTTP Status 500 - type Exception report messa

Tomcat as proxy server

2002-08-14 Thread Zhenxin wang
Hi, How can I make a tomcat server a proxy server? Besides configuration on the browser side, is there any configuration that have to be done on the Tomcat side? Thanks! --Zhenxin Wang DoCoMo Labs USA

Re: j_username in session cookie - where did it go?

2002-08-14 Thread Milt Epstein
On Wed, 14 Aug 2002, Ed Thompson wrote: > It defaults to true, and I don't have it explicitly set. Yeah, but what I was saying is that sometimes you need it to be false (i.e. you need to explicitly set it to false). > I got getRemoteUser to work, now I just need to find a password > passing st

Re: j_username in session cookie - where did it go?

2002-08-14 Thread Ed Thompson
It defaults to true, and I don't have it explicitly set. I got getRemoteUser to work, now I just need to find a password passing strategy... - Original Message - From: "Milt Epstein" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, August 14, 2002 7:54 PM

Re: j_username in session cookie - where did it go?

2002-08-14 Thread Craig R. McClanahan
On Wed, 14 Aug 2002, Ed Thompson wrote: > Date: Wed, 14 Aug 2002 19:27:03 -0400 > From: Ed Thompson <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: j_username in session cookie - where did it go? > > OK, exploring

Re: j_username in session cookie - where did it go?

2002-08-14 Thread Milt Epstein
On Wed, 14 Aug 2002, Ed Thompson wrote: > OK, exploring the alternatives - > > I authenticate, then I call the snoop.jsp in the tomcat examples > directory, and it indicates remote User is null. > > Am I missing something else? Are you doing this through Apache, or Tomcat standalone? If the fo

RE: Setting up web pages with tomcat

2002-08-14 Thread Saravanan Bellan
> Tomcat_Home/webapps/yourweb/index.html didn't work, but I used Probably you did not restart tomcat after creating yourweb. > -Original Message- > From: Gavin Alexander [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 14, 2002 4:23 PM > To: Tomcat Users List > Subject: Re: Setting

Re: j_username in session cookie - where did it go?

2002-08-14 Thread Ed Thompson
OK, exploring the alternatives - I authenticate, then I call the snoop.jsp in the tomcat examples directory, and it indicates remote User is null. Am I missing something else? - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED

Re: Setting up web pages with tomcat

2002-08-14 Thread Gavin Alexander
I'm sorted: Tomcat_Home/webapps/yourweb/index.html didn't work, but I used Tomcat_Home/webapps/ROOT/yourweb/index.html and this worked fine with http://localhost/yourweb/index.html (I have localhost set to port 80) Thanks, Gavin At 00:13 15/08/2002, you wrote: >Hi, > >it's very simple, you

Re: Setting up web pages with tomcat

2002-08-14 Thread TOMITA_ALEX_NONLILLY
Hi, it's very simple, you need to create a context in webapps directory under tomcat Tomcat_Home/webapps/yourweb/index.html or index.jsp then you should go to http://localhost:8080/yourweb/index.html this is what you need to do Alex Gavin Alexander <[EMAIL PROTECTED]> 14/08/2002 0

Setting up web pages with tomcat

2002-08-14 Thread Gavin Alexander
Hi, Simple Question: I'm just starting out with Tomcat 4.0, using it as a standalone on Win2000. I cannot find any reference to which directory my own HTML pages should be located in and what URLs to use to reach them. Could somebody advise me? Gavin -- To unsubscribe, e-mail:

Enterprise Java Beans (EJB)

2002-08-14 Thread TOMITA_ALEX_NONLILLY
Hi Does Tomcat support EJB?. if not, is there a project to migrate tomcat to support EJB?... it will be a very nice feature... Alex

RE: Resend: Tomcat Connection Management/Performance

2002-08-14 Thread Sexton, George
My personal theory is that you are making 1.1 requests, and the background thread isn't getting around to closing the connections. You could specify: Connection: close as a header so that tomcat will immediately close the connections. The lower case version does seem to be honored. -Origin

RE: Resend: Tomcat Connection Management/Performance

2002-08-14 Thread Marinko, Jeff
I've verified the behavior. The connection is closed roughly 5 seconds after I request it (my timeout is set to 5 seconds, so that makes sense). Although that makes sense, since we specified a 1.1 request... I tried it using "HTTP/1.0" and the connection closed immediately. I don't see any prob

RE: Resend: Tomcat Connection Management/Performance

2002-08-14 Thread Sexton, George
This would be worth verifying. I just used telnet to play with the HTTP connector. HTTP 1.0 requests are closed immediately after the data is sent. HTTP 1.1 requests are not closed until 60 seconds have elapsed. The HTTP connector also seems to ignore the Connection: Close directive. You can ve

RE: Resend: Tomcat Connection Management/Performance

2002-08-14 Thread Marinko, Jeff
I'm fairly certain they are 1.0 requests. -Original Message- From: Sexton, George [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 14, 2002 2:49 PM To: Tomcat Users List Subject: RE: Resend: Tomcat Connection Management/Performance Just out of curiosity, does your test bed do HTTP 1.0

simple servlet

2002-08-14 Thread Felipe Schnack
I created a very simple servlet to load configuration data at tomcat startup. The problem is that for some reason its "init" method is never called... why this is happening? I added this to web.xml: Loader com.w2.infra.servlets.Loader 5 The "Loader" classe implements Servlet

RE: Resend: Tomcat Connection Management/Performance

2002-08-14 Thread Sexton, George
Just out of curiosity, does your test bed do HTTP 1.0 requests, or HTTP 1.1 requests? Does it explicitly set a Connection: close header in the request if you are doing http 1.1 requests? -Original Message- From: Marinko, Jeff [mailto:[EMAIL PROTECTED]] Sent: 14 August, 2002 3:41 PM T

Resend: Tomcat Connection Management/Performance

2002-08-14 Thread Marinko, Jeff
Greetings! I've been running some performance tests and have run into a slight problem. Connections are not being properly closed/timed out, and this causes a great deal of processing by Tomcat and incoming connections to be refused (as the connections reach "acceptCount" in server.xml). I am us

Solaris startup.sh error! 'The JAVA_HOME environment variable is not defined properly'

2002-08-14 Thread Sandy . Thota
Hi, I have installed tomcat 4.0.4 on solaris 8, ultra box. When I run startup.sh, it fails giving me this message, 'The JAVA_HOME environment variable is not defined properly. This environment variable is needed to run this program.' I'm running /sbin/sh. Tomcat was installed as root. So in /.pr

RE: Trying to work with JDBC OCI

2002-08-14 Thread Larry Meadors
Should this be LD_LIBRARY_PATH=$ORACLE_HOME/bin instead of > 2) I have put LD_LIBRARY_PATH=$ORACLE_HOME/lib. I do not have the Oracle client installed on a linux/unix box right now... Larry -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Trying to work with JDBC OCI

2002-08-14 Thread Durham David Cntr 805CSS/SCBE
Ack!! Turn off your mailing list spammer. > -Original Message- > From: Nagpal, Vikas [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 14, 2002 2:57 PM > To: '[EMAIL PROTECTED]' > Subject: Trying to work with JDBC OCI > > > Hi Everybody, > > I have been trying to work with JDBC O

RE: REPOST: Authentication: Use Tomcat and Apache

2002-08-14 Thread Kevin Andryc
So I tried this and it still doesn't work. Here is how I have it set up: Server.xml: workers.properties: worker.list=ajp13, test worker.ajp13.port=8009 worker.ajp13.host=localhost worker.ajp13.type=ajp13 worker.ajp13.lbfactor=1 worker.test.port=8011 worker.test.host=localhost worker.test.t

Do included CGI's work with Tomcat?

2002-08-14 Thread Stephan Orme
I'm using Tomcat 4.0.4 to serve dynamic and static pages. I can get includes to work and I can get CGI's to work but I can't get included CGI's to work. Anyway, here's what works: includes on .html pages: includes on .jsp pages: <%@ include file="Shared/footer" %> CGI that works: http://local

RE: Trying to work with JDBC OCI

2002-08-14 Thread Saravanan Bellan
-Original Message- From: Saravanan Bellan Sent: Wednesday, August 14, 2002 12:16 PM To: 'Tomcat Users List' Subject: RE: Trying to work with JDBC OCI It is most definitely a native library location problem not a CLASSPATH problem. > > 2) I have put LD_LIBRARY_PATH=$ORACLE_HOME/lib.

Re: Adding Oracle JDBC classes to Apache/Tomcat installation

2002-08-14 Thread Mona Wong-Barnum
> Now the last > piece of my puzzle is to get Tomcat to recognize the JDBC classes file I > downloaded from Oracle. Does anyone have simple instructions of where to > put the file I downloaded, which config file to edit, and what lines to add > to the respective config file so that I can use the

Adding Oracle JDBC classes to Apache/Tomcat installation

2002-08-14 Thread Kenny G. Dubuisson, Jr.
I have successfully gotten Apache and Tomcat to communicate. Now the last piece of my puzzle is to get Tomcat to recognize the JDBC classes file I downloaded from Oracle. Does anyone have simple instructions of where to put the file I downloaded, which config file to edit, and what lines to add

Re: Trying to work with JDBC OCI

2002-08-14 Thread Felix Schumacher
Hi, you are trying to take an thin-jdbc url with the oci-driver. Try jdbc:oracle:thin:@bioinfo... or jdbc:oracle:oci8@ Hth Felix On Wed, Aug 14, 2002 at 02:57:01PM -0500, Nagpal, Vikas wrote: > Hi Everybody, > > I have been trying to work with JDBC OCI Driver.While trying to run my code > i

RE: Coyote Conecction in Tomcat 4.1.8

2002-08-14 Thread Isabel Lameda
Thanks now it works, all the problem was that the "channelSocket.port" was set on 8019, so i chage it to 8009 as you said and everything is working now. Regards -Mensaje original- De: Bill Barker [mailto:[EMAIL PROTECTED]] Enviado el: Miércoles, 14 de Agosto de 2002 03:26 p.m. Para:

Trying to work with JDBC OCI

2002-08-14 Thread Nagpal, Vikas
Hi Everybody, I have been trying to work with JDBC OCI Driver.While trying to run my code i get the following error message: 1)javax.servlet.ServletException:no ocijdbc9 in java.library.path . My jsp code is as follows: 1)I am importing the following packages import="java.sql.*, javax.sql

RE: Run away servlet in Tomcat

2002-08-14 Thread godbout . francois
Alleluia Its working now.. Thanks... It seems it was all messed up because i had a few java installed mixed up with tomcat installed between 2 version.. anyway. thanks. I gonna build up a vmware to keep a clean install just in case i scrap it :) thanks. -Message d'origine- De : Crai

Hooking up Tomcat to Apache

2002-08-14 Thread Peter Alvin
Tomcat is running fine in standalone mode but I'm having difficulty hooking it up to Apache. I've configured Tomcat's server.xml file and I have an include file in Apache's httpd.conf file that points to a copy of the auto -generated tomcat-apache.conf file (where I've corrected the path to the m

Re: Run away servlet in Tomcat

2002-08-14 Thread Craig R. McClanahan
On Wed, 14 Aug 2002, Samuel Cheung wrote: > Date: Wed, 14 Aug 2002 14:25:14 -0500 > From: Samuel Cheung <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: 'Tomcat Users List' <[EMAIL PROTECTED]> > Subject: Run away servlet in Tomcat > > Hi, > > How does Tomcat handle a

RE: Setup - Samples not working

2002-08-14 Thread Nishant_Awasthi
Have you first uninstalled JRE or not here are the steps you should follow: 1. Uninstall JRE 2. Uninstall tomcat 3. Install J2SE 4. Do proper classpath and path settings for the J2SE 5. Install Tomcat after you have properly set JAVA_HOME to new jdk1.3.0_04 you have mentioned 6. Set the CATALINA_

RE: j_username in session cookie - where did it go?

2002-08-14 Thread Craig R. McClanahan
On Wed, 14 Aug 2002, Mark Schmeets wrote: > Date: Wed, 14 Aug 2002 15:12:08 -0400 > From: Mark Schmeets <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: RE: j_username in session cookie - where did it go? > > Thanks Cra

Re: Setup - Samples not working

2002-08-14 Thread Jean-francois Arcand
[EMAIL PROTECTED] wrote: >Hi. > >I downloaded and installed the SDK 1.3 (found at >http://java.sun.com/j2se/1.3/download.html ) > >I took the SDK (j2sdk-1_3_1_04-windows-i586.exe - 35meg) (second column - >second download) > >I Installed it. > >I changed my PATH (win2000 control panel/system/..

Run away servlet in Tomcat

2002-08-14 Thread Samuel Cheung
Hi, How does Tomcat handle a run away servlet? (I mean tomcat gets a request, it call a servlet to handle it, that servlet stuck in an infinite loop) Can tomcat still handle new requests to same/other servlet? Can we config tomcat to kill certain request if it does not finish execution within

Re: Coyote Conecction in Tomcat 4.1.8

2002-08-14 Thread Bill Barker
The errors are harmless. You can get rid of them by editing $CATALINA_HOME/conf/jk2.properties and commenting out (by putting a '#' in front of) the lines that start "shm.file" and "apr.jniModSo". For good measure, you should probably make certain that the value of "channelSocket.port" is 8009.

RE: Setup - Samples not working

2002-08-14 Thread godbout . francois
Hi. I downloaded and installed the SDK 1.3 (found at http://java.sun.com/j2se/1.3/download.html ) I took the SDK (j2sdk-1_3_1_04-windows-i586.exe - 35meg) (second column - second download) I Installed it. I changed my PATH (win2000 control panel/system/..) to include "c:\jdk1.3.1_04\bin" (so t

RE: j_username in session cookie - where did it go?

2002-08-14 Thread Mark Schmeets
Thanks Craig. Don't mean to take this too far off topic, and am not trying to start a flame with it. I am curious as to why this is a non-portable feature. Or is that what you mean. That it is an implementation artifact of Tomcat and not in the servlet spec? I think there are a lot of options, thi

JSP header info.

2002-08-14 Thread Mark_DiBattista
Is it possible to configure Tomcat to automatticaly append a default header (as designated by me) information to select JSP files? Thanks, Mark -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Coyote Conecction in Tomcat 4.1.8

2002-08-14 Thread Isabel Lameda
Not really, i´m trying to connect Tomcat to IIS, I've alreary done that with AJP13 Connector but the problem is that i cannot use the administration tool. Somebody told me to use the Coyote Connector instead -Mensaje original- De: Andrew [mailto:[EMAIL PROTECTED]] Enviado el: Miércoles,

RE: Coyote Conecction in Tomcat 4.1.8

2002-08-14 Thread Andrew
Let me clarify. It's not a show stopper for connecting Apache 2.0.39 to Tomcat 4.1.x via mod_jk2. - Andrew > -Original Message- > From: Andrew [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 14, 2002 2:50 PM > To: 'Tomcat Users List' > Subject: RE: Coyote Conecction in Tomcat 4

Trying to work with JDBC OCI

2002-08-14 Thread Nagpal, Vikas
Hi Everybody, I have been trying to work with JDBC OCI Driver.While trying to run my code i get the following error message: 1)javax.servlet.ServletException:no ocijdbc9 in java.library.path . My jsp code is as follows: 1)I am importing the following packages import="java.sql.*, javax.sql

RE: Coyote Conecction in Tomcat 4.1.8

2002-08-14 Thread Andrew
It's informational in nature. Not really an error. - Andrew > -Original Message- > From: Isabel Lameda [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 14, 2002 1:45 PM > To: '[EMAIL PROTECTED]' > Subject: Coyote Conecction in Tomcat 4.1.8 > > > Does anybody knows how to use te C

RE: Load Balancing Concepts

2002-08-14 Thread Schnitzer, Jeff
Thanks for the replies! The reason for the load balancer in front of Apache is that a single Apache instance is not expected to be able to handle the traffic, especially if it has to serve static content and decode session ids. Glad to hear this will work. Jeff Schnitzer [EMAIL PROTECTED] Maxis

Re: Setup - Samples not working

2002-08-14 Thread Nishant_Awasthi
Good observation Peter... Actually I missed looking at whether it is JRE or J2SE Yeah I think is he downloads TDK it will work fine... Peter Davison

RE: Coyote Connector

2002-08-14 Thread Andrew
I don't believe that’s an error. It's just informational. - Andrew > -Original Message- > From: Isabel Lameda [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 14, 2002 12:46 PM > To: '[EMAIL PROTECTED]' > Subject: Coyote Connector > > > Does anybody knows how to use the Coyote >

Load balancing with mod_jk with more than one data center

2002-08-14 Thread David Mossakowski
Has anyone employed load balancing across multiple data centers in which web farms load balance only across their own web servers? I have two data centers to work with and can't cross them for a request therefore I thought I would do two level load balancing with session stickiness. One would

Re: Setup - Samples not working

2002-08-14 Thread Jean-francois Arcand
[EMAIL PROTECTED] wrote: >Hi. > >It`s probably a stupid question, but i'm starting with this... (i should get >less dummy within a few weeks) > >1 ) Environment >I took Tomcat 4.0.3 for windows (.exe). > >My Laptop is a Pentium3-1000mhz / 512meg ram with Windows 2000 pro SP2. > > >2 ) Installat

RE: Setup - Samples not working

2002-08-14 Thread godbout . francois
Does that means that the production server (with tomcat) will need the jdk instead of the jre ? I tought the Jre contained everything to run any applications.. And that the JDK had a few thing for development purpose only.. I'm gonna get the jdk... -Message d'origine- De : Peter Daviso

Re: Setup - Samples not working

2002-08-14 Thread Peter Davison
You need the JDK not the JRE. The JSP compiler needs the java class "sun.tools.javac.Main" which is (correct me if I'm wrong) not included with the JRE, but is part of the JDK. It's usually found in the tools.jar file. Regards, Pete. On Wed, 14 Aug 2002 13:49:16 -0500 [EMAIL PROTECTED] wrote:

RE: j_username in session cookie - where did it go?

2002-08-14 Thread Craig R. McClanahan
On Wed, 14 Aug 2002, Mark Schmeets wrote: > Date: Wed, 14 Aug 2002 13:47:48 -0400 > From: Mark Schmeets <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: RE: j_username in session cookie - where did it go? > > Well, I kn

Re: Load Balancing Concepts

2002-08-14 Thread David Mossakowski
Yes this works because each Apache instance knows of and can forward to all Tomcat instances by the way of workers.properties file. d. Schnitzer, Jeff wrote: > I have a conceptual question about load balancing Tomcat4.0.4 instances. > I'm building a *very* high traffic site. Traditionally thi

Re: Coyote Conecction in Tomcat 4.1.8

2002-08-14 Thread Jacob Kjome
I think you have to use mod_jk2 with the jkCoyoteHandler. I'm not sure about that, so don't quote me. I use the normal ajp3 connector because I use mod_jk instead of mod_jk2 and the Coyote connector doesn't seem to support Apache Authentication using tomcatAuthentication="false". Jake At 01

RE: Compiling mod_webapp on Solaris 7

2002-08-14 Thread Brian Bernardo
Been there, seen that. Go to www.sunfreeware.com and get the packages for gmake. That resolved our issue. Brian -Original Message- From: Raúl Mateos [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 14, 2002 8:35 AM To: Tomcat Users List Subject: Compiling mod_webapp on Solaris 7 He

Coyote Conecction in Tomcat 4.1.8

2002-08-14 Thread Isabel Lameda
Does anybody knows how to use te Coyote Connector in Tomcat 4.1.8? I´ve this line in my server.xml: --> Actually i´m having this error: INFO: APR not loaded, disabling jni components: java.io.IOException: no jkjni in java.library.path I don´t really understand bescause in jakarta home page i

Coyote Connector

2002-08-14 Thread Isabel Lameda
Does anybody knows how to use the Coyote Connector in Tomcat 4.1.8, because i´ve been trying and having this error: INFO: APR not loaded, disabling jni components: java.io.IOException: no jkjni in java.library.path -- To unsubscribe, e-mail: For additional commands,

RE: Tomcat 4.1 in production

2002-08-14 Thread Wills, Mike N. (TC)
Also will that still work with the older Apache Connectors? -Original Message- From: Isabel Lameda [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 14, 2002 8:26 AM To: 'Tomcat Users List' Subject: RE: Tomcat 4.1 in production Thanks for that, could you tell me where to find how to us

RE: Tomcat 4.1 in production

2002-08-14 Thread Isabel Lameda
-Mensaje original- De: Bill Barker [mailto:[EMAIL PROTECTED]] Enviado el: Martes, 13 de Agosto de 2002 03:49 p.m. Para: [EMAIL PROTECTED] Asunto: Re: Tomcat 4.1 in production The Ajp13Connector isn't supported for the manager webapp in 4.1.x. You have to use the CoyoteConnector if you

RE: Tomcat 4.1 in production

2002-08-14 Thread Isabel Lameda
Thanks for that, could you tell me where to find how to use the CoyoteConnector, because I´ve tried but i don´t know if it works like the AJP13Conecctor .. i wonder if it could be that the isapi_redirect.dll i have doesn´t support that -Mensaje original- De: Bill Barker [mailto:[EMAIL PR

Re: Q:How to change default java.naming.factory.initial

2002-08-14 Thread Craig R. McClanahan
On Wed, 14 Aug 2002 [EMAIL PROTECTED] wrote: > Date: Wed, 14 Aug 2002 13:24:18 -0300 > From: [EMAIL PROTECTED] > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Q:How to change default java.naming.factory.initial > > Hi all, > I've been trying to change

RE: REPOST: Authentication: Use Tomcat and Apache

2002-08-14 Thread Kevin Andryc
So I tried this and it still doesn't work. Here is how I have it set up: Server.xml: workers.properties: worker.list=ajp13, test worker.ajp13.port=8009 worker.ajp13.host=localhost worker.ajp13.type=ajp13 worker.ajp13.lbfactor=1 worker.test.port=8011 worker.test.host=localhost worker.test.t

RE: Writing files from a class

2002-08-14 Thread Craig R. McClanahan
On 14 Aug 2002, Stephen Bacon wrote: > Date: 14 Aug 2002 11:09:16 -0400 > From: Stephen Bacon <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: RE: Writing files from a class > > Thanks for the reply, > > I see that the

RE: session timeout

2002-08-14 Thread Craig R. McClanahan
On Wed, 14 Aug 2002, Shapira, Yoav wrote: > Date: Wed, 14 Aug 2002 11:55:36 -0400 > From: "Shapira, Yoav" <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: RE: session timeout > > Hi, > No longer too lazy to dig up the s

Setup - Samples not working

2002-08-14 Thread godbout . francois
Hi. It`s probably a stupid question, but i'm starting with this... (i should get less dummy within a few weeks) 1 ) Environment I took Tomcat 4.0.3 for windows (.exe). My Laptop is a Pentium3-1000mhz / 512meg ram with Windows 2000 pro SP2. 2 ) Installation I installed JRE 1.3 I defined JAVA_H

RE: j_username in session cookie - where did it go?

2002-08-14 Thread Mark Schmeets
Well, I know there are a lot of other ways of doing this, but having the username and password from forms auth makes it very simple. The username and password are for the database. The servlet app isn't necessarily the only app to access certain data, there may well be some legacy and client-serve

Re: session timeout

2002-08-14 Thread Craig R. McClanahan
On Wed, 14 Aug 2002, Koes, Derrick wrote: > Date: Wed, 14 Aug 2002 16:11:48 +0100 > From: "Koes, Derrick" <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: session timeout > > How closely does Tomcat follow the servl

RE: j_username in session cookie - where did it go?

2002-08-14 Thread Craig R. McClanahan
On Wed, 14 Aug 2002, Mark Schmeets wrote: > Date: Wed, 14 Aug 2002 10:54:04 -0400 > From: Mark Schmeets <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: RE: j_username in session cookie - where did it go? > > whoa, that

Re: Way to specify realms for dynamically installed apps?

2002-08-14 Thread Craig R. McClanahan
On Wed, 14 Aug 2002, Chris Nokleberg wrote: > Date: Wed, 14 Aug 2002 01:48:39 -0700 > From: Chris Nokleberg <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Way to specify realms for dynamically installed apps? > > I'm using the new ant ta

Re: AW: tomcat4.0.4 and Servlet Specification 2.3 and JSp1.2

2002-08-14 Thread Craig R. McClanahan
On Wed, 14 Aug 2002, Ralph Einfeldt wrote: > Date: Wed, 14 Aug 2002 08:05:26 +0200 > From: Ralph Einfeldt <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: AW: tomcat4.0.4 and Servlet Specification 2.3 and JSp1.2 > > Eve

Re: jsp in packages

2002-08-14 Thread Craig R. McClanahan
On Wed, 14 Aug 2002, D Bamud wrote: > Date: Wed, 14 Aug 2002 11:20:59 +0530 > From: D Bamud <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: jsp in packages > > > Writing functions in a JSP page (wrapped in <%! ...

RE: Access Parameter

2002-08-14 Thread TOMITA_ALEX_NONLILLY
thanks for the advice... Actually I need to learn java servlet Does anyone can recommend me a good java servlet book in amazon? thanks again Alex "Shapira, Yoav" <[EMAIL PROTECTED]> 14/08/2002 08:13 a.m. Please respond to Tomcat Users List To: Tomcat Users List <[EMAIL

Re: Connection pooling using Jakarta commons

2002-08-14 Thread TOMITA_ALEX_NONLILLY
Hi, I think you can add those parameters in your web.xml file... something like this: factory org.apache.commons.dbcp.BasicDataSourceFactory please, correct me if I'm wrong... Alex Capr1ce <[EMAIL PROTECTED]> 14/08/2002 05:47 a.m. Please respond to Tomcat Users List

Trying to work with JDBC OCI

2002-08-14 Thread Nagpal, Vikas
Hi Everybody, I have been trying to work with JDBC OCI Driver.While trying to run my code i get the following error message: 1)javax.servlet.ServletException:no ocijdbc9 in java.library.path . My jsp includes code is as follows: 1)I am importing the following packages import="java.sql.*, javax.

Building mod_jk on Solaris - Apache 2 & Tomcat 4.0.x

2002-08-14 Thread John Wadkin
All I'm trying to integrate Apache 2 and Tomcat 4.0.4 on Solaris, JDK 1.3. I've been trying on and off for the past few months. Having given up on building mod_webapp (despite help from the list) I'm now trying to build mod_jk The build-unix.sh script in /jk/native/apache-2.0 doesn't work. The G

RE: tomcat stops randomly. why??

2002-08-14 Thread Shapira, Yoav
Hi, >> Running 4.0.3 on solaris 8 standalone with jdk 1.4 >> >> Occasionally, tomcat dies with no error message in any log file. It is as >if >> someone has kill -9'ed the jvm. >> Do you get any JVM-generated error files, typically of the form hs_error_[pid].log or something like that? I've had

AW: AW: AW: forward to TOP-Frame

2002-08-14 Thread Ralph Einfeldt
I noticed it, but haven't looked at it, because I thought it would be a resouce that explains in more depth the solution you provided. (At least you gave no hint like this time what I might expect there) As I wasn't interested in that, I ignores it nearly. (just bookmarked the url) > -Urs

apache upgrade --> tomcat probs

2002-08-14 Thread Karoly VEGH
Hi all, i had an old apache 1.3.20 running on a Solaris 5.6, which i wanted to update to apache 1.3.26. I compiled the new apache succesfully, but it doesnt seem to work togethet. I have a JBoss-2.2.2 - Tomcat-3.2.2 pair installed, connector is mod_jk. the problem: the old apache version - w

Re: tomcat stops randomly. why??

2002-08-14 Thread Dan Lipofsky
> I have a similar but different problem. > > Running 4.0.3 on solaris 8 standalone with jdk 1.4 > > Occasionally, tomcat dies with no error message in any log file. It is as if > someone has kill -9'ed the jvm. > > Has anyone seen anything like this? > > People here are getting very wary of tomca

Re: Directory indexing in Tomcat 4.0

2002-08-14 Thread ToFu
Thanks, thanks! Todd - Original Message - From: "Shapira, Yoav" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, August 14, 2002 8:38 AM Subject: RE: Directory indexing in Tomcat 4.0 Hi, One way to do it: listings false In the default servlet sec

Re: AW: AW: forward to TOP-Frame

2002-08-14 Thread Jacob Kjome
You must not have noticed the link I included. Here it is again: Why frames suck http://jonasj.dk/frames.html I would like for people to drop the use a frames altogether, but if it is a requirement to use them, then a solution using them has to be found. I provided that. Jake At 06:15 PM

RE: Writing files from a class

2002-08-14 Thread Stephen Bacon
On Wed, 2002-08-14 at 11:37, Shapira, Yoav wrote: > Hi, > > >I see that the spec mentions "private temporary directory" - I need a > >permananent directory - by temporary I take it to mean that I can't > >count on the files "sticking around". Is my understanding here flawed? > > Your understandi

RE: Quick Question

2002-08-14 Thread Larry Meadors
WOW! Cool, I did not know you could do that! >>> [EMAIL PROTECTED] 08/14/02 09:54 AM >>> URL destinationURL = ...getResource(...); URLConnection destinationConnection = URL.openConnection(); destinationConnection.setDoOutput(); OutputStream outputStream = destinationConnection.getOutputStream();

Q:How to change default java.naming.factory.initial

2002-08-14 Thread dsolano
Hi all, I've been trying to change the default java.naming.factory.initial by setting it in my jndi.properties file without success. Could anyone tell me which is the way to change the default java.naming.factory.initial=org.apache.naming.java.javaURLContextFactory to my own ContextFactory

  1   2   3   >