redirection Problem

2004-11-01 Thread vaneet
Dear All, i have a domain name and i am using no-ip software to bind my IP address (my ISP provides dynamic IP ) so, i have redirected my domain name: http://www.export4u.co.uk to micsexport.servepics.com In tomcat Server.xml file, i have put host name Host name=www.export4u.co.uk now

redirection problem

2004-11-01 Thread vaneet
Dear All, i have a domain name and i am using no-ip software to bind my IP address (my ISP provides dynamic IP ) so, i have redirected my domain name: http://www.export4u.co.uk to micsexport.servepics.com In tomcat Server.xml file, i have put host name Host name=www.export4u.co.uk now

Redirection problem

2004-10-31 Thread vaneet
Dear All, i have a domain name and i am using no-ip software to bind my IP address (my ISP provides dynamic IP ) so, i have redirected my domain name: http://www.export4u.co.uk to micsexport.servepics.com In tomcat Server.xml file, i have put host name Host name=www.export4u.co.uk now

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
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 instead of https. I am getting following

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
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 instead of https. I am getting following

Tomcat4 index.html redirection problem - different to 3.2.x

2001-12-19 Thread Richard Conway
I have recently started using Tomcat 4.0.1 in preference to 3.2.x. I have noticed a difference in their behaviour which is causing me some problems. I am using Squid as a web cache. When I access a 'directory' URL, such as http://myhost/, then Tomcat serves the index.html file it finds in this

AW: Tomcat4 index.html redirection problem - different to 3.2.x

2001-12-19 Thread Ralph Einfeldt
to the browser. -Ursprüngliche Nachricht- Von: Richard Conway [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 19. Dezember 2001 10:56 An: Tomcat User List Betreff: Tomcat4 index.html redirection problem - different to 3.2.x I have recently started using Tomcat 4.0.1 in preference

RE: Tomcat4 index.html redirection problem - different to 3.2.x

2001-12-19 Thread Richard Conway
PROTECTED]] Sent: Wednesday, December 19, 2001 10:12 AM To: Tomcat Users List Subject: AW: Tomcat4 index.html redirection problem - different to 3.2.x AFAIK tomcat 3.x didn't do a HTTP redirect but served the file direct. Tomcat 4 sends a HTTP redirect to the file. That might explain the cause for your

AW: Tomcat4 index.html redirection problem - different to 3.2.x

2001-12-19 Thread Ralph Einfeldt
PROTECTED]] Gesendet: Mittwoch, 19. Dezember 2001 12:16 An: Tomcat Users List Betreff: RE: Tomcat4 index.html redirection problem - different to 3.2.x snip/ I don't know the difference between FD13 and FD10 but clearly the two Tomcats are behaving differently. snip/ -- To unsubscribe: mailto:[EMAIL

RE: Tomcat4 index.html redirection problem - different to 3.2.x

2001-12-19 Thread Larry Isaacs
:04 AM To: Tomcat Users List Subject: AW: Tomcat4 index.html redirection problem - different to 3.2.x I think FD is just the short cut for file descriptor. If I'm right the squid log is 'talking' about two different file desscriptors. May be you should have a look with tcpdump what

Windows 2000 Professional Isapi Redirection Problem

2001-04-10 Thread Brian Rook
Help! I have installed tomcat-jakarta correctly as I can access everything from http://localhost:8080. I have installed the isapi_redirection filter, however, I receive a 404 when trying to access http://localhost/examples/jsp/index.html. The filter arrow is green and pointing up. The www

RE: Windows 2000 Professional Isapi Redirection Problem

2001-04-10 Thread Jann VanOver
Redirection Problem Help! I have installed tomcat-jakarta correctly as I can access everything from http://localhost:8080. I have installed the isapi_redirection filter, however, I receive a 404 when trying to access http://localhost/examples/jsp/index.html. The filter arrow is green

Windows 2000 Professional Isapi Redirection Problem

2001-04-10 Thread k won
Help! I have installed tomcat-jakarta correctly as I can access everything from http://localhost:8080. I have installed the isapi_redirection filter, however, I receive a 404 when trying to access http://localhost/examples/jsp/index.html. The filter arrow is green and pointing up. The www log

RE: Windows 2000 Professional Isapi Redirection Problem

2001-04-09 Thread Rao Bhethanabotla
I am having j_security_check problem with Tomcat3.2.1/Win2K/IIS. Have you tried any pages with method Post and action "j_security_check"? When I try this login page, after login, I get j_security_check error. I appreciate any help in this regard. -Rao -Original Message- From: Everitt,