Re: switching

2005-09-05 Thread JhnVend
Thanks. I put in the setup.jsp String sDriver = ; ... and it worked. Should have checked java syntax... thought it was from jsp/tomcat. Jhn Frank W. Zammetti [EMAIL PROTECTED] wrote: Hi, sDriver, as well as all your other variables, are declared locally within the if block. Once out

switching

2005-09-03 Thread JhnVend
Could someone point out what's wrong with this setup? I have a laptop, sometimes going offline and don't want to change strings each time I'm online or offline. (And don't want to run any db server on the laptop if I can avoid it.) Error is here: org.apache.jasper.JasperException: Unable to

Re: switching

2005-09-03 Thread Frank W. Zammetti
Hi, sDriver, as well as all your other variables, are declared locally within the if block. Once out of that block, they no longer exist. So, when the code in conn_products.jsp executes, which would of course happen after that if block, those variables do not exist. Add this right before

Re: switching

2005-09-03 Thread David Haynes
Is there any chance getServerName is not returning server.com or localhost? If so, sDriver would not be defined... -david- [EMAIL PROTECTED] wrote: Could someone point out what's wrong with this setup? I have a laptop, sometimes going offline and don't want to change strings each time I'm

Re: Session lost when switching from https to http in Tomcat 5.

2005-05-01 Thread Bob Feretich
of their interactions using http. The session appears not to be preserved between https and http, ie. after switching from back to http the request.getSession(false) call returns null. Can anyone shed light on this for me? Is this expected? Is there a workaround/configuration/setting in Tomcat 5 I might have missed

Re: Session lost when switching from https to http in Tomcat 5.

2005-05-01 Thread Anhony
PROTECTED]; tomcat-user@jakarta.apache.org Sent: Sunday, May 01, 2005 4:48 AM Subject: Re: Session lost when switching from https to http in Tomcat 5. Tomcat (starting with Tomcat 4) stores the JSESSIONID cookie as a secure cookie that is tagged for port 443 (or 8443) when the session begins under HTTPS

Session lost when switching from https to http in Tomcat 5.

2005-04-28 Thread Anhony
I have a servlet/JSP application in which users establish their servlet session using https but conduct the rest of their interactions using http. The session appears not to be preserved between https and http, ie. after switching from back to http the request.getSession(false) call returns

Re: Session lost when switching from https to http in Tomcat 5.

2005-04-28 Thread Anto Paul
On 4/28/05, Anhony [EMAIL PROTECTED] wrote: I have a servlet/JSP application in which users establish their servlet session using https but conduct the rest of their interactions using http. The session appears not to be preserved between https and http, ie. after switching from back to http

Re: Session lost when switching from https to http in Tomcat 5.

2005-04-28 Thread Anhony
@jakarta.apache.org Sent: Thursday, April 28, 2005 10:26 AM Subject: Re: Session lost when switching from https to http in Tomcat 5. On 4/28/05, Anhony [EMAIL PROTECTED] wrote: I have a servlet/JSP application in which users establish their servlet session using https but conduct the rest

Re: Session lost when switching from https to http in Tomcat 5.

2005-04-28 Thread David Smith
: Re: Session lost when switching from https to http in Tomcat 5. On 4/28/05, Anhony [EMAIL PROTECTED] wrote: I have a servlet/JSP application in which users establish their servlet session using https but conduct the rest of their interactions using http. The session appears not to be preserved

Re: Session lost when switching from https to http in Tomcat 5.

2005-04-28 Thread Hollerman Geralyn M
Anhony [EMAIL PROTECTED] wrote: I am using Tomcat 5.0.28 Users log into my application from https://xxx.com/login.jsp. When submitted, I check for a valid userID/Password, create a session with getSession(), and then save the userID/Password in a session variable. The validated user is then

User switching

2004-08-24 Thread Diego
Hi! I'm trying to find the best way to implement passwordless user switching. In our application, a privileged user can substitute another one by selecting him from a list. The switch must be performed transparently without the substituted user's password and without asking the user to log

Tmcat 4.1.27 Access Logs. Switching on the the Access logs.

2004-06-10 Thread Ben Bookey
Dear List, In my NetBeans environment which has Tomcat integrated, I can find logs which show the individual requests for each HTML file. Where can I switch this on/off in my real installation of Tomcat for just my application (i am sharing a tomcat instance) with other apps.? I

RE: Tmcat 4.1.27 Access Logs. Switching on the the Access logs.

2004-06-10 Thread Shapira, Yoav
. Switching on the the Access logs. Dear List, In my NetBeans environment which has Tomcat integrated, I can find logs which show the individual requests for each HTML file. Where can I switch this on/off in my real installation of Tomcat for just my application (i am sharing a tomcat

AW: Tmcat 4.1.27 Access Logs. Switching on the the Access logs.

2004-06-10 Thread Ben Bookey
. Switching on the the Access logs. Hi, In the server.xml file, comment the AccessLogValve element in or out as you need. Yoav Shapira Millennium Research Informatics -Original Message- From: Ben Bookey [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 8:52 AM To: Tomcat User List

No context configured when switching to Coyote/Http1.1...

2004-03-25 Thread Kevin Seal
Hi everyone, I'm using Tomcat 4.1.30 and have been trying to switch from the deprecated Http connector to Coyote/Http1.1. However, when I change the Service's connector to Coyote I get an HTTP 500 (No context configured to process this request) back from my server whenever I try to access a

Switching off logging

2004-02-13 Thread Tariq Chalabi
I'm using log4j in my web app - and that's all working fine - but strangely I'm also getting some log messages in stdout. Do I need to set the level for the root logger? If so - could someone show me how. On a related issue - if I'm running Tomcat (on Windows) from the command line - is

RE: Switching off logging

2004-02-13 Thread Shapira, Yoav
Howdy, I'm using log4j in my web app - and that's all working fine - but strangely I'm also getting some log messages in stdout. Do I need to set the level for the root logger? If so - could someone show me how. That's because not all of tomcat uses commons-logging. Some parts still use

mod_jk sends an empty ajb13 body packet while switching between cluster nodes

2003-11-17 Thread Luca
Hi, I have a very strange behaviour. I have 2 different configurations. 1) I have 3 pc apache2.0.47 and mod_jk1.2.5 on Red Hat Linux (pc0) tomcat4.1.x on Red Hat Linux (pc1) tomcat4.1.x on Red Hat Linux (pc2) 2) I have 3 pc apache2.0.47 and mod_jk1.2.5 on Red Hat Linux (pc0) tomcat4.1.x on

Apache2+ mod_jk2+ MultipleTomcats 4.1.X in Load Balancing and Context Switching

2003-10-05 Thread Abhijit Aklujkar
Switching Mode: To begin with its always a good Idea to start from scratch by downloading the src's and staqrt from compiling unless you are very sure for using of the avialable binaries. Download Apache2 from http://httpd.apache.org/download.cgi JDK 1.4.X from http://java.sun.com/j2se/ mod_jk2 from http

Apache2+ mod_jk2+ MultipleTomcats 4.1.X in Load Balancing and Context Switching

2003-10-04 Thread Abhijit Aklujkar
The attachmet just contains the step by step guidelines to achieve the configuration. I sent this as an attachment because the ascii diagram explaning the scenario diffuses when I post it from hotmail. You are welcome with questions if any...I will be glad to help you out. -Abhijit

Re: org.apache.jasper.JasperException: Unable to compile class for JSP errorsafter switching from Tomcat 4.1.18LE to 4.1.27

2003-09-02 Thread Joe_Rattz
Subject Re: org.apache.jasper.JasperException: Unable to compile class for JSP errors after switching from Tomcat 4.1.18LE to 4.1.27 Ooops, ok I had one other 'significant' change that I failed to mention. I had also upgraded to jdk1.4.2 from 1.4.1_03. I thought in my testing I had

Re: Problem switching to Struts 1.1

2003-09-01 Thread Remy Maucherat
Marco Tedone wrote: Hi, I posted this issue to the struts-user list 3 times, but noone replied to me and frankly I'm beginning to be a little worried. In few words we have an application which was running fine until struts rc1 but when we switched to Struts 1.1 the following exceptions is thrown:

Re: Problem switching to Struts 1.1

2003-09-01 Thread Marco Tedone
Subject: Re: Problem switching to Struts 1.1 Marco Tedone wrote: Hi, I posted this issue to the struts-user list 3 times, but noone replied to me and frankly I'm beginning to be a little worried. In few words we have an application which was running fine until struts rc1 but when we switched

Re: Problem switching to Struts 1.1

2003-09-01 Thread Remy Maucherat
Marco Tedone wrote: Thank you for your support. I must say that the privileged attribute for my application was set to false, but the problem still persists. Are you sure ? I did test it with TC 5 (maybe 5.0.5) / Struts 1.1 examples webapp / log4j 1.2.8, and it did work fine (I simply dropped

Problem switching to Struts 1.1

2003-09-01 Thread Marco Tedone
Hi, I posted this issue to the struts-user list 3 times, but noone replied to me and frankly I'm beginning to be a little worried. In few words we have an application which was running fine until struts rc1 but when we switched to Struts 1.1 the following exceptions is thrown: !-- BEGIN OF

org.apache.jasper.JasperException: Unable to compile class for JSP errorsafter switching from Tomcat 4.1.18LE to 4.1.27

2003-08-29 Thread Joe_Rattz
I have some code that worked fine with Tomcat 4.1.18LE but now that I have upgraded to 4.1.27, I am getting the problems below. Anyone know what is going on? Thanks. org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: 4 in the jsp file:

Re: org.apache.jasper.JasperException: Unable to compile class for JSP errorsafter switching from Tomcat 4.1.18LE to 4.1.27

2003-08-29 Thread Joe_Rattz
/2003 02:28 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To [EMAIL PROTECTED] cc Subject org.apache.jasper.JasperException: Unable to compile class for JSP errors after switching from Tomcat 4.1.18LE to 4.1.27 I have some code that worked fine with Tomcat 4.1.18LE but now that I

Re: Switching to virtual hosts gives permission error

2003-06-08 Thread Jeff Knox
Dave, I saw something like that if I didn't put the virtual host directories in CATALINA_HOME/webapps/ROOT. I could live with that, but then I had a major problem. I couldn't get forms using POSTs or URLs with parameters to work (ex: index.jsp?name=bob). Somebody recommended that move from

RE: Switching to virtual hosts gives permission error

2003-06-08 Thread Dave Weitzel
Users List Subject: Re: Switching to virtual hosts gives permission error Dave, I saw something like that if I didn't put the virtual host directories in CATALINA_HOME/webapps/ROOT. I could live with that, but then I had a major problem. I couldn't get forms using POSTs or URLs

Switching to virtual hosts gives permission error

2003-06-07 Thread Dave Weitzel
I am setting up RH Linux with Apache 1.3.27 and tomcat 3.3.1a I am able to set up in initial sites and access directly with Tomcat (port 8080) and also individually with Apache and Tomcat (ajp13) However as soon as I enable NameVirtualHost * in the httpd.conf and put VirtualHost *

RE: Switching between releases during runtime

2003-04-05 Thread johannes . fiala
mapped to the versioned context. thx alot Johannes Shapira, Yoav [EMAIL PROTECTED] 31.03.2003 16:51 Please respond to Tomcat Users List [EMAIL PROTECTED] To Tomcat Users List [EMAIL PROTECTED] cc Subject RE: Switching between releases during runtime Howdy, Several other approaches

RE: Switching between releases during runtime

2003-03-31 Thread Shapira, Yoav
an save yourself headaches in the long run. Yoav Shapira Millennium ChemInformatics -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, March 29, 2003 12:33 PM To: Tomcat Users List Subject: Switching between releases during runtime hi

jdk switching

2003-03-31 Thread KIESEL,JEFF (HP-NewJersey,ex2)
hi all, whats is the easiest way to get tomcat to switch jdks? i'm running windows 2000 professional. i need to port a webapp built on 1.4 to 1.3. i know, it does suck. anyway, the only way i've been able to get tomcat to use a different jdk, is to change JAVA_HOME, and then uninstall and

Re: jdk switching

2003-03-31 Thread Vladimer Shioshvili
are you using tomcat as a service? if so, you should be able to change jvm settings in the registry for the service HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\name of your tomcat service%\Parameters... i have not done that, but my guess is that it should work.. At 02:50 PM

RE: jdk switching

2003-03-31 Thread KIESEL,JEFF (HP-NewJersey,ex2)
yes, i am running it as an NT service. -Original Message- From: Vladimer Shioshvili [mailto:[EMAIL PROTECTED] Sent: Monday, March 31, 2003 3:04 PM To: Tomcat Users List Subject: Re: jdk switching are you using tomcat as a service? if so, you should be able to change jvm settings

RE: jdk switching

2003-03-31 Thread Shapira, Yoav
To: '[EMAIL PROTECTED]' Subject: jdk switching hi all, whats is the easiest way to get tomcat to switch jdks? i'm running windows 2000 professional. i need to port a webapp built on 1.4 to 1.3. i know, it does suck. anyway, the only way i've been able to get tomcat to use a different jdk, is to change

RE: jdk switching

2003-03-31 Thread KIESEL,JEFF (HP-NewJersey,ex2)
, March 31, 2003 3:07 PM To: Tomcat Users List Subject: RE: jdk switching Howdy, Boy, windows can be evil huh? ;) Changing JAVA_HOME and restarting the server should be sufficient. Is it not? Yoav Shapira Millennium ChemInformatics -Original Message- From: KIESEL,JEFF (HP-NewJersey,ex2

RE: jdk switching

2003-03-31 Thread Vladimer Shioshvili
:07 PM To: Tomcat Users List Subject: RE: jdk switching Howdy, Boy, windows can be evil huh? ;) Changing JAVA_HOME and restarting the server should be sufficient. Is it not? Yoav Shapira Millennium ChemInformatics -Original Message- From: KIESEL,JEFF (HP-NewJersey,ex2) [mailto:[EMAIL

RE: jdk switching

2003-03-31 Thread Vladimer Shioshvili
: jdk switching hi all, whats is the easiest way to get tomcat to switch jdks? i'm running windows 2000 professional. i need to port a webapp built on 1.4 to 1.3. i know, it does suck. anyway, the only way i've been able to get tomcat to use a different jdk, is to change JAVA_HOME

RE: jdk switching

2003-03-31 Thread KIESEL,JEFF (HP-NewJersey,ex2)
switching funny thing about windows being evil.. my pc doesn't need restarting for changes in environmental variables to take effect, my coworker's does.. machines have identical setup though.. haven't found any reason why and got tired looking.. At 03:06 PM 3/31/2003, you wrote: Howdy, Boy

Switching between releases during runtime

2003-03-29 Thread johannes . fiala
hi there, Is it possible to have a virtual context, which just points to another context? e.g. myapp = current version, should point to myapp-1.0 myapp-1.0 myapp-1.1 Is it possible to change the context myapp is pointing to during runtime? This would make switching between releases much easier

Re: switching from mod_jk to mod_jk2

2002-12-16 Thread Andrew Pealing
/2002, 16:46:43, Debra Mendelson, CCE [EMAIL PROTECTED] wrote regarding switching from mod_jk to mod_jk2: I am using httpd 2.0.43 and tomcat 4.1.12 I have been using mod_jk and would like to move to mod_jk2 in mod_jk I added the following directives to point apache to my application

switching from mod_jk to mod_jk2

2002-12-15 Thread Debra Mendelson, CCE
I am using httpd 2.0.43 and tomcat 4.1.12 I have been using mod_jk and would like to move to mod_jk2 in mod_jk I added the following directives to point apache to my application: JkWorkersFile /myapp/conf/workers.properties JkLogFile /myapp/logs/jk.log JkLogLevel warn

Why does encodeURL not include Session ID when switching betweenHTTP and HTTPS

2002-12-01 Thread Raiden
Hello, I have searched the archives, and while I have seen several people ask this question, there doesn't seem to be an agreed upon answer/solution. I am using Tomcat 4.1.12. When cookies are on, I can switch bettween http and https just fine, while maintaining my session. (I am using the

Re: Why does encodeURL not include Session ID when switching betweenHTTP and HTTPS

2002-12-01 Thread Raiden
A quick addendum... is there a setting somewhere that I need to explicitly state that my server is www.myserver.com, and therefore regardless of protocol (HTTP or HTTPS), all links at this server should be encoded with the session id? Thanks again, Raiden On Sun, 1 Dec 2002, Raiden wrote:

Re: Why does encodeURL not include Session ID when switching betweenHTTP and HTTPS

2002-12-01 Thread Tim Funk
I think the question to ask is (which I can't answer): Will encodeURL() encode URLS if the request protocol [or for that matter, server] is different? You are switching from http to https. Since this is a different namespace, all bets may be off whether encodeURL will work like the way you

Re: Why does encodeURL not include Session ID when switching betweenHTTP and HTTPS

2002-12-01 Thread Milt Epstein
On Sun, 1 Dec 2002, Raiden wrote: Hello, I have searched the archives, and while I have seen several people ask this question, there doesn't seem to be an agreed upon answer/solution. I am using Tomcat 4.1.12. When cookies are on, I can switch bettween http and https just fine, while

RE: Why does encodeURL not include Session ID when switching between HTTP and HTTPS

2002-12-01 Thread Ricky Leung
: Raiden [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 01, 2002 5:10 PM To: Tomcat Users List Subject: Re: Why does encodeURL not include Session ID when switching between HTTP and HTTPS A quick addendum... is there a setting somewhere that I need to explicitly state that my server

Re: Why does encodeURL not include Session ID when switching between HTTP and HTTPS

2002-12-01 Thread Bill Barker
include Session ID when switching between HTTP and HTTPS A quick addendum... is there a setting somewhere that I need to explicitly state that my server is www.myserver.com, and therefore regardless of protocol (HTTP or HTTPS), all links at this server should be encoded with the se

Tomcat 3.3.1 Port Switching

2002-11-21 Thread Brian Dixon
How do you change the default port in Tomcat 3.3.1 from the default, 8080, to say 80? I edited the server.xml file but that didn't seem to be enough. I am running Tomcat in standalone (not in conjunction with Apache). Is there another file or parameter that needs to be edited??? Thoughts and

servlet name case switching

2002-10-11 Thread andyfrese
Hello, we are seeing a problem where after running for some time the servlet name gets it case changed on requests. For example we have the following in our web.xml file: servlet servlet-nameMyFoo/servlet-name display-nameMyFoo/display-name

Error switching to 4.1.12 from 4.0.4

2002-09-25 Thread David Wynter
Hi, I had a IllegalStateException using Tomcat 4.0.4 with Turbine 2.1 and was adviced to switch to a later version. I am on MAndrake8.2 using Sun JDK 1.4.1 So I deleted everything under /var/tomcat4/ and moved the untarred 4.1.12 into that directory. I then copied my web application back under

Switching isapi configuration from jk to jk2

2002-06-06 Thread Robert Priest
Switching isapi configuration: jk to jk2? Using: tc 4.0.3 IIS 5.0 W2k Server Hello, I was wondering if you guys can help me to configure my tomcat installation to use jk2 vs jk. Can you tell me if the following steps are complete and correct, and fill in any missing info? 1. copy

RE: Switching isapi configuration from jk to jk2

2002-06-06 Thread Robert Priest
' Subject: Switching isapi configuration from jk to jk2 Switching isapi configuration: jk to jk2? Using: tc 4.0.3 IIS 5.0 W2k Server Hello, I was wondering if you guys can help me to configure my tomcat installation to use jk2 vs jk. Can you tell me if the following steps are complete

RE: Switching isapi configuration from jk to jk2

2002-06-06 Thread Ignacio J. Ortega
De: Robert Priest [mailto:[EMAIL PROTECTED]] Enviado el: 6 de junio de 2002 22:01 Para: 'Tomcat Users List' Asunto: RE: Switching isapi configuration from jk to jk2 Besides my other questions, does the registry entry still remain the same? [HKEY_LOCAL_MACHINE\SOFTWARE\Apache

Re: Loosing identity when switching to non-protected webresource

2002-05-11 Thread jfc100
Subject: Loosing identify when switching to non-protected webresource Date: Thu, 21 Feb 2002 15:57:12 +0100 I am using the combination of Tomcat/Jboss and am having problems when using webcontainer security (using j_security_check). I have some resource protected in my web.xml (using

Re: Loosing identify when switching to non-protected webresource

2002-05-07 Thread jfc100
switching to non-protected webresource Date: Thu, 21 Feb 2002 15:57:12 +0100 I am using the combination of Tomcat/Jboss and am having problems when using webcontainer security (using j_security_check). I have some resource protected in my web.xml (using security- contraint tag). Now when I try

Re: JSP compile error when switching JDK to 1.4.0

2002-04-16 Thread pixel
Todd, The tools.jar file in the /lib directory of your Tomcat install needs to be replaced with the tools.jar file from your 1.4.0 JDK. ~Scott Ganey, Todd wrote: I know this has been posted before, but I either missed or there was no solution posted on how to correct the JSP compile error

RE: Tomcat, Webapp, Apache and mod_ssl, Protocol is switching

2002-04-02 Thread Barris, Wes (LI, Uni of Queensland)
-Original Message- From: Schulze Christian [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 26 March 2002 11:13 PM To: '[EMAIL PROTECTED]' Subject: Tomcat, Webapp, Apache and mod_ssl, Protocol is switching Hi I have a problem with my configuration of tomcat connected to apache

AW: Tomcat, Webapp, Apache and mod_ssl, Protocol is switching

2002-03-27 Thread Ralph Einfeldt
That sound like https://intra.home.de/examples/servlets/ is redirected to http://intra.home.de:443/examples/servlets/index.html To me this looks like a bug in the part of tomcat that is responsible for the redirection to the 'welcome file'. (The welcome file is implemented in tomcat as a

AW: Tomcat, Webapp, Apache and mod_ssl, Protocol is switching

2002-03-27 Thread Schulze Christian
:05 An: Tomcat Users List Betreff: AW: Tomcat, Webapp, Apache and mod_ssl, Protocol is switching That sound like https://intra.home.de/examples/servlets/ is redirected to http://intra.home.de:443/examples/servlets/index.html To me this looks like a bug in the part of tomcat

AW: Tomcat, Webapp, Apache and mod_ssl, Protocol is switching

2002-03-27 Thread Ralph Einfeldt
Did you try my apache work around ? -Ursprüngliche Nachricht- Von: Schulze Christian [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 27. März 2002 13:43 An: 'Tomcat Users List' Betreff: AW: Tomcat, Webapp, Apache and mod_ssl, Protocol is switching (or any workaround) please let me

RE: JSP compile error when switching JDK to 1.4.0

2002-03-27 Thread Larry Isaacs
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 5:54 PM To: '[EMAIL PROTECTED]' Subject: JSP compile error when switching JDK to 1.4.0 I know this has been posted before, but I either missed or there was no solution posted on how to correct the JSP compile error when you

AW: Tomcat, Webapp, Apache and mod_ssl, Protocol is switching

2002-03-27 Thread Schulze Christian
as with mod_dir Christian -Ursprüngliche Nachricht- Von: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 27. März 2002 15:33 An: Tomcat Users List Betreff: AW: Tomcat, Webapp, Apache and mod_ssl, Protocol is switching Did you try my apache work around

AW: Tomcat, Webapp, Apache and mod_ssl, Protocol is switching

2002-03-27 Thread Ralph Einfeldt
- Von: Schulze Christian [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 27. März 2002 16:42 An: 'Tomcat Users List' Betreff: AW: Tomcat, Webapp, Apache and mod_ssl, Protocol is switching snip/ No mod_dir does not work, because mod_webapp first finds a match for /myapp , further processing

RE: JSP compile error when switching JDK to 1.4.0

2002-03-27 Thread Ganey, Todd
the JDK instead of accessing the file where it is? Just wondering. Again, thank you very much Todd -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 7:11 AM To: 'Tomcat Users List' Subject: RE: JSP compile error when switching JDK to 1.4.0 Based

RE: JSP compile error when switching JDK to 1.4.0

2002-03-27 Thread Larry Isaacs
-Original Message- From: Ganey, Todd [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 11:38 AM To: 'Tomcat Users List' Subject: RE: JSP compile error when switching JDK to 1.4.0 Bingo!! While the only javac.exe on my machine is for jdk1.4.0 the tools.jar was out

Re: Session lost when switching from https to http in Tomcat 4

2002-03-27 Thread Les Hazlewood
have not applied the patch yet. Any clue. why? Gurmeet -Original Message- From: Manuel Mall [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 7:09 AM To: 'Tomcat Users List' Subject: RE: Session lost when switching from https to http in Tomcat 4 Anders

Switching ClassLoaders

2002-03-27 Thread Barry Sheward
Hi, We would like to be able to have Tomcat use our own ClassLoader when it needs to find any part of our application, including servlets and taglibs. We have a ClassLoader which one of our servlets uses to load all its subclasses, but it's nasty having to change all our other servlets to

Session lost when switching from https to http in Tomcat 4

2002-03-26 Thread Manuel Mall
upgrading to Tomcat 4.0.3 now using ajp13 the session appears not to be preserved between https and http, ie. after switching back to http the request.getSession(false) call returns null. This seems to indicate that the session tracking mechanism has changed between Tomcat 3 and Tomcat 4. Can

Re: Session lost when switching from https to http in Tomcat 4

2002-03-26 Thread Anders Rundgren
PROTECTED] Sent: Tuesday, March 26, 2002 11:17 Subject: Session lost when switching from https to http in Tomcat 4 Has the session semantic changed between Tomcat 3 and Tomcat 4? We have a servlet/JSP application in which users establish their servlet session using https but conduct the rest

RE: Session lost when switching from https to http in Tomcat 4

2002-03-26 Thread Gurmeet
: Tuesday, March 26, 2002 4:08 PM To: [EMAIL PROTECTED]; Tomcat Users List Cc: Peter Tornberg Subject: Re: Session lost when switching from https to http in Tomcat 4 You are right Manuel, Tomcat 4.0.2 using SSL unfortunately always sets a Secure flag on JSESSIONIDs, which do not (depending on browser

Tomcat, Webapp, Apache and mod_ssl, Protocol is switching

2002-03-26 Thread Schulze Christian
to access this URL, please. The adress shown in my Browser says: 'http://intra.home.de:443/examples/servlets/index.html' But when I type https://intra.home.de/examples/servlets/index.html directly in my Browser it works. Why is Tomcat switching the protocol from https to http ? As far as I

Re: Session lost when switching from https to http in Tomcat 4

2002-03-26 Thread Anders Rundgren
when switching from https to http in Tomcat 4 Hi, I just read this and tested for my app also wherein I would have the same problem in coming days. Any better way of overcoming this problem other than persisting the session manually. Regards, Gurmeet -Original Message- From: Anders

RE: Session lost when switching from https to http in Tomcat 4

2002-03-26 Thread Gurmeet
, March 26, 2002 6:49 PM To: Tomcat Users List Subject: Re: Session lost when switching from https to http in Tomcat 4 Gurmeet, The only known workarounds I know of are handling sessions in URLs or patching the CookieTools class which we did. Anders - Original Message - From: Gurmeet

Re: Session lost when switching from https to http in Tomcat 4

2002-03-26 Thread Anders Rundgren
Gurmeet, I (or rathe my college), removed the line that appends Secure to JSESSIONIDs. Anders - Original Message - From: Gurmeet [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, March 26, 2002 14:32 Subject: RE: Session lost when switching from https to http

RE: Session lost when switching from https to http in Tomcat 4

2002-03-26 Thread Gurmeet
Anders thanks a lot. -Original Message- From: Anders Rundgren [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 7:34 PM To: Tomcat Users List Subject: Re: Session lost when switching from https to http in Tomcat 4 Gurmeet, I (or rathe my college), removed the line that appends

AW: Tomcat, Webapp, Apache and mod_ssl, Protocol is switching

2002-03-26 Thread Ralph Einfeldt
://) -Ursprüngliche Nachricht- Von: Schulze Christian [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 26. März 2002 14:13 An: '[EMAIL PROTECTED]' Betreff: Tomcat, Webapp, Apache and mod_ssl, Protocol is switching The adress shown in my Browser says: 'http://intra.home.de:443/examples

AW: Tomcat, Webapp, Apache and mod_ssl, Protocol is switching

2002-03-26 Thread Schulze Christian
... ??? -Ursprüngliche Nachricht- Von: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 26. März 2002 15:58 An: Tomcat Users List Betreff: AW: Tomcat, Webapp, Apache and mod_ssl, Protocol is switching http://intra.home.de:443/examples/servlets/index.html Tomcat (or apache) doesn't

AW: Tomcat, Webapp, Apache and mod_ssl, Protocol is switching

2002-03-26 Thread Ralph Einfeldt
2002 16:07 An: 'Tomcat Users List' Betreff: AW: Tomcat, Webapp, Apache and mod_ssl, Protocol is switching I noticed this, but if i view the source of this page (obviously generated by Tomcat) the links just looks this way a href=/examples/servlets/ so the Adress should be right

AW: Tomcat, Webapp, Apache and mod_ssl, Protocol is switching

2002-03-26 Thread Schulze Christian
Hi, thanks for your quick reply -Ursprüngliche Nachricht- Von: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 26. März 2002 17:42 An: Tomcat Users List Betreff: AW: Tomcat, Webapp, Apache and mod_ssl, Protocol is switching Just to verify that I understood

JSP compile error when switching JDK to 1.4.0

2002-03-26 Thread Ganey, Todd
I know this has been posted before, but I either missed or there was no solution posted on how to correct the JSP compile error when you switch JDKs from (in my case) 1.3.02 to 1.4.0 in Jakarta TC 4.0.3 on a Windows 2000 or ME machine. after installing the new JDK, pointing references to the new

RE: Session lost when switching from https to http in Tomcat 4

2002-03-26 Thread Manuel Mall
]; Tomcat Users List Cc: Peter Tornberg Subject: Re: Session lost when switching from https to http in Tomcat 4 You are right Manuel, Tomcat 4.0.2 using SSL unfortunately always sets a Secure flag on JSESSIONIDs, which do not (depending on browser) allow you to do this https-http switch. http

Tomcat 4/SSL/mod_webapp - losing session data when switching to SSL

2002-03-26 Thread Les Hazlewood
Hello folks... I have something that I'm just completely stumped onwhile Google has been my best friend the last 5 hours, I still haven't found a solution. The problem: When going from http://mydomain/whatever.jsp to https://mydomain/secureArea/anything.jsp Funny things happen.

RE: Tomcat 4/SSL/mod_webapp - losing session data when switching to SSL

2002-03-26 Thread Manuel Mall
Les, see the recent messages with the subject Session lost when switching from https to http in Tomcat 4. This behaviour seems to be a Tomcat 4 feature, ie. Tomcat 4 appears to be using a different JSESSIONID for secure and non-secure sessions. Manuel -Original Message- From: Les

Re: Tomcat 4/SSL/mod_webapp - losing session data when switching to SSL

2002-03-26 Thread Les Hazlewood
applications...I'm not questioning your knowledge...I'm just taken aback. Les Manuel Mall writes: Les, see the recent messages with the subject Session lost when switching from https to http in Tomcat 4. This behaviour seems to be a Tomcat 4 feature, ie. Tomcat 4 appears to be using

RE: Tomcat 4/SSL/mod_webapp - losing session data when switching to SSL

2002-03-26 Thread Manuel Mall
- losing session data when switching to SSL Manuel, I just joined this list right before I sent my email, so I don't know what was talked about. Where (what thread) are they located? Is this really a feature? Thats seems rediculous...the Tomcat folks have to know that this is highly undesirable

RE: Session lost when switching from https to http in Tomcat 4

2002-03-26 Thread Gurmeet
switching from https to http in Tomcat 4 Anders, thanks, I will try your patch and hope that the Tomcat developer community will take your suggestion to make this behaviour configurable on board. Manuel -Original Message- From: Anders Rundgren [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 26 March

switching user from root to normal user

2002-03-12 Thread Toni . Kielo
Hi. I'm trying to change user on linux after starting tomcat 4.0.2. I need root-access because using ports 80 443, but don't want the program itself to run with root-access, so i was wondering is there a way to change user to a normal user after running it? Toni Kielo Ineo Ltd -- To

Loosing identify when switching to non-protected webresource

2002-02-21 Thread Erwin Teseling
I am using the combination of Tomcat/Jboss and am having problems when using webcontainer security (using j_security_check). I have some resource protected in my web.xml (using security-contraint tag). Now when I try to acces this resource Tomcat presents me my loginform and validates my

Switching on UTF-8 Encoding

2002-02-07 Thread Antony Stace
Hi What do I need to do so that data returned from Tomcat 4 is returned in UTF-8 encoding to a requesting browser and requests received are read as UTF-8. -- Cheers Tony$B!#(B -

Re: Switching on UTF-8 Encoding

2002-02-07 Thread jeff . guttadauro
hoo.com cc: Subject: Switching on UTF-8 Encoding 02/07/02

Re: Switching on UTF-8 Encoding

2002-02-07 Thread Craig R. McClanahan
On Thu, 7 Feb 2002, Antony Stace wrote: Date: Thu, 7 Feb 2002 22:45:23 +0900 From: Antony Stace [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Switching on UTF-8 Encoding Hi What do I need to do so that data returned from Tomcat 4

Re: Switching on UTF-8 Encoding

2002-02-07 Thread timothy
i did it by using filter, it works quite good From Timothy - Original Message - From: "Antony Stace" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 07, 2002 9:45 PM Subject: Switching on UTF-8 Encoding Hi What do I need to do so that data returned fro

Re: Switching on UTF-8 Encoding

2002-02-07 Thread Antony Stace
hoo.com cc: Subject: Switching on UTF-8 Encoding 02/07/02

Re: Switching on UTF-8 Encoding

2002-02-07 Thread Karthik Gopal
: Friday, February 08, 2002 8:33 AM Subject: Re: Switching on UTF-8 Encoding Thanks Jeff, Timothy, Craig for your replies. I have a situation where I have a form which is UTF-8 format. In the servlet(I am acutally using struts) when I am processing a user request I use name

Re: Switching on UTF-8 Encoding

2002-02-07 Thread Craig R. McClanahan
On Fri, 8 Feb 2002, Antony Stace wrote: Date: Fri, 8 Feb 2002 12:03:35 +0900 From: Antony Stace [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: Switching on UTF-8 Encoding Thanks Jeff, Timothy

RE: keeping sessions when switching from http to https

2001-07-26 Thread Brigger Patrick
Message- From: Li Liang [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 25. Juli 2001 20:09 To: [EMAIL PROTECTED] Subject: RE: keeping sessions when switching from http to https I guess that's the way Tomcat parses the session info from request. When it gets the cookie, everything is fine that it can

RE: keeping sessions when switching from http to https

2001-07-25 Thread Brigger Patrick
Title: Re: keeping sessions when switching from http to https Dear David, Yes, with cookies turned on it alsow works on my end, no problem. However, many people have cookies turned off, and for any real world application, it MUST also work when cookies are turned off. Go to Netscape

  1   2   >