Re: Can't get ssl redirection to work properly

2005-07-23 Thread Terence M. Bandoian
with the redirection?. Does behave in this way even if you just have an application.war file deployed on a standalone tomcat? Best regards Stefan Nilsson. On 7/15/05, Stefan Nilsson [EMAIL PROTECTED] wrote: I am running Jboss 4.0.1 with the tomcat 5.0 and I have an application.ear called pds running

Re: Can't get ssl redirection to work properly

2005-07-23 Thread beetle
Dear sir, Thankyou very much for update ,regards,Gregory - Original Message - From: Terence M. Bandoian [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Saturday, July 23, 2005 7:19 AM Subject: Re: Can't get ssl redirection to work properly Hi, You might try including

Re: Can't get ssl redirection to work properly

2005-07-22 Thread Stefan Nilsson
Hi again.. I don´t know if this mail reached the mailinglist som I just reply to myself to get the attention again ;). Is this kind of behaviour by tomcat normal with the redirection?. Does behave in this way even if you just have an application.war file deployed on a standalone tomcat? Best

Re: Can't get ssl redirection to work properly

2005-07-22 Thread Manfred Steurer
.. I don´t know if this mail reached the mailinglist som I just reply to myself to get the attention again ;). Is this kind of behaviour by tomcat normal with the redirection?. Does behave in this way even if you just have an application.war file deployed on a standalone tomcat? Best regards Stefan

Re: Can't get ssl redirection to work properly

2005-07-22 Thread Terence M. Bandoian
with the redirection?. Does behave in this way even if you just have an application.war file deployed on a standalone tomcat? Best regards Stefan Nilsson. On 7/15/05, Stefan Nilsson [EMAIL PROTECTED] wrote: I am running Jboss 4.0.1 with the tomcat 5.0 and I have an application.ear called pds running

Re: Can't get ssl redirection to work properly

2005-07-22 Thread beetle
DEAR SIR Thankyou for your mail, best regards Gregory - Original Message - From: Terence M. Bandoian [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Friday, July 22, 2005 9:52 PM Subject: Re: Can't get ssl redirection to work properly Hi, You might try including a URL

Can't get ssl redirection to work properly

2005-07-15 Thread Stefan Nilsson
I am running Jboss 4.0.1 with the tomcat 5.0 and I have an application.ear called pds running on it. To access the application you simple write http://adress:8080/pds; Now I wanted to enable ssl on the webapp.war in the application so I changed the server.xml and web.xml and created a keystore

Redirection/Multiple URLs (UNCLASSIFIED)

2005-07-12 Thread Samara, Fadi N Mr ACSIM/ASPEX
Classification: UNCLASSIFIED Caveats: NONE Hey everyone, I am trying to let 2 URLs to resolve to the same IP address. I am using apache as a web server that talks to the application server where the app is deployed. What is the best way to approach this ? Would a redirect tag do it ? Where

Problem with redirection for Tomcat Basic Authentication

2005-05-23 Thread Javier Santos Martin-Moreno
to introduce username, password plus domain) instead of Tomcat's basic authentication prompt window. However, once I login (using http://localhost:8080/mywebapp/) I can navigate without problems through the application pages without using the ':8080' part. So it seems like redirection works except

Re: Problem with redirection for Tomcat Basic Authentication

2005-05-23 Thread Mark Thomas
without problems through the application pages without using the ':8080' part. So it seems like redirection works except for the authentication part. Does anyone have any ideas so that I can login to my application from without the need to specify the port? Thanks in advance, Javier Santos

404 redirection question

2005-05-18 Thread Wade Billings
I have the need to redirect visitors to my site to different error pages depending on the type of element missing. For example, if the element that is missing is an image file (e.g. *.jpg, *.gif), then I want to present them with a custom 404 error page. If the missing element is an entire page,

RE: 404 redirection question

2005-05-18 Thread Fritz Schneider
=req.getRequestURI(); Fritz -Original Message- From: Wade Billings [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 18, 2005 8:10 AM To: tomcat-user@jakarta.apache.org Subject: ***SPAM*** 404 redirection question I have the need to redirect visitors to my site to different error pages depending on the type

Re: 404 redirection question

2005-05-18 Thread David Wall
Fritz Schneider wrote: If you have hyperlinks to images, as opposed to HTML pages with images embedded, How would you embed images inside the HTML rather than using hyperlinks to the image? David - To unsubscribe, e-mail: [EMAIL

RE: 404 redirection question

2005-05-18 Thread Fritz Schneider
By having a page that is essentially: htmlhead/body img src=images/xxx.jpg/ /body/html -Original Message- From: David Wall [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 18, 2005 11:01 AM To: Tomcat Users List Subject: Re: 404 redirection question Fritz Schneider wrote: If you have

Re: 404 redirection question

2005-05-18 Thread David Wall
Fritz, Well, that's a hyperlink to the image, not embedded. In the case below, the image is not embedded in the HTML but is simply a link to the image that requires an HTTP(S) GET to retrieve. With a relative URL like you used, it just constructs the complete URL by appending the current

RE: 404 redirection question

2005-05-18 Thread Fritz Schneider
, 2005 2:11 PM To: Tomcat Users List Subject: Re: 404 redirection question Fritz, Well, that's a hyperlink to the image, not embedded. In the case below, the image is not embedded in the HTML but is simply a link to the image that requires an HTTP(S) GET to retrieve. With a relative URL like you

Error Redirection

2005-05-01 Thread Steve Vanspall
Hi there, This is probably an obvious question, but if a JSP or some other error occurs that would usually make tomcat do a printStackTrace() into HTML and display it on the browser. e.g -- HTTP Status 500 -

RE: Error Redirection

2005-05-01 Thread Fritz Schneider
Redirection Hi there, This is probably an obvious question, but if a JSP or some other error occurs that would usually make tomcat do a printStackTrace() into HTML and display it on the browser. [snip...] is there a way to make it forward to a clean error page when on a production system

Re: Error Redirection

2005-05-01 Thread Steve Vanspall
Subject: RE: Error Redirection Steve, Have you tried a custom error page for error 500? error-page error-code500/error-code location/_error/500.html/location /error-page Fritz -Original Message- From: Steve Vanspall [mailto:[EMAIL PROTECTED] Sent: Sunday, May 01, 2005 6:33 PM

Enquiry about IIS-TOMCAT redirection

2005-01-06 Thread Stephen . Chin
Hi, In implementing the change, is it possible to exclude some pages (i.e. JSP) not to route to IIS and route it to tomcat? Many thanks - This transmission and the information it contains including any attachment, is confidential and may be subject to legal

Re: Enquiry about IIS-TOMCAT redirection

2005-01-06 Thread Parsons Technical Services
http://jakarta.apache.org/tomcat/connectors-doc/howto/iis.html Doug - Original Message - From: [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Thursday, January 06, 2005 9:57 PM Subject: Enquiry about IIS-TOMCAT redirection Hi, In implementing the change, is it possible

Location: redirection

2004-11-15 Thread Lisa Soto
Hi, We're using perl within tomcat 4.1.27. The perl scripts run all right, but the redirections don't work at all. If I run the script on the command line, it returns a proper Location: directive, but it doesn't seem to show up in the web browser and/or affect its reaction. Any ideas?

RE: Location: redirection

2004-11-15 Thread Phillip Qin
Please refer to my previous post regarding hack into the CGIServlet. -Original Message- From: Lisa Soto [mailto:[EMAIL PROTECTED] Sent: November 15, 2004 3:24 PM To: [EMAIL PROTECTED] Subject: Location: redirection Hi, We're using perl within tomcat 4.1.27. The perl scripts run all

RE: Location: redirection

2004-11-15 Thread Shapira, Yoav
Hi, We're using perl within tomcat 4.1.27. The perl scripts run all right, but the redirections don't work at all. Using an external mechanism (such as a CGI perl scripts in your case) for redirection in Tomcat is tricky at best, and doomed to failure at worst. The reason is that the script

RE: Location: redirection

2004-11-15 Thread Phillip Qin
The redirect has to be done in inner class CGIRunner of servlet CGIServlet. Tomcat 4.1.30/5.0.28 do not handle redirect. You have to modify method run, in while (isRunning) add your own handling. Our cgi scripts have Status 302 for redirection, so I added header check below

Re: Buffering and redirection to the errorPage

2004-11-11 Thread Steven J. Owens
On Thu, Nov 11, 2004 at 11:28:21AM +1100, Derek Clarkson wrote: This sounds like something I have encountered. The basic question is that how do you redirect to an error page if youa re writing to the output stream rather than going to another JSP, and have an exception ? I thought I

RE: Buffering and redirection to the errorPage

2004-11-11 Thread Carl Olivier
and redirection to the errorPage On Thu, Nov 11, 2004 at 11:28:21AM +1100, Derek Clarkson wrote: This sounds like something I have encountered. The basic question is that how do you redirect to an error page if youa re writing to the output stream rather than going to another JSP, and have an exception

Buffering and redirection to the errorPage

2004-11-10 Thread Carl Olivier
Greetings. I have a question with regards buffering of output and subsequent errorPage redirection. Maybe I am missing something. The default buffer size for a JSP page response is 8kb. If an exception is thrown AFTER 8kb has been written (and the initial chunks has been committed

RE: Buffering and redirection to the errorPage

2004-11-10 Thread Mike Curwen
If an exception is thrown AFTER 8kb has been written (and the initial chunks has been committed) then the redirection to the errorPage (if specified) does not occur. Does this sound right? That sounds 100% correct. Is there anyway to enforce the redirection to the errorPage? Not once

RE: Buffering and redirection to the errorPage

2004-11-10 Thread Derek Clarkson
-8000 x8041 It's not a bug - it's an undocumented feature! -Original Message- From: Carl Olivier [mailto:[EMAIL PROTECTED] Sent: Thursday, 11 November 2004 1:09 AM To: Tomcat Users List Subject: Buffering and redirection to the errorPage Greetings. I have a question with regards buffering

redirection Problem

2004-11-01 Thread vaneet
problem is: when u visit http://www.export4u.co.uk u click on contact us section. If a user refreshes a page, it takes back the user to the home page which is index page. I think it has to do with redirection as i am redirected What changes do i need to do in server.xml so that i doesnt happen? Thankx

redirection problem

2004-11-01 Thread vaneet
problem is: when u visit http://www.export4u.co.uk u click on contact us section. If a user refreshes a page, it takes back the user to the home page which is index page. I think it has to do with redirection as i am redirected What changes do i need to do in server.xml so that i doesnt happen? Thankx

Redirection problem

2004-10-31 Thread vaneet
problem is: when u visit http://www.export4u.co.uk u click on contact us section. If a user refreshes a page, it takes back the user to the home page which is index page. I think it has to do with redirection as i am redirected What changes do i need to do in server.xml so that i doesnt happen

Redirection and Context Question

2004-07-08 Thread Worley Brent - bworle
I'm trying to do a redirection using Javascript on Tomcat 5.0.24 (standalone, no apache server). The code redirects index.html to login.htm. Here is what I have: script language=JavaScript location.replace('login.htm'); /script When I do this, it appears to go into a near-endless loop

SECOND TRY: Redirection and Context Question

2004-07-08 Thread Worley Brent - bworle
I'm trying to do a redirection using Javascript on Tomcat 5.0.24 (standalone, no apache server). The code redirects index.html to login.htm. Here is what I have: script language=JavaScript location.replace('login.htm'); /script When I do this, it appears to go into a near-endless loop

Redirection error Tomcat 3.2.3 IIS5

2004-04-12 Thread rtfrench1
All, New subscriber to this list and relative newbie to Tomcat. Have installed IIS5 w/Tomcat 3.2.3 on W2K. Am having problems with redirection using isapsi. I get the Error 501/505 when attempting http://myserver/examples/jsp/index. I have checked this archive list with the same error messages

Tomcat Redirection Error

2004-04-12 Thread rtfrench1
Tomcat 3.2.3 with IIS 5.0 with Win2k. When using http://myserver/examples/jsp/index I get a 404 error. My tomcat.log is: 2004-04-12 14:23:04 - ContextManager: Adding context Ctx( /examples ) 2004-04-12 14:23:04 - ContextManager: Adding context Ctx( /admin ) 2004-04-12 14:23:04 - ContextManager:

Redirection of JSP's to iPlanet Web Server

2004-01-19 Thread Anantharam S
Hi all I managed to configure iPlanet to redirect the requests from JBOSS 321. I would like to thank Rick for his timely and invaluable help :) First, you need to add the below lines into your magnus.conf right on top of the already existing init parameters: Init fn=load-modules

Redirection of JSP to iPlanet Web Server

2004-01-16 Thread Anantharam S
( nsapi_redirect.dll ) is required to configure the redirection of the jsp's from the iplanet web server to TOMCAT, but I am unable to find out the location of this dll file in the connectors binaries :( I would be grateful if anyone could guide me on the process of redirecting the jsp requests from

Redirection of JSP's to iPlanet Web Server

2004-01-16 Thread Anantharam S
( nsapi_redirect.dll ) is required to configure the redirection of the jsp's from the iplanet web server to TOMCAT, but I am unable to find out the location of this dll file in the connectors binaries :( I would be grateful if anyone could guide me on the process of redirecting the jsp requests from

Re: Redirection of JSP to iPlanet Web Server

2004-01-16 Thread Bill Barker
( nsapi_redirect.dll ) is required to configure the redirection of the jsp's from the iplanet web server to TOMCAT, but I am unable to find out the location of this dll file in the connectors binaries :( I would be grateful if anyone could guide me on the process of redirecting the jsp requests from TOMCAT

Apache redirection to Tomcat, but with JDBC security realms

2004-01-06 Thread Tang Wern Chait
Has anyone tried Apache redirection to Tomcat, on Java code that makes uses of JDBD security realms? Assuming the redirection from Apache to Tomcat works fine when I type 'http://localhost/examples/servlets/index.html' But for my own code, I include url 'alerts.do' inside

session redirection automatic

2003-12-17 Thread Philippe Valle
hi, I use tomcat 4.1.29 and my server.xml have Session expire to 60. When Session expired i want redirect automaticly the user on sessionerror.jsp . how i do that ? this test is do on jsp pages or servlet ? Did you have an example ? thanks.

RE: error-page redirection

2003-11-10 Thread Shapira, Yoav
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, November 07, 2003 9:58 AM To: [EMAIL PROTECTED] Subject: error-page redirection Hello everyone, I am trying to display an error page if user enters a wrong number. The number has to be between 1 an d 10. I

RE: error-page redirection

2003-11-10 Thread Anton Modaresi
I think you should compile your application with debug information, that way you can see what line in your application causes it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: den 7 november 2003 15:58 To: [EMAIL PROTECTED] Subject: error-page redirection

error-page redirection

2003-11-07 Thread Raju . X . Lokhande
Hello everyone, I am trying to display an error page if user enters a wrong number. The number has to be between 1 an d 10. I get following error: type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception

Re: Redirection loop

2003-06-26 Thread Jon Haugsand
* Bill Barker This should make you happy, since, indeed, TC 4.1.x will figure this out and allow access to the form-login-page even if it is otherwise protected. The TC 3.x line doesn't have this feature (although it would be easy enough to add to TC 3.3.2 if anyone actually wanted it :).

Redirection loop

2003-06-25 Thread Jon Haugsand
I try to deploy an application developed by someone else, but her is what happens when I try to access it: telnet localhost 8082 GET /unni/jsp/tilganger/tlgLogin.jsp HTTP/1.0 302 Found Content-Type: text/html Location: http://localhost:8082/unni/jsp/tilganger/tlgLogin.jsp Content-Length: 186

Re: Redirection loop

2003-06-25 Thread Tim Funk
There is probably a security constraint on tlgLogin.jsp and the login page is tlgLogin.jsp which invokes the security constraint and the login page is tlgLogin.jsp which invokes the security constraint and the login page is tlgLogin.jsp which invokes the security constraint ... Or tlgLogin.jsp

Re: Redirection loop

2003-06-25 Thread Jon Haugsand
* Tim Funk There is probably a security constraint on tlgLogin.jsp and the login page is tlgLogin.jsp which invokes the security constraint and the login page is tlgLogin.jsp which invokes the security constraint and the login page is tlgLogin.jsp which invokes the security constraint ...

Re: Redirection loop

2003-06-25 Thread Tim Funk
It doesn't. I don't think the spec accounts for it either. (But I am not in the mood to reread that section at this moment) -Tim Jon Haugsand wrote: Hmm, it looks reasonable, but shouldn't tomcat figure out that it you somehow must get through to the guard that identifies people? Here is

Re: Redirection loop

2003-06-25 Thread Bill Barker
Jon Haugsand [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] * Tim Funk There is probably a security constraint on tlgLogin.jsp and the login page is tlgLogin.jsp which invokes the security constraint and the login page is tlgLogin.jsp which invokes the security constraint and

Re: Apache, Tomcat/JBoss, SSL, redirection

2003-06-11 Thread David Salbego
As I have not received any hints, is there a better list I should be posting this type of question to? Like I said, I think the question is reasonable but I might be overlooking something completely obvious. thanks again for your assistance, --Dave At 04:25 PM 6/10/2003, David Salbego

Re: Apache, Tomcat/JBoss, SSL, redirection

2003-06-11 Thread Nikola Milutinovic
and I'm puzzled. Could you try to eliminate mod_jk from the picture? Run a normal Coyote HTTPS on port 8083 and try the same thing. The redirection is Tomcat's job and maybe it is getting wrong info from mod_jk. Nix.

Apache, Tomcat/JBoss, SSL, redirection

2003-06-10 Thread David Salbego
Hello All, New to the list, did some searching in the archives and didn't see an answer offhand but I may have missed it (my apologies!) Config: Server: HP-UX_Apache-based_Web_Server/2.0.45 (Unix) mod_perl/1.99_08 Perl/v5.6.1 PHP/4.2.3 mod_ssl/2.0.45 OpenSSL/0.9.6i DAV/2 mod_jk/1.2.0 The

Multiple Tomcat-IIS redirection.

2002-12-23 Thread Nir Bregman
Hi. I have a problem to redirect IIS to Tomcat installation in case i have more than one Tomcat installation on my computer. I'm working on win2000, and have two separated Tomcat installations on a single machine. I need IIS redirect filters to be installed - one filter for each Tomcat. The

ssl redirection? in tomcat

2002-12-23 Thread Jason Pyeron
given http://server/context/securedir/foo.html needs to redirect to https://server/context/securedir/foo.html and https://server/context/nosslhere/bar.html to http://server/context/nosslhere/bar.html cant seem to find any docs on this subject. --

Re: ssl redirection? in tomcat

2002-12-23 Thread Jason Pyeron
http - https solved: security-constraint web-resource-collection web-resource-name/ url-pattern/securedir/url-pattern url-pattern/securedir//url-pattern url-pattern/securedir/*/url-pattern url-pattern/securedir/**/url-pattern /web-resource-collection user-data-constraint

iis redirection to linux tomcat machine

2002-11-15 Thread Jose Antonio Martinez
i have installed the isapi filter in the iis for redirection of jsp pages to a linux machine (it has a tomcat server). i have followed the documentation at: http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/#6 the array is green now , but when i try to view jsp samples

Re: iis redirection to linux tomcat machine

2002-11-15 Thread Jose Antonio Martinez
Antonio Martinez [EMAIL PROTECTED] escribió: i have installed the isapi filter in the iis for redirection of jsp pages to a linux machine (it has a tomcat server). i have followed the documentation at: http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/#6 the array is green now

Re: iis redirection to linux tomcat machine

2002-11-15 Thread Jose Antonio Martinez
sorry, here it is: [Fri Nov 15 12:45:40 2002] [jk_isapi_plugin.c (696)]: HttpFilterProc started [Fri Nov 15 12:45:40 2002] [jk_isapi_plugin.c (759)]: In HttpFilterProc Virtual Host redirection of /www.domwindows.com/examples/ [Fri Nov 15 12:45:40 2002] [jk_uri_worker_map.c (460

Re: iis redirection to linux tomcat machine

2002-11-15 Thread Jose Antonio Martinez
sorry, here it is: [Fri Nov 15 12:45:40 2002] [jk_isapi_plugin.c (696)]: HttpFilterProc started [Fri Nov 15 12:45:40 2002] [jk_isapi_plugin.c (759)]: In HttpFilterProc Virtual Host redirection of /www.domwindows.com/examples/ [Fri Nov 15 12:45:40 2002] [jk_uri_worker_map.c (460

Re: iis redirection to linux tomcat machine

2002-11-15 Thread Jose Antonio Martinez
sorry, here it is: [Fri Nov 15 12:45:40 2002] [jk_isapi_plugin.c (696)]: HttpFilterProc started [Fri Nov 15 12:45:40 2002] [jk_isapi_plugin.c (759)]: In HttpFilterProc Virtual Host redirection of /www.domwindows.com/examples/ [Fri Nov 15 12:45:40 2002] [jk_uri_worker_map.c (460

RE: iis redirection to linux tomcat machine

2002-11-15 Thread Turner, John
[mailto:lfbbes;yahoo.es] Sent: Friday, November 15, 2002 6:47 AM To: Tomcat Users List Subject: Re: iis redirection to linux tomcat machine here is the redirector isapi log: #-- DEFAULT ajp13 WORKER DEFINITION

RE: iis redirection to linux tomcat machine

2002-11-15 Thread Jose Antonio Martinez
: Friday, November 15, 2002 6:47 AM To: Tomcat Users List Subject: Re: iis redirection to linux tomcat machine here is the redirector isapi log: #-- DEFAULT ajp13 WORKER DEFINITION

RE: iis redirection to linux tomcat machine

2002-11-15 Thread Turner, John
are the contents of uriworkermap.properties? I don't use IIS, but it looks to me like you're missing a piece or two. John -Original Message- From: Jose Antonio Martinez [mailto:lfbbes;yahoo.es] Sent: Friday, November 15, 2002 8:16 AM To: Tomcat Users List Subject: RE: iis redirection

Re: Port redirection on Tomcat standalone

2002-11-14 Thread Torsten Fohrer
which redirectPort have you stay in your normal 8080 tomcat connector config? On Wednesday 13 November 2002 23:57, Michal Kreglewski wrote: Hi, I've got a problem with port redirection on Tomcat 4.1.12 standalone. I've enabled SSL in server.xml and it works fine. But then I put

Port redirection on Tomcat standalone

2002-11-13 Thread Michal Kreglewski
Hi, I've got a problem with port redirection on Tomcat 4.1.12 standalone. I've enabled SSL in server.xml and it works fine. But then I put the following in web.xml: security-constraint web-resource-collection web-resource-nameMy Servlet/web-resource-name url-pattern/myServlet/url

Re: Port redirection on Tomcat standalone

2002-11-13 Thread Michal Kreglewski
[EMAIL PROTECTED] Sent: Thursday, November 14, 2002 12:08 AM Subject: Re: Port redirection on Tomcat standalone which redirectPort have you stay in your normal 8080 tomcat connector config? On Wednesday 13 November 2002 23:57, Michal Kreglewski wrote: Hi, I've got a problem with port

RE: Port redirection on Tomcat standalone

2002-11-13 Thread Turner, John
redirection on Tomcat standalone Everything works when when I do like this: Connector className=org.apache.catalina.connector.http.HttpConnector port=80 minProcessors=5 maxProcessors=75 enableLookups=true redirectPort=443 acceptCount=10 debug=0 connectionTimeout=6/ Connector className

Servlet redirection problem

2002-11-01 Thread Tam, Michael
Hi all, I am running Tomcat 4.1.12 + Apache 1.3.27 with mod_webapp on Win2k pro machine. I have a doPost() in a servlet which at the end would redirects to a url with a query string (e.g. newurl?VALUE1=abcVALUE2=def) by calling respond.sendRedirect(). The servlet did redirect to the target

RE: Servlet redirection problem

2002-11-01 Thread Mike Jackson
: Servlet redirection problem Hi all, I am running Tomcat 4.1.12 + Apache 1.3.27 with mod_webapp on Win2k pro machine. I have a doPost() in a servlet which at the end would redirects to a url with a query string (e.g. newurl?VALUE1=abcVALUE2=def) by calling respond.sendRedirect

RE: Servlet redirection problem

2002-11-01 Thread Mike Jackson
Oops, I ment to say Why redirect... --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Mike Jackson [mailto:mjackson;cdi-hq.com] Sent: Friday, November 01, 2002 4:24 PM To: Tomcat Users List Subject: RE: Servlet redirection problem While redirect? You could

Re: Servlet redirection problem

2002-11-01 Thread Bill Barker
Alternatively, read the README file, and realize that mod_webapp is not currently supported on Windows (or for Apache2 with MPM != prefork). Tam, Michael [EMAIL PROTECTED] wrote in message news:E3725E2B7548D51192090002A534A18A01730E07;s2-vic-r1.nrn.nrcan.gc.ca... Hi all, I am running Tomcat

Apache+SSL+Tomcat - servlet redirection problem

2002-10-29 Thread Bala
- SSL works fine, except the redirection part. How to make things work?. Please give me an idea? Regards Balachandar = One important key to success is self-confidence. An important key to self-confidence is preparation

Re: Apache+SSL+Tomcat - servlet redirection problem

2002-10-29 Thread Anitha K Rao
- servlet redirection problem I configurd Apache 1.3.9 , modSSL, openSSL and TOMCAT 3.2.3. For http , it is working fine. For Https, In one of my servlet , I redirected the request to other servlet. To form the redirect URL i used HttpServletRequest.getScheme(); It always returns http

Apache+SSL+Tomcat - servlet redirection problem

2002-10-28 Thread Bala
- SSL works fine, except the redirection part. How to make things work?. Please give me an idea? Regards Balachandar = One important key to success is self-confidence. An important key to self-confidence is preparation

Re: problem with session tracking and redirection http--- https

2002-10-20 Thread Jon Eaves
Henrik Bentel wrote: One of my problems is that I can't find anything in the servlet or tomcat documentation that mentiones any of this behaviour. If there is any, please send me the link. Hi Henrik, I couldn't find anything specific in the Servlet Spec, but in general it's just not a good

Re: problem with session tracking and redirection http--- https

2002-10-20 Thread Maninder S Batth
my 2 cents: encrypting session information such as encrypted urls or cookies dont buy anything. they can be sniffed , and sent back. or worse things can happen. Security is not cheap so forget finding an inexpensive way. thats one big problem with open protocols, you know exactly where to

Re: problem with session tracking and redirection http--- https

2002-10-20 Thread Craig R. McClanahan
On Sat, 19 Oct 2002, Henrik Bentel wrote: Date: Sat, 19 Oct 2002 19:08:35 + From: Henrik Bentel [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: problem with session tracking and redirection http--- https One of my problems is that I

Re: problem with session tracking and redirection http--- https

2002-10-19 Thread Craig R. McClanahan
On Fri, 18 Oct 2002, Maninder S Batth wrote: Date: Fri, 18 Oct 2002 20:11:31 -0700 From: Maninder S Batth [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: problem with session tracking and redirection http--- https if session apis

Re: problem with session tracking and redirection http--- https

2002-10-19 Thread Maninder S Batth
if session apis and request dispatchers are used for internal redirection, is there still any security hole?? Craig R. McClanahan wrote: On Fri, 18 Oct 2002, Henrik Bentel wrote: Date: Fri, 18 Oct 2002 23:07:17 + From: Henrik Bentel [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL

Re: problem with session tracking and redirection http--- https

2002-10-19 Thread Craig R. McClanahan
On Fri, 18 Oct 2002, Maninder S Batth wrote: Date: Fri, 18 Oct 2002 19:28:59 -0700 From: Maninder S Batth [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: problem with session tracking and redirection http--- https please correct me if i

Re: problem with session tracking and redirection http--- https

2002-10-19 Thread Henrik Bentel
] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: problem with session tracking and redirection http--- https Date: Fri, 18 Oct 2002 21:48:36 -0700 (PDT) On Fri, 18 Oct 2002, Maninder S Batth wrote: Date: Fri, 18 Oct 2002 19:28:59 -0700 From: Maninder S Batth [EMAIL PROTECTED] Reply-To: Tomcat

Re: problem with session tracking and redirection http--- https

2002-10-18 Thread Craig R. McClanahan
On Thu, 17 Oct 2002, Henrik Bentel wrote: Date: Thu, 17 Oct 2002 04:45:21 + From: Henrik Bentel [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: problem with session tracking and redirection http--- https ok, I see your point. My

Re: problem with session tracking and redirection http--- https

2002-10-18 Thread Maninder S Batth
is the request method changing in redirection, for example post to get ?? if it is, use HttpServletResponse.encodeURL() Henrik Bentel wrote: Another weird behaviour I just discovered is the following: If a httpsession is created by a servlet processing a request sent under(scheme) http

Re: problem with session tracking and redirection http--- https

2002-10-18 Thread Henrik Bentel
. From: Henrik Bentel [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: problem with session tracking and redirection http--- https Date: Thu, 17 Oct 2002 04:45:21 + ok, I see your point. My approach is that I only use https to scramble

Re: problem with session tracking and redirection http--- https

2002-10-18 Thread Henrik Bentel
yeah, I always encode the redirection URL. it's waird that it works if the session is created which under http, but not under https. bug maybe? From: Maninder S Batth [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: problem with session

Re: problem with session tracking and redirection http--- https

2002-10-18 Thread Maninder S Batth
variable which was created by https jsp. The first file is called PutVar.jsp . It works fine. I am including both the files. Henrik Bentel wrote: yeah, I always encode the redirection URL. it's waird that it works if the session is created which under http, but not under https. bug maybe? From

Re: problem with session tracking and redirection http--- https

2002-10-18 Thread Maninder S Batth
btw does RequestDispatcher serves your purpose ? Henrik Bentel wrote: yeah, I always encode the redirection URL. it's waird that it works if the session is created which under http, but not under https. bug maybe? From: Maninder S Batth [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL

Re: problem with session tracking and redirection http--- https

2002-10-18 Thread Craig R. McClanahan
On Fri, 18 Oct 2002, Henrik Bentel wrote: Date: Fri, 18 Oct 2002 23:07:17 + From: Henrik Bentel [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: problem with session tracking and redirection http--- https yeah, I always encode

Re: problem with session tracking and redirection http--- https

2002-10-18 Thread Maninder S Batth
? Craig R. McClanahan wrote: On Fri, 18 Oct 2002, Henrik Bentel wrote: Date: Fri, 18 Oct 2002 23:07:17 + From: Henrik Bentel [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: problem with session tracking and redirection http--- https yeah, I

AW: problem with session tracking and redirection http--- https

2002-10-17 Thread Ralph Einfeldt
a session gets destroyed. -Ursprüngliche Nachricht- Von: Henrik Bentel [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 17. Oktober 2002 06:45 An: [EMAIL PROTECTED] Betreff: Re: problem with session tracking and redirection http--- https My approach is that I only use https to scramble

problem with session tracking and redirection http--- https

2002-10-16 Thread Henrik Bentel
Help! I recently tried to upgrade my version of Tomcat from 3.3 to 4.1(I also tried 4.0). My problem is that for some reason the httpsession is lost after redirection from https to http. I run apache in front of tomcat to handle static content plus certificate. My webapp depend on the ability

Re: problem with session tracking and redirection http--- https

2002-10-16 Thread Jacob Kjome
10/17/2002 +, you wrote: Help! I recently tried to upgrade my version of Tomcat from 3.3 to 4.1(I also tried 4.0). My problem is that for some reason the httpsession is lost after redirection from https to http. I run apache in front of tomcat to handle static content plus certificate. My

Re: problem with session tracking and redirection http--- https

2002-10-16 Thread Henrik Bentel
] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: problem with session tracking and redirection http--- https Date: Wed, 16 Oct 2002 23:33:41 -0500 This is the way Tomcat 4.x.x is made to work. The reason for this is security. I think it can

Adicional configuration when using IIS redirection.

2002-09-06 Thread Rafael Gava de Oliveira
Hello, I´ve configured TomCat 4.0.4 to work with IIS. Everything is working fine but I didn´t setup a Connector in Server.XML. Is it ok? Do I have to setup a connector? Or if would like to setup a number of connections (threads), Do I have to setup a connector?

Unique session ID upon redirection

2002-08-21 Thread A.P Kwee
Hi, I hope that this is the right channel to post this question. I am trying to force all requests for *.html pages to a jsp file which will perform some checks on whether the users has logged on before displaying the html file. I have successfully redirected all request from my apache

determining URL selected prior to redirection for j_security_check?

2002-07-24 Thread Stadter, Jim
Hi, My index.html page contains three links, two of which require authorization prior to access. I'm using form based authentication, and would like to customize the login.jsp page (which contains the j_security_check form) to provide an indication of the original link that was selected from

RE: determining URL selected prior to redirection for j_security_check?

2002-07-24 Thread Durham David Cntr 805CSS/SCBE
=%= request.getParameter(redirect)% or form action=login_act.jsp?redirect=%= request.getParameter(redirect) % -Original Message- From: Stadter, Jim [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 4:55 PM To: [EMAIL PROTECTED] Subject: determining URL selected prior to redirection

  1   2   >