RE: auto-redirect to default page - undesired

2002-11-18 Thread Craig R. McClanahan
On Mon, 18 Nov 2002, neal wrote: Date: Mon, 18 Nov 2002 16:12:29 -0800 From: neal [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: auto-redirect to default page - undesired Well, cool idea but there's still a problem

RE: auto-redirect to default page - undesired

2002-11-18 Thread neal
. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 4:30 PM To: Tomcat Users List Subject: RE: auto-redirect to default page - undesired On Mon, 18 Nov 2002, neal wrote: Date: Mon, 18 Nov 2002 16:12:29 -0800 From: neal [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL

Re: auto-redirect to default page - undesired

2002-11-18 Thread Bill Barker
for some of the older but still supported browsers. :( Any other thoughts? I'm not to keen on this 'feature'. Thanks. Neal -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 4:30 PM To: Tomcat Users List Subject: RE: auto-

SSL, JK redirect question

2002-10-24 Thread Martin Jacobson
them to /drs/private/home. Because /drs/private/* is under a security contraint, it triggers a redirect to /drs/login which POSTs to j_security_check, etc. Previously, using tomcat-standalone, the transport-guaranteeCONFIDENTIAL/transport-guarantee triggered the switch to https: - however

Redirect Valve - contribution

2002-10-09 Thread Jens Andersen
Hi all, I would like to contribute a Redirct Valve to Tomcat for the next release or so - but how do I do that? Whom do I contact? Best regards, Jens Andersen -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Redirect Valve - contribution

2002-10-09 Thread Jean-Francois Arcand
Hi, read : http://jakarta.apache.org/site/getinvolved.html -- Jeanfrancois Jens Andersen wrote: Hi all, I would like to contribute a Redirct Valve to Tomcat for the next release or so - but how do I do that? Whom do I contact? Best regards, Jens Andersen -- To unsubscribe,

Tomcat 4.0.5/JDK1.4/Solaris + Redirect to HTTPS not working

2002-10-07 Thread gautam
Hello, I am facing a problem with SSL in Tomcat 4.0.5 on Solaris (JDK 1.4). The same code works fine on Windows 2000 (TC 4.0.5, JDK 1.4). When I access the app through HTTP, it should redirect me to HTTPS. This does not happen and I get a Page cannot be displayed. Direct access through HTTPS

Redirect catalina logs to a file in windows

2002-10-01 Thread Deepak R
Hi, I have setup tomcat on windows. When I startup tomcat with the command 'startup.bat', it opens up a new window all the logs from catalina are output in that window. How can I redirect it to a file, like we have 'catalina.out' for unix? Thanks, Deepak -- To unsubscribe, e-mail: mailto

RE: Tomcat+IIS+https redirect

2002-09-25 Thread Ignacio J. Ortega
a issue with Tomcat ( any version if i recall well ), tomcat does a redirection to the welcome pages, and your acelerator is sending the req uest to tc and iis withoput the correct scheme, when tomcat trie to do a redirect for the welcome page i does not have any way to get to know

Tomcat+IIS+https redirect

2002-09-24 Thread Hoffman, Matt
, transfering de-encrypted SSL communcation to IIS, which then transfers it to Tomcat. The only problem is when we use a directory as the URL, it cannot redirect to the index.jsp file. Sniffing reveals that it is trying to redirect a request for https://foobar.com to http://foobar.com/index.jsp (note

Redirect not working

2002-09-18 Thread carlo . montanari
Hi all. My configuration is: Apache 2.0.35 and Tomcat 4.0.3 (or 4.0.4, same behaviour), with mod_webapp and warp connector. Solaris 8, jdk 1.4.0. If I deploy examples webapp and access it through Tomcat's standalone listener (port 8080) everything works ok. When I access it through Apache, it

RE: Redirect not working

2002-09-18 Thread Jonathan Soons
Are you sure that is a Redirect? Redirect requires /path - URL. Yours looks like an Alias. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 7:12 AM To: [EMAIL PROTECTED] Subject: Redirect not working Hi all. My configuration

RE: Redirect not working

2002-09-18 Thread carlo . montanari
Users List [EMAIL PROTECTED] cc: Subject:RE: Redirect not working Are you sure that is a Redirect? Redirect requires /path - URL. Yours looks like an Alias. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 7:12 AM To: [EMAIL

Forward vrs redirect to a welcome-file

2002-09-18 Thread Aviv Eliezer
Hi! when i specify a welcome file, and hit the root of a webapp, i'm automatically redirected to the welcome file- ie, i see in the browser address bar http://www.domain.com/index.jsp; does anyone know how to make it so that tomcat will forward to the welcome-file, so in the browser address

Forward vrs redirect to a welcome-file

2002-09-17 Thread Aviv Eliezer
Hi, when i specify a welcome file, and hit the root of a webapp, i'm automatically redirected to the welcome file- ie, i see in the browser address bar http://www.domain.com/index.jsp;. Does anyone know how to make it so that tomcat will forward to the welcome-file, so in the browser address

Problems with redirect on IIS

2002-09-17 Thread Ingo Klose
Hello, I installed Tomcat 4.0 on a Windows .Net Standard Server Version 2002 SP 1. Tomcat itself runs fine, but I have problems with the redirect. When I use: http://localhost:8080/examples/jsp/index.html - Successfull loading of the JSP indext page http://localhost/examples/jsp/index.html

redirect bug?

2002-09-05 Thread Leos Literak
Hi, I try to increase protection of my users with such servlet: String url = mailto:+user.getEmail(); response.sendRedirect(url); e.g. on normal site there is no email, just link to servlet which redirects to email. Well, it partially works. It really opens email client. Unfortunatelly TO

RE: redirect bug?

2002-09-05 Thread Andrew Conrad
]] On Behalf Of Leos Literak Sent: Thursday, September 05, 2002 9:21 AM To: [EMAIL PROTECTED] Subject: redirect bug? Hi, I try to increase protection of my users with such servlet: String url = mailto:+user.getEmail(); response.sendRedirect(url); e.g. on normal site

Re: redirect bug?

2002-09-05 Thread Leos Literak
:[EMAIL PROTECTED];) to response.redirect(mailto:;) Why? Leos -Original Message- From: news [mailto:[EMAIL PROTECTED]] On Behalf Of Leos Literak Sent: Thursday, September 05, 2002 9:21 AM To: [EMAIL PROTECTED] Subject: redirect bug? Hi, I try to increase protection of my users

RE: help with redirect

2002-08-27 Thread Cox, Charlie
actually, you can use a filter(tc4) to check the request type for all requests and do a redirect there so you only have the code in one place and it would cover all servlets and jsp's. Charlie -Original Message- From: Billy V. Kantartzis [mailto:[EMAIL PROTECTED]] Sent: Thursday

Redirect!

2002-08-22 Thread Alexander Schmidt
Hello ! I want to redirect an URL, but I don´t know how! Has anyone an idea? I use Tomcat4.0.1. Thanks A. Schmidt -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Redirect!

2002-08-22 Thread Barney Hamish
There are a couple of ways you can do this: -Add a redirect header to your page 3XX (see rfc2616) -Use jsp:forward tag -Client side with javascript But it really depends what you want to do exactly. Hamish -Original Message- From: Alexander Schmidt [mailto:[EMAIL PROTECTED]] Sent

Fw: Redirect with TOMCAT4.01?

2002-08-22 Thread Alexander Schmidt
- Original Message - From: Alexander Schmidt To: Tomcat Users List Sent: Thursday, August 22, 2002 11:29 AM Subject: Redirect with TOMCAT4.01? Hello! I want to redirect an URL for example /opencms/opencms/colangamma to /colangamma/. So when I type in colangamma he redirect

Re: Redirect!

2002-08-22 Thread Øyvind Vestavik
Create a url and redirect: URL url = new Url(http:\\myserver.com); response.sendRedirect(url.toString()); Øyvind Øyvind Vestavik Øvre Møllenberggt 44b 7014 Trondheim [EMAIL PROTECTED] 41422911 On Thu, 22 Aug 2002, Alexander Schmidt wrote: Hello ! I want to redirect an URL, but I don´t

Re: Fw: Redirect with TOMCAT4.01?

2002-08-22 Thread Øyvind Vestavik
Møllenberggt 44b 7014 Trondheim [EMAIL PROTECTED] 41422911 On Thu, 22 Aug 2002, Alexander Schmidt wrote: - Original Message - From: Alexander Schmidt To: Tomcat Users List Sent: Thursday, August 22, 2002 11:29 AM Subject: Redirect with TOMCAT4.01? Hello! I want to redirect

JDBC Realm redirect problem

2002-08-02 Thread Polly Poon
Hi all, My configuration is Tomcat: 3.2.4 JDK: 1.3.01 Linux Red Hat7.3 MySQL3.2.3 I was using JDBC Realm for security. But for some reason even when the user have the correct password and username to authenticate it still end up redirect to the error page. Would any one give me a pointer

RE: JDBC Realm redirect problem

2002-08-02 Thread Tathagat (London)
My guess would be that the roles being returned are not the correct ones. -Original Message- From: Polly Poon [mailto:[EMAIL PROTECTED]] Sent: Friday, August 02, 2002 10:20 To: Tomcat Users List Subject: JDBC Realm redirect problem Hi all, My configuration is Tomcat: 3.2.4 JDK: 1.3.01

Getting Tomcat to redirect requests

2002-07-25 Thread Collins, Jim
Hi, Does anyone know how I can set-up Tomcat to redirect requests to a particular web-app. I have done it using Apache and iPlanet and would like to know how to do this with Tomcat. I have a particular web-app that I want to take down for a short period and redirect any requests to this app

RE: Getting Tomcat to redirect requests

2002-07-25 Thread Shapira, Yoav
the filter. Yoav Shapira Millennium ChemInformatics -Original Message- From: Collins, Jim [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 4:09 AM To: 'Tomcat Users List' Subject: Getting Tomcat to redirect requests Hi, Does anyone know how I can set-up Tomcat to redirect

RE: Getting Tomcat to redirect requests

2002-07-25 Thread Collins, Jim
Thanks Yoav, I'll try that. Regards Jim. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: 25 July 2002 14:28 To: Tomcat Users List Subject: RE: Getting Tomcat to redirect requests Howdy, A simple filter could do the trick. Have do

Tomcat 4.0.4 and IIS5.0 --REDIRECT??

2002-07-23 Thread Robert Keddie
Do I implement the isapi_redirect for this combo the same as earlier versions? Does anyone have the configs for this new arrangement? PLEASE?!?! Thx! Robert Keddie web development Marion County, FL -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

AW: How I can redirect requests in Tomcat 4?

2002-07-03 Thread Ralph Einfeldt
- Von: Luca Ventura [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 3. Juli 2002 15:29 An: tomcat-user; tomcat-dev Betreff: How I can redirect requests in Tomcat 4? I would like to redirect all the requests for this url: http://www.mydomain.com/address1.html to this new url: http

RE: How I can redirect requests in Tomcat 4?

2002-07-03 Thread Ignacio J. Ortega
De: Luca Ventura [mailto:[EMAIL PROTECTED]] Enviado el: 3 de julio de 2002 15:29 Para: tomcat-user; tomcat-dev This is a user question.. In addition you should read http://jakarta.apache.org/site/mail.html carefully, in that document we ask specifycally to not crosspost.. Please do not

Re: How I can redirect requests in Tomcat 4?

2002-07-03 Thread eric aboudaram
redirect requests in Tomcat 4? Hello everybody! I have Tomcat 4 installed as Web Server on a Win 2000 machine. I would like to know how I can redirect requests from an URL to another one. For example I would like to redirect all the requests for this url: http://www.mydomain.com/address1

How I can redirect requests in Tomcat 4?

2002-07-03 Thread Luca Ventura
Hello everybody! I have Tomcat 4 installed as Web Server on a Win 2000 machine. I would like to know how I can redirect requests from an URL to another one. For example I would like to redirect all the requests for this url: http://www.mydomain.com/address1.html to this new url: http

Session, SSL redirect , no Cookies

2002-06-21 Thread Peter Balmforth
I'm trying to use SSL for a login form and then redirect from https: to http: once I have passed my password. The rest of the site will be less secure but will not suffer the overhead of SSL. Everything seems to work fine when cookies are enabled but when I rely only on URL rewriting my

IIS doesn't redirect JSP files properly, please help

2002-06-19 Thread Steve
Hi Everyone, Does someone know of where I could find a good document on how to configure IIS to redirect JSP files to Tomcat or point me the right direction of how to solve this error. The reason for my question is becasue everytime I try executing a jsp file I receive a page cannot

How can I get rid of tomcat's redirect to its own ip address?

2002-06-13 Thread Michael K.
the internet. How can I get rid of tomcat's redirect to its own ip address? All traffic should go over the reverse proxy server. if i just access a html page in a pure IIS directory, the forward does not take place, so the problem has to be related to the tomcat. thx, michael

tomcat 3.3.1 losing session after a redirect:

2002-06-12 Thread Olivier Fillon
); // redirect to the receipt page Log.debug(Payment.doGet() - receiptUrl=+receiptURL); res.sendRedirect(res.encodeRedirectURL(receiptURL)); where the doGet of the receipt uRL servlet does: // get the session associated with the request HttpSession session = req.getSession(false

Wierd Error with IIS 5/Tomcat 4.0.3 Redirect

2002-06-12 Thread Matt Fury
Hi! I've successfully set up Tomcat 3.3.1 with the redirect in less that 2 minutes but I am having much more trouble with 4.0.3. I've followed the directions to a T at http://www.vacodi.com/howto/tomcat/iisnt/index.html (which are great BTW) but when I hit tomcat at port 80 I get this error

RE: Redirect port 80 requests to 443

2002-06-10 Thread Sefton, Adam
:59 To: 'Tomcat Users List' Subject: RE: Redirect port 80 requests to 443 Actually, I took it a step further: I wanted to be sure that anyone who goes to http: gets redirected. With just a simple redirection page, someone could still go http://oursite/ourapp and get by without using SSL. Here's

Redirect port 80 requests to 443

2002-06-07 Thread John Roth
This seems simple, but ... I am running Tomcat 4.0.3, standalone on w2k. I would like all requests to http://oursite/ to be automatically redirected to https://oursite/ but am not finding an elegant/simple solution. Below is a snippet from server.xml: Connector

AW: Redirect port 80 requests to 443

2002-06-07 Thread Ralph Einfeldt
Roth [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 7. Juni 2002 17:09 An: Tomcat User Group (E-mail) Betreff: Redirect port 80 requests to 443 This seems simple, but ... I am running Tomcat 4.0.3, standalone on w2k. I would like all requests to http://oursite/ to be automatically

Re: Redirect port 80 requests to 443

2002-06-07 Thread Rick Fincher
Hi John, Tomcat will do this automatically with your app but it has to know that it is meant for the secure port only. You tell it this by including something like the following in your web.xml for the app. security-constraint web-resource-collection

RE: Redirect port 80 requests to 443

2002-06-07 Thread Richard S. Huntrods
John Roth said: This seems simple, but ... I am running Tomcat 4.0.3, standalone on w2k. I would like all requests to http://oursite/ to be automatically redirected to https://oursite/ but am not finding an elegant/simple solution. Below is a snippet from server.xml: Why not simply

RE: Redirect port 80 requests to 443

2002-06-07 Thread John Roth
of server.xml ... Thanks, John -Original Message- From: Richard S. Huntrods [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 3:38 PM To: [EMAIL PROTECTED] Subject: RE: Redirect port 80 requests to 443 John Roth said: This seems simple, but ... I am running Tomcat 4.0.3

REDIRECT 302 all http request

2002-05-30 Thread remy.menetrieux
with the immortal index.html. Tomcat like most web servers has this option, the so called welcome page as defined in the servlet 2.3 specification. However, Tomcat does not internally redirect this request, it sends a HTTP 302 redirect which is a response header telling the browser the document has

Re: How can I redirect only JSP pages to Tomcat?

2002-05-18 Thread Arshad Mahmood
Ooops, should have read more carefully. The Tomcat-IIS howto contains the appropriate instructions on how to setup IIS to redirect a url to Tomcat. You need to look for this document under Tomcat 3.2.4 (should still be applicable to Tomcat 4 as you are using ajp12).. Regards. - Original

Re: How can I redirect only JSP pages to Tomcat?

2002-05-18 Thread Arshad Mahmood
17, 2002 7:44 AM Subject: How can I redirect only JSP pages to Tomcat? Hello everybody! I have installed Tomcat 4 as servlet/JSP container fo IIS 5 but I haven't understood how to redirect to Tomcat only requests for JSP pages or servlets. I have found only the way to redirect entire

Réf. : How can I redirect only JSP pages to Tomcat?

2002-05-17 Thread staginfo-ar
I have the same problem. You can try to add :forwardAll=false noRoot=false in the IIS listener of your context in server.xml I've seen in tomcat doc this manip permits to redirect only Jspservlets but it doesn't work for me. Good luck! Jc ps: Do you know how can I put IIs tomcat

R: Ref. : How can I redirect only JSP pages to Tomcat?

2002-05-17 Thread Luca Ventura
PROTECTED]] Inviato: venerdi 17 maggio 2002 8.55 A: Tomcat Users List Oggetto: Ref. : How can I redirect only JSP pages to Tomcat? I have the same problem. You can try to add :forwardAll=false noRoot=false in the IIS listener of your context in server.xml I've seen in tomcat doc

How can I redirect only JSP pages to Tomcat?

2002-05-17 Thread Luca Ventura
Hello everybody! I have installed Tomcat 4 as servlet/JSP container fo IIS 5 but I haven't understood how to redirect to Tomcat only requests for JSP pages or servlets. I have found only the way to redirect entire sites but I would like to redirect only JSP pages and servlets and not html

Urgent send redirect

2002-05-07 Thread Laura
Hi all, I have a problem and I don't know whre is the cause. My context is /xxx: in this context I have a servlet. This servlet takesas parametr an url in IP form (nn1.nn2.nn3.nn4). At the end of the servlet I do: response.sendRedirect(response.encodeRedirectURL(url + ? + querystring)); If

RE: Urgent send redirect

2002-05-07 Thread Chris Campbell
You could try just: response.sendRedirect(http://; + url + ? + querystring); ChrisC -Original Message- From: Laura [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 07, 2002 7:53 PM To: [EMAIL PROTECTED] Subject: Urgent send redirect Hi all, I have a problem and I don't know

Re: Tomcat redirect

2002-05-07 Thread joshua wentworth
with a clue stick and tell me what I'm doing wrong? Josh - Original Message - From: Oki DZ [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, May 06, 2002 8:17 PM Subject: Re: Tomcat redirect On 05/07 04:19 joshua wentworth wrote: I am trying to have Tomcat redirect

Re[2]: Tomcat redirect

2002-05-07 Thread Jacob Kjome
/myservlets/servlet/MyRedirectServlet which might redirect to another servlet MyRedirectResultServlet You'd have to make sure that the redirection goes to /servlet/MyRedirectResultServlet in order for Tomcat to catch this request as a request to this other servlet. Did that answer the question

Re: Re[2]: Tomcat redirect

2002-05-07 Thread joshua wentworth
is that I can't change the code in the servlet itself (Otherwise fixing this would be trivial). Josh - Original Message - From: Jacob Kjome [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, May 07, 2002 12:01 PM Subject: Re[2]: Tomcat redirect Hello joshua, Well

Re[4]: Tomcat redirect

2002-05-07 Thread Jacob Kjome
fixing this would be trivial). jw Josh jw - Original Message - jw From: Jacob Kjome [EMAIL PROTECTED] jw To: Tomcat Users List [EMAIL PROTECTED] jw Sent: Tuesday, May 07, 2002 12:01 PM jw Subject: Re[2]: Tomcat redirect Hello joshua, Well, actually, all you've done here is specify

Re: Re[4]: Tomcat redirect

2002-05-07 Thread joshua wentworth
- Original Message - From: Jacob Kjome [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, May 07, 2002 12:38 PM Subject: Re[4]: Tomcat redirect Hello joshua, Well, take a look at the form action: action=/servlet/CatalogServlet This isn't even a servlet to servlet call

Tomcat redirect

2002-05-06 Thread joshua wentworth
I am trying to have Tomcat redirect certain requests to other applications or other sites. But I can't find anything in the documentation or in any of the messageboards about any kind of forward or redirect function in Tomcat. Is there such a function, and if so where can I find documentation

Re: Tomcat redirect

2002-05-06 Thread Oki DZ
On 05/07 04:19 joshua wentworth wrote: I am trying to have Tomcat redirect certain requests to other applications or other sites. But I can't find anything in the documentation or in any of the messageboards about any kind of forward or redirect function in Tomcat. Is there such a function

Tomcat with remote context IIS redirect

2002-05-03 Thread Mohd Farid Ismail
configuration: I add a context in server.xml as below: Context path=/sample docBase=\\machine2\directory2\sample debug=0 privileged=true/ With Tomcat 8080: I managed to access the page correctly with this kind of URL http://machine1:8080/sample/ The problem: I can access it thru IIS redirect like

How to redirect the log file from the command window to a file?

2002-05-02 Thread Louis Voo
Hi, I'm using tomcat 4.04b2 for window. After I start my tomcat, all the system.out log will print out in that command window, can I redirect it to a file? Please tell me how to do that. Thank you Louis -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto

RE: How to redirect the log file from the command window to a file?

2002-05-02 Thread Jon Wingfield
]] Sent: 02 May 2002 08:17 To: Tomcat Users List Subject: How to redirect the log file from the command window to a file? Hi, I'm using tomcat 4.04b2 for window. After I start my tomcat, all the system.out log will print out in that command window, can I redirect it to a file? Please tell me

Re: How to redirect the log file from the command window to a file?

2002-05-02 Thread Louis Voo
] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, May 02, 2002 12:01 PM Subject: RE: How to redirect the log file from the command window to a file? 1) alter the catalina.bat file: ... extract ... %_EXECJAVA% %JAVA_OPTS% %CATALINA_OPTS% %DEBUG_OPTS% -Djava.endorsed.dirs

Re: How to redirect the log file from the command window to a file?

2002-05-02 Thread David Rault
you still have output on the console because you redirect the standard output to your file (see the ' %ACTION%-server.log' ?) the remaining output is most surely the error output which you might also want to redirect to your file i don't know the windows command for linux, i add '21' before

how do I redirect the generated files?

2002-05-02 Thread Mike Davis
We're trying to redirect the automatically generated files like tomcat-apache.conf, obj.conf-auto, mod_jk.conf-auto, ... because we don't have write permission to the /usr/local/tomcat/conf directory. We have successfully redirected the log files to /var/log by editing the server.xml file. Can we

RE: how do I redirect the generated files?

2002-05-02 Thread Larry Isaacs
of into conf. AFAIK, your choice is to upgrade to 3.3.x or patch 3.2.x source and build your own Tomcat 3.2.x. Cheers, Larry -Original Message- From: Mike Davis [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 02, 2002 1:33 PM To: [EMAIL PROTECTED] Subject: how do I redirect the generated

request.getPort() returns wrong port after redirect

2002-04-16 Thread Mullen-Schultz, Gary
), and a 404 results. In debug mode, a call to request.getPort() inside ReceiveAndSendRedirect.jsp returns 81; given that it's a redirect (not a forward), I would have thought it would return 82 (the port of the current server). Any ideas? Am I just confused? If so, how can I easily do

Does redirect stop processing of originally-targeted jsp?

2002-03-25 Thread Marc Elliott
with the javabean, and redirect to another page, will the process on that first jsp continue to run? How do I separate the presentation of jsp pages from the process being run by the client javabean? Is that possible. Thanks in advance for any help! -- Marc

RE: Does redirect stop processing of originally-targeted jsp?

2002-03-25 Thread Randy Layman
-Original Message- From: Marc Elliott [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 8:43 AM To: [EMAIL PROTECTED] Subject: Does redirect stop processing of originally-targeted jsp? In a nutshell: I have a process the runs in a javabean/jsp that takes a long time

how to redirect System.out, or a relevant link please

2002-03-22 Thread Leila Lappin
/archive/search?start=60search=how+to+redirect ). I'm still reading through and haven't found the answer. I've setup Logger tag in server.xml and it points to org.apache.catalina.logger.FileLogger. I get all messages generated by tomcat but nothing from my own diagnostics. I'm using tomcat

Re: how to redirect System.out, or a relevant link please

2002-03-22 Thread Sanjay Bahal
on redirecting system.out and system.err. I've been to http://www.jguru.com/faq/view.jsp?EID=302980 they suggested reading the relevant discussion on the archived mailing list http://mikal.org/interests/java/tomcat/archive/search?start=60search=how+to+redirect ). I'm still reading through

RE: how to redirect System.out, or a relevant link please

2002-03-22 Thread Furmaniak Christophe
you want to see the trace of your System.out.print? nothing in catalina.out? CF -Message d'origine- De : Leila Lappin [mailto:[EMAIL PROTECTED]] Envoyé : vendredi 22 mars 2002 19:51 À : Tomcat Users List Objet : how to redirect System.out, or a relevant link please Hello

Re: how to redirect System.out, or a relevant link please

2002-03-22 Thread Leila Lappin
: Friday, March 22, 2002 7:57 AM Subject: RE: how to redirect System.out, or a relevant link please you want to see the trace of your System.out.print? nothing in catalina.out? CF -Message d'origine- De : Leila Lappin [mailto:[EMAIL PROTECTED]] Envoyé : vendredi 22 mars 2002 19:51 À

Problems with redirect

2002-03-20 Thread Miguel Angel Medina Lopez
Hi all: I'm using tomcat 3.2.3 with apache, and I have a problem with the response.sendRedirect method. When I use it with a relative URL the port 0 was added to the result url, but the original didn't have it. Can anyone help me? Than you.

HTTP Redirect, Mime Type, and IE

2002-02-18 Thread Brian O'Kelley
to an HTML page. If I login, go to the page and generate a PDF file, then things are fine. Up pops Acrobat. If I then restart Tomcat to zap the session, and hit refresh, I see the redirect happen on the server side, but IE pops up with an error. It just shows a little broken image picture. I can do a view

Re: How to redirect port 8080 to port 443?

2002-02-15 Thread tsmets
February, 2002 8:20 AM Subject: RE: How to redirect port 8080 to port 443? Hi, -Original Message- From: Richard S. Huntrods [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 6:06 PM To: [EMAIL PROTECTED] Subject: How to redirect port 8080 to port 443? Greetings

How to redirect port 8080 to port 443?

2002-02-14 Thread Richard S. Huntrods
Greetings! I am moving from an insecure to a secure server for Tomcat. Currently, I have both ports 8080 (for http) and ports 443 (for https) enabled in my server.xml.file. Now I have must remove port 8080 (insecure). Is there a way to redirect port 8080 to port 443 within server.xml

RE: How to redirect port 8080 to port 443?

2002-02-14 Thread Anton Brazhnyk
Hi, -Original Message- From: Richard S. Huntrods [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 6:06 PM To: [EMAIL PROTECTED] Subject: How to redirect port 8080 to port 443? Greetings! I am moving from an insecure to a secure server for Tomcat. Currently, I

Redirect after session expires?

2002-02-13 Thread Michael Molloy
a NullPointerException, as expected. How can I catch that error and redirect them to the logon page? Or is their some other way to handle it? Is there a better way than putting some if else statements in the jsp to check the session for the menu object? Thanks --Michael -- To unsubscribe: mailto:[EMAIL

Re: Redirect after session expires?

2002-02-13 Thread David Cassidy
, when their session expires and they try to access a jsp, they get a NullPointerException, as expected. How can I catch that error and redirect them to the logon page? Or is their some other way to handle it? Is there a better way than putting some if else statements in the jsp to check

Re: Redirect after session expires?

2002-02-13 Thread Michael Molloy
and redirect them to the logon page? Or is their some other way to handle it? Is there a better way than putting some if else statements in the jsp to check the session for the menu object? Thanks --Michael -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

Re: Redirect after session expires?

2002-02-13 Thread Christopher K. St. John
Michael Molloy wrote: ... if there is a setting for web.xml or something to foward all pages that throw exceptions to a certain url, that's what I'm looking for. In web.xml: error-page exception-type MyException /exception-type location /myexception.html /location /error-page

Re: Redirect after session expires?

2002-02-13 Thread Michael Molloy
I will check it out. Thanks very much for the information. --Michael On Wed, 13 Feb 2002 10:57:09 -0600 Christopher K. St. John [EMAIL PROTECTED] wrote: Michael Molloy wrote: ... if there is a setting for web.xml or something to foward all pages that throw exceptions to a certain

Re: Redirect after session expires?

2002-02-13 Thread jeff . guttadauro
To: Tomcat Users List [EMAIL PROTECTED] mmolloy@ncyccc: les.com Subject: Re: Redirect after session expires

Re: Redirect after session expires?

2002-02-13 Thread jeff . guttadauro
: Redirect after session expires? 02/13/02

RE: Redirect after session expires?

2002-02-13 Thread Jim Urban
session = httpServletRequest.getSession(false); if (session == null) { invalid session code... } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 10:14 AM To: Tomcat Users List Subject: Re: Redirect after session expires

Redirect to SSL - some web pages will go thru http and others thru https

2002-02-01 Thread Denton Yip
Hi, I am a simple problem. I want to run Tomcat 3.2.4 alone with SSL (No Apache-ssl facade). I've gotten https to work on port 8443 but... How do I configure so that some of my web pages goes thru http and other goes thru https? Thanks -- To unsubscribe: mailto:[EMAIL PROTECTED] For

How to configure a URL redirect with Tomcat 4.0 standalone

2002-01-21 Thread Haller, Joe
Is there a way to configure Tomcat 4.0 in standalone mode to peform a URL redirect? E.g. www.myhost.com/FileA -- www.myhost.com/FileB. I would like to do this without deploying a servlet. Many thanks in advance. J. Haller -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional

mod_webapp and ServerName redirect

2002-01-17 Thread Matthew Hunter
I'm using Apache 1.3.19 and Tomcat 4.0.1 with mod_webapp. mod_webapp is redirecting to the ServerName in the apache configuration unless you access a specific file -- that is, I can access http://test.example.com/ and get redirected to http://www.example.com/, but if I access

warp conn causes apache redirect to be ignored

2002-01-14 Thread Jeff Grummons
webcruise01:8008 VirtualHost 10.1.6.45:80 ServerName ovs DocumentRoot /home/httpd/www/static/ovs Redirect Permanent /somepage.asp http://10.1.6.45/newpage.jsp Directory /home/httpd/www/static/ovs Options FollowSymLinks Indexes AllowOverride None

help is needed -- question on page redirect

2002-01-09 Thread Xin Li
I have a question on Page Redirect in Tomcat4. In enhydra the page redirecting is accomplished by using throw new ClientPageRedirectException (NextPage); May I know what's the equivalent method of redirecting in tomcat? Thanks -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional

Re: help is needed -- question on page redirect

2002-01-09 Thread Tom Drake
Follow the standard servlet spec / api: request.sendRedirect(http://www.yahoo.com;); Keep in mind that this will fail if the response has already been 'committed' (e.g. some data has been sent to the client). The reason is that a 'redirect' requires that certain HTTP header values be returned

proxy redirect

2002-01-08 Thread Mark Larson
Hi, I am using tomcat 4.0 stand-alone without apache. Does anone know how i can redirect to use an existing proxy on a different machine? I'm on x.x.x.x:80 , want to use proxy @ y.y.y.y:8081 thanks, mark _ Send and receive Hotmail

https redirect with welcome file

2002-01-08 Thread Daniel C. Heidebrecht
hi, i'm trying to redirect all http requests to port 8080 to https requests on port 8443. this works perfectly if i specify the full pathname of the request. for example: http://localhost:8080/index.html is redirected to: https://localhost:8443/index.html however, if i enter: http

Trailing slash redirect weirdness

2001-12-28 Thread Alessandro Staltari
It seems Tomcat always redirect trailing slash requests towards http protocol on port 80 even if it was submitted through https. The full story: I'm using Tomcat 4.0.1 behind Apache through proxy connector. I want to use both http and https access to my application, so I let Apache to handle

HELP - PWS/IIS to Tomcat redirect

2001-12-25 Thread Rajesh Kulkarni
Hi, I have TOMCAT-4.0 PWS for Windows-95 installed on my machine. I wish to redirect Tomcat requests (servlet) through PWS. Where can I find Redirector plug-in for the same? Thanks Rajesh * Disclaimer This message (including any

Way to alias/redirect index.html to a servlet with Tomcat 4 in standalone mode?

2001-12-18 Thread Jonathan Eric Miller
rather than have to use a prefix such as /servlet or something else. I think with normal Apache Web Server you can create an alias to do this. Does anyone know if this is possible using Tomcat in standalone mode? Would I have to use a HTTP redirect? If so, how do I go about doing that? Jon

RE: Way to alias/redirect index.html to a servlet with Tomcat 4 in standalone mode?

2001-12-18 Thread Bongiorno.Christian
-through apache posts back to localhost and that is what you get from the above call. Chris -Original Message- From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 1:05 PM To: Tomcat User List Subject: Way to alias/redirect index.html to a servlet

<    1   2   3   4   5   6   >