Re: Way to alias/redirect index.html to a servlet with Tomcat 4 instandalone mode?

2001-12-18 Thread RSEQUEIRA
Jonathan Eric Miller [EMAIL PROTECTED] on 12/18/2001 12:04:30 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To: Tomcat User List [EMAIL PROTECTED] cc: Subject: Way to alias/redirect index.html to a servlet with Tomcat 4 in standalone mode? This is probably a newbie

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

2001-12-18 Thread Jonathan Eric Miller
That worked, thanks. Jon - Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 2:42 PM Subject: Re: Way to alias/redirect index.html to a servlet with Tomcat 4 in standalone mode? Jonathan Eric Miller [EMAIL

Can I redirect all the requests caming to Tomcat to a servlet or a jsp page?

2001-12-17 Thread Gianluca D'Introno
Is there a manner to redirect every request to a specific servlet or jsp page? Thanks Gianluca D'Introno P.S. Excuse me for my English -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Can I redirect all the requests caming to Tomcat to a servlet or a jsp page?

2001-12-17 Thread Allan Kamau
. This documents contains samples and almost all information you need to write and deploy your own filters. Allan. --- Gianluca D'Introno [EMAIL PROTECTED] wrote: Is there a manner to redirect every request to a specific servlet or jsp page? Thanks Gianluca D'Introno P.S. Excuse me for my English

mod_webapp/tomcat forcing redirect to insecure? (stuck!)

2001-12-10 Thread Lucas Adamski
=org.apache.catalina.connector.warp.WarpEngine name=Apache defaultHost=hidden to protect the innfocent debug=0 appBase=webapps Here is my problem, though. If I reference a file directly (eg: https://x.com/index.jsp), everything works perfectly. But if I induce a redirect by the server (eg: https://x.com/, or by going to a Realm

How do I redirect to mod_webapp URL?

2001-12-04 Thread Scott Merritt
I set up my app with mod_webapp and things are finally stable and working... The one thing I dislike is I'm using a meta refresh on HTML in the doc root that sends them to: http://mydomain.com/myapp/servlet/myapp Is there a way so when they just hit http://mydomain.com it automatically goes

RE: How do I redirect to mod_webapp URL?

2001-12-04 Thread Swart, James (Jim) ** CTR **
If you are using Apache or IHS, just put this in your virtual host: Redirect / /myapp/servlet/myapp (I think that will work) - J a m e s B. S w a r t Agere Systems - Colorado Design Centers Unix/Windows Systems Administrator

RE: How do I redirect to mod_webapp URL?

2001-12-04 Thread Scott Merritt
Yeah, I tried that... but it goes into and endless redirect loop since /myapp/servlet/myapp is under / :) -Original Message- From: Swart, James (Jim) ** CTR ** [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 04, 2001 2:38 PM To: 'Tomcat Users List' Subject: RE: How do I redirect

redirect page

2001-11-29 Thread Muhammad Akhtar
Hi, I am a bit of a newbie to Apache and Tomcat, and i have a question which will no doubt have a very simple answer. I have created a redirect page to direct 404s to the homepage of the corporate website (.htaccess) but where do i put this page? Any help would be appreciated. Thanks

how to define the default redirect page

2001-11-28 Thread Xin Li
Hello, I installed tc3.3 in my local machine. Have a question: how to define which page that http://localhost:8080 should be redirected to? Thanks, Xin -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

Re: how to define the default redirect page

2001-11-28 Thread Bret Farris
- Original Message - From: Xin Li [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, November 28, 2001 9:39 Subject: how to define the default redirect page Hello, I installed tc3.3 in my local machine. Have a question: how to define which page that http://localhost:8080

can't redirect default logging on NT

2001-11-25 Thread amol
how do we redirect stuff written to system.err to a file instead of the cmd prompt? i am on NT ( tomcat-4.0.1 ) i can see some entries in catalina.sh ( followed the previous thread with the same subject ) but they are missing in the corresponding .bat file is there any other way of achieving

Re: can't redirect default logging

2001-11-24 Thread Craig R. McClanahan
From: Updike, Clark [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: can't redirect default logging I'm trying to configure all Tomcat 4 logging to go to a particular location on our unix server. I did not give Tomcat write

can't redirect default logging

2001-11-21 Thread Updike, Clark
I'm trying to configure all Tomcat 4 logging to go to a particular location on our unix server. I did not give Tomcat write permissions to $CATALINA_HOME thinking that none would be required if I reset all logging directories in server.xml to the writeable location I specified. But when I run

Wrong trailing slash redirect using WARP connector with https

2001-11-19 Thread Alessandro Staltari
I'm using Apache WARP connector to Tomcat 4.0.1. It works fine with http but if I use https, trailing slash redirect returns a wrong url (i.e. https://localhost/example/ is redirected to http://localhost:443/example/index.html). How can I avoid this? Thanks Alessandro Staltari

Re: [TC4] Sending redirect fails if OutputStream isn't closed ..

2001-11-13 Thread Endre Stølsvik
the browser does GETs with parameters and POSTs: it just takes all the parameters from the browser, and then sends a blank redirect to the browser. This fools the (most) browsers to not store this as a separate history event, and you don't get that reposting stuff on back and reload going

Re: [TC4] Sending redirect fails if OutputStream isn't closed ..

2001-11-13 Thread Anthony G. Dinio
- Original Message - From: Endre Stølsvik [EMAIL PROTECTED] To: Remy Maucherat [EMAIL PROTECTED]; Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, November 13, 2001 5:01 PM Subject: Re: [TC4] Sending redirect fails if OutputStream isn't closed .. On Mon, 12 Nov 2001, Remy Maucherat

Re: Memory Realm - Redirect to NULL ??

2001-11-13 Thread Sunhild Copony
, 12 Nov 2001 13:03:01 +0100 From: Sunhild Copony [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Memory Realm - Redirect to NULL ?? Hi all, refering to: Re: form based login From: Craig R. McClanahan Date: Sun, 16 Sep 2001 19:14:43

Re: Memory Realm - Redirect to NULL ??

2001-11-13 Thread Sunhild Copony
] Subject: Memory Realm - Redirect to NULL ?? Hi all, refering to: Re: form based login From: Craig R. McClanahan Date: Sun, 16 Sep 2001 19:14:43 -0700 I read what Craig wrote to this problem - but I don't have any directive for cookies in server.xml (and have one more question

Re: [TC4] Sending redirect fails if OutputStream isn't closed ..

2001-11-13 Thread Remy Maucherat
as described? I'm not 100% sure. I checked the result of a redirect sent by the default servlet with a telnet session, and the result was valid. If you open and close the stream in the servlet, I think you'll end up sending a zero length document (with an empty response body), while in the first case

Memory Realm - Redirect to NULL ??

2001-11-12 Thread Sunhild Copony
call to login.jsp and redirect to NULL after succesful authentification. I tried the same login.jsp; error.jsp is called for unvalid users... I tried to access from the server or from a client - allways the same. I think too that its a problem of my configuration, maybe everyone sees it, except me

Re: Memory Realm - Redirect to NULL ??

2001-11-12 Thread Craig R. McClanahan
2001 13:03:01 +0100 From: Sunhild Copony [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Memory Realm - Redirect to NULL ?? Hi all, refering to: Re: form based login From: Craig R. McClanahan Date: Sun, 16 Sep 2001 19:14:43 -0700 I read

[TC4] Sending redirect fails if OutputStream isn't closed ..

2001-11-12 Thread Endre Stølsvik
= res.getCharacterEncoding(); // Setting content type res.setContentType(text/html; charset= + encoding); // Getting the OutputStream (just to be able to close it) OutputStream out = res.getOutputStream(); // Sending the redirect

Re: [TC4] Sending redirect fails if OutputStream isn't closed ..

2001-11-12 Thread Remy Maucherat
= res.getCharacterEncoding(); // Setting content type res.setContentType(text/html; charset= + encoding); // Getting the OutputStream (just to be able to close it) OutputStream out = res.getOutputStream(); // Sending the redirect

IIS redirect woes

2001-10-20 Thread David A. Fuess
I have been trying to get the isapi_redirct to work on one system for a couple of weeks now. The heck of it is that I have very similar setups at both home and work and the one at work sets up with no problems ... Here is the setup ... Windows2000 Professional IIS 5.0 Java 1.3.1_01 Tomcat

Apache sending Redirect when DirectoryIndex is index.jsp

2001-09-20 Thread Mark Himsley
that the first file in a web site is /index.jsp. The client browser sends GET / HTTP/1.1. In this case the server replies HTTP/1.1 302 Found with a redirect Location of /index.jsp. This forces the client to make a second request, this time GET /index.jsp HTTP/1.1 and makes the client's browser display

Apache sending Redirect when DirectoryIndex is index.jsp

2001-09-15 Thread Mark Himsley
/ HTTP/1.1. In this case the server replies HTTP/1.1 302 Found with a redirect Location of /index.jsp. This forces the client to make a second request, this time GET /index.jsp HTTP/1.1 and makes the client's browser display the URL including the index.jsp. This is not only bandwidth inefficient

isapi-redirect - is there a way to use it as case in-sensitive

2001-09-02 Thread Shay Mandel
Hi All, Is there a way to configure the isapi-redirect.dll to use the URIs in the uriworkermap.properties file, as case insensitive strings? for example, if the entry in the file is: /MyContext/mypage.jsp=ajp12 I want the redirector to redirect to this context (MyContext) requests that get

RE: isapi-redirect - is there a way to use it as case in-sensitive

2001-09-02 Thread Shay Mandel
. -Original Message- From: David Rosenstark [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 02, 2001 10:49 AM To: Shay Mandel Subject: RE: isapi-redirect - is there a way to use it as case in-sensitiv e You would have to change the source code to do that and have it do a case insensitive

session-timeout - redirect to login.htm

2001-08-30 Thread Jostkleigrewe, Heiner
Hello, I developed a webapplication with some servlets. The servlet putted together to a security-constraint in web.xml. I use a formbased login with JDBCRealm. If the session timed out and the user requests again tomcat redirects to login.htm. That's ok. But I have to inform the user, that the

ISAPI redirect doesn't work w/ service but w/ startup.bat?

2001-08-30 Thread Hessing Ingo
:8080/mycontext/) - but all I get via IIS and the ISAPI redirect (http://localhost/mycontext/) is a Not Found (404) error from Tomcat. But: If I stop the NT service by typing net stop jakarta followed by a non-service startup of Tomcat with startup.bat in the jakarta-tomcat\bin directory I

Strange redirect after login with JDBC realms

2001-08-30 Thread Roland
Hello, so finally JDBC realms is working here, and I use a form-based login. I have protected everything in my project with the /* URL-pattern. So when I access the project directory I automatically get redirected to the form-based login page. After I login successfully, Tomcat sends me to some

Redirect page after catching exception

2001-08-23 Thread Yuval
Hi, can someone help we with how to stop the servlet after catching exception and redirect the page to error page? Regards, Yuval Domain The Net Technologies Ltd. 6 Weitzman Blvd. Ramat-Hasharon Israel 47211 Tel: 972-3-5474443 Fax: 972-3-5474446 www.DomainTheNet.com “This email message

Re: Redirect page after catching exception

2001-08-23 Thread Craig R. McClanahan
On Thu, 23 Aug 2001, Yuval wrote: Date: Thu, 23 Aug 2001 23:39:05 +0200 From: Yuval [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED], [EMAIL PROTECTED] To: Tomcat-User (E-mail) [EMAIL PROTECTED] Subject: Redirect page after catching exception Hi, can someone help we with how to stop

RE: Redirect page after catching exception

2001-08-23 Thread Yuval
To: Tomcat-User (E-mail); [EMAIL PROTECTED] Subject: Re: Redirect page after catching exception On Thu, 23 Aug 2001, Yuval wrote: Date: Thu, 23 Aug 2001 23:39:05 +0200 From: Yuval [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED], [EMAIL PROTECTED] To: Tomcat-User (E-mail) [EMAIL PROTECTED

Redirect ?

2001-08-22 Thread Dejan Pecar
Hi there, We're moving from tomcat 3.1 to tomcat 3.2.1 in our servlets we have calls like this: httpServletResponse.sendRedirect(mShopSession.calcURL(mShopSession.makeLink())); with tomcat 3.2.1 a page which says 'Document moved' with a link to the appropriate page is shown, in tomcat 3.1 we

iis4 isapi redirect tomcat 401.3 error

2001-08-22 Thread jeeastham
To: [EMAIL PROTECTED] cc: 08/22/2001 Subject: iis4 isapi redirect tomcat 401.3 10:03 AM error

Problem with redirect.

2001-08-22 Thread Daniel Novy - (MGN)
Hi all. I'm running tomcat on a solaris machine and trying to access it from a Windows2000 machine. I have an servlet that returns a page with an applet that makes lot of use of swing objects. I have installed on the windows machine the Java plugin 1.3.1 for internet explorer and, when I try

Problems with IIS 5.0 jakarta redirect (please)

2001-08-21 Thread Thomas Tuft Muller
::map_uri_to_worker, Found a match ajp12 [jk_isapi_plugin.c (439)]: HttpFilterProc [/examples/jsp/index.html] is a servlet url - should redirect to ajp12 [jk_isapi_plugin.c (461)]: HttpFilterProc check if [/examples/jsp/index.html] is points to the web-inf directory Any suggestions is *much* appreciated

https, redirect

2001-08-20 Thread Erik Melkersson
Hi! I'm using Apache and tomcat version 4. Apache has ssl turned on and I use https. I'm trying to make a redirect using HttpServletResponse.sendRedirect(...) When I enter the absolute or relative url to the page it adds only http instead of https. This has been discussed before and the only

Re: https, redirect

2001-08-20 Thread Erik Melkersson
Erik Melkersson wrote: Hi! I'm using Apache and tomcat version 4. Apache has ssl turned on and I use https. I'm trying to make a redirect using HttpServletResponse.sendRedirect(...) When I enter the absolute or relative url to the page it adds only http instead of https. This has

RE: https, redirect

2001-08-20 Thread Martin van den Bemt
Message- From: Erik Melkersson [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 4:50 PM To: [EMAIL PROTECTED] Subject: https, redirect Hi! I'm using Apache and tomcat version 4. Apache has ssl turned on and I use https. I'm trying to make a redirect using

RE: https, redirect

2001-08-20 Thread Craig R. McClanahan
On Mon, 20 Aug 2001, Martin van den Bemt wrote: I think you have to install the https protocol handler from the jsse pacakage. Documentation is provided with jsse to get it working (I had troubles with the non programming solution, the java.policy file, so if you bump in to that, register

Re: https, redirect

2001-08-20 Thread Erik Melkersson
I made an ugly fix, but working, in the meantime. I Overwrite the Location header: response.sendRedirect(file); //file could be almost anything response.setHeader(Location, https://server/path/file;); //the real url Thanks for the replies! /Melker Craig R. McClanahan wrote: On Mon, 20 Aug

RE: https, redirect

2001-08-20 Thread Martin van den Bemt
Got lucky here.. I was assuming tc 3.. Mvgr, Martin -Original Message- From: craigmcc@localhost [mailto:craigmcc@localhost]On Behalf Of Craig R. McClanahan Sent: Monday, August 20, 2001 5:26 PM To: [EMAIL PROTECTED] Subject: RE: https, redirect On Mon, 20 Aug 2001, Martin van

Re: Apache Won't Redirect Servlet Requests to Tomcat

2001-08-03 Thread Peter Hrastnik
Did you check the DocumentRoot of Apache in the httpd.conf file? It has to be set so that apache can access the requested file also. Bye, Peter. -- Mag. Peter Hrastnik tele.ring Telekom Service GmbH A-1030 Wien, Hainburgerstr. 33 Tel.: +43/1/931012/3277, Mobil: +43/650/6503277 Jeremy

Re: Apache Won't Redirect Servlet Requests to Tomcat

2001-08-03 Thread Jeremy Staines
Redirect Servlet Requests to Tomcat Date: Fri, 03 Aug 2001 11:37:33 +0200 Did you check the DocumentRoot of Apache in the httpd.conf file? It has to be set so that apache can access the requested file also. Bye, Peter. -- Mag. Peter Hrastnik tele.ring Telekom Service GmbH A-1030 Wien

Re: Apache Won't Redirect Servlet Requests to Tomcat

2001-08-03 Thread Dmitri Colebatch
Jeremy, Do you get any action at all in the tomcat logs, or mod_jk logs? I'd suggest tailiing all the logs and looking to see how far it gets. the order of progress should be the http access/error logs, mod_jk log, tomcat log. hth, cheesr dim Jeremy Staines wrote: I've seen this problem

Re: Apache Won't Redirect Servlet Requests to Tomcat

2001-08-03 Thread Jeremy Staines
From: Jeremy Staines [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Apache Won't Redirect Servlet Requests to Tomcat Date: Fri, 03 Aug 2001 10:48:00 + The thing is if I put /examples/servlets in the url then apache should know that the request should use

Apache Won't Redirect Servlet Requests to Tomcat

2001-08-03 Thread Jeremy Staines
I've seen this problem posted and answered many times but I still cannot get the problem solved. I am running Tomcat 3.2.3 on Apache 1.3.12, OS Linux Redhat 6.2. Adapter = mod_jk-noeapi.so. When I start apache i get the following in the error log [Fri Aug 3 10:19:43 2001] [notice]

Re: Apache Won't Redirect Servlet Requests to Tomcat

2001-08-03 Thread Jeremy Staines
to tomcat # JkMount /examples/servlet/* ajp12 From: Dmitri Colebatch [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Apache Won't Redirect Servlet Requests to Tomcat Date: Fri, 03 Aug 2001 20:46:57 +1000 /servlets contains normal flat html from memory, its just

Re: Apache Won't Redirect Servlet Requests to Tomcat

2001-08-03 Thread Mykola A. Nickishov
Jeremy Staines [EMAIL PROTECTED] writes: Thanks for all those that relpied to this thread but I think that I've just answered my own question. I was putting the following in httpd.conf LoadModulejk_module libexec/mod_jk.so AddModule mod_jk.c I wrote my own

RE: Help!! Apache won't redirect to tomcat

2001-07-31 Thread Nance, Michael
servlets -Original Message- From: Andrew Inggs [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 11:59 AM To: '[EMAIL PROTECTED]' Subject: RE: Help!! Apache won't redirect to tomcat Nance, Michael wrote: I don't have a /buy at all it is just a Virtual Name In this case

RE: Help!! Apache won't redirect to tomcat

2001-07-31 Thread Andrew Inggs
Nance, Michael wrote: Are you saying it does NOT use web.xml? Then what does it use? Correct, it does *not* use TOMCAT_HOME/conf/web.xml. But, it *does* use PATH-TO-YOUR-WEB-APP/WEB-INF/web.xml. And, it *does* use TOMCAT_HOME/conf/server.xml. You seem to be missing the whole web app setup.

RE: Help!! Apache won't redirect to tomcat

2001-07-30 Thread Nance, Michael
wrong? Your help is greatly appreciated. -Original Message- From: Andrew Inggs [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 8:27 AM To: '[EMAIL PROTECTED]' Subject: RE: Help!! Apache won't redirect to tomcat Nance, Michael wrote: There are no errors in mod_jk.log or in my

RE: Help!! Apache won't redirect to tomcat

2001-07-30 Thread Nance, Michael
One other thing I DO NOT have a /buy dir under webapps -Original Message- From: Nance, Michael [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 8:37 AM To: '[EMAIL PROTECTED]' Subject: RE: Help!! Apache won't redirect to tomcat Andrew thanks for replying... Yes the Hello World

RE: Help!! Apache won't redirect to tomcat

2001-07-30 Thread Hewko, Doug
PROTECTED]] Sent: July 30, 2001 11:44 AM To: '[EMAIL PROTECTED]' Subject: RE: Help!! Apache won't redirect to tomcat One other thing I DO NOT have a /buy dir under webapps -Original Message- From: Nance, Michael [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 8:37 AM To: '[EMAIL

RE: Help!! Apache won't redirect to tomcat

2001-07-30 Thread Andrew Inggs
Nance, Michael wrote: One other thing I DO NOT have a /buy dir under webapps See below. [...] requesting either http://localhost:8080/buy/MLBEventInfo or http://localhost/buy/MLBEventInfo gives me the same result I get a 404 /buy/MLBEventInfo not found This is from servlet.xml

RE: Help!! Apache won't redirect to tomcat

2001-07-30 Thread Nance, Michael
I don't have a /buy at all it is just a Virtual Name -Original Message- From: Hewko, Doug [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 8:49 AM To: '[EMAIL PROTECTED]' Subject: RE: Help!! Apache won't redirect to tomcat Hi! Just curious. Should the 'buy' directory be under

RE: Help!! Apache won't redirect to tomcat

2001-07-30 Thread Andrew Inggs
Nance, Michael wrote: I don't have a /buy at all it is just a Virtual Name In this case maybe it would help if you explained your directory layout. Also I think you might be looking at the web.xml in the TOMCAT_HOME/conf directory, e.g., on my machine C:\jakarta-tomcat-3.2.2\conf\web.xml but

RE: Help!! Apache won't redirect to tomcat

2001-07-27 Thread Nance, Michael
) -Original Message- From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 26, 2001 4:44 PM To: '[EMAIL PROTECTED]' Subject: RE: Help!! Apache won't redirect to tomcat Hi again, Ok, does http://localhost:8080/buy/MLBEventInfo work? Have you added the ajp13 connector

howto redirect

2001-07-26 Thread Bernhard Wraase
In the docs it seems simple... Even in the thread recently But it don't work. Each request works: http://127.0.0.1:8080 -http://127.0.0.1:8080/index.html https://127.0.0.1:8443 -https://127.0.0.1:8443/index.html But I want this: http://127.0.0.1:8080 -https://127.0.0.1:8443/index.html The

RE: howto redirect

2001-07-26 Thread Rams
this is not possible.. Rams -Original Message- From: Bernhard Wraase [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 26, 2001 3:12 PM To: [EMAIL PROTECTED] Subject: howto redirect In the docs it seems simple... Even in the thread recently But it don't work. Each request works: http

Re: howto redirect

2001-07-26 Thread Bernhard Wraase
Thank you for your response Rams, this is not possible.. but what does this mean? 1.) Redirect won't work at all or 2) It should work because the server.xml seems to be okay or 3) It can't work because the server.xml has severe failures or 4) Something else TIA Bernhard Wraase

RE: Help!! Apache won't redirect to tomcat

2001-07-26 Thread Dmitri Colebatch
are started Or is there something else I should check? Thanks for your time Mike -Original Message- From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2001 5:03 PM To: [EMAIL PROTECTED] Subject: RE: Help!! Apache won't redirect to tomcat something

RE: Help!! Apache won't redirect to tomcat

2001-07-26 Thread Nance, Michael
won't redirect to tomcat Mike, Sorry for being forgetful... but what page are you requesting? I'm just checking that you do have a valid JkMount that will match the page requested, and that it matches something that can be requested via tomcat directly. For example. If you are trying

RE: Help!! Apache won't redirect to tomcat

2001-07-26 Thread Andrew Inggs
Nance, Michael wrote: The page I am requestiong is http://localhost/buy/MLBEventInfo I include a file tomcat-mod_jk-apache.conf by using include ... in my httpd file in there I have these mounts JkMount /buy/* ajp13 JkMount /olympics/* ajp13 JkMount /sloc2002/* ajp13 JkMount

RE: Help!! Apache won't redirect to tomcat

2001-07-26 Thread Nance, Michael
!! Apache won't redirect to tomcat Nance, Michael wrote: The page I am requestiong is http://localhost/buy/MLBEventInfo I include a file tomcat-mod_jk-apache.conf by using include ... in my httpd file in there I have these mounts JkMount /buy/* ajp13 JkMount /olympics/* ajp13

Re: howto redirect

2001-07-26 Thread Craig R. McClanahan
://127.0.0.1:8080 -https://127.0.0.1:8443/index.html If you want Tomcat 4.0 to automatically do this redirect for you, then you need to set up a security constraint inside the web.xml file of your ROOT web app, and have that constraint require SSL. For example: web-app ... security

Re: howto redirect

2001-07-26 Thread Craig R. McClanahan
not redirect if it is not. From your response below I assume this is 4.0 only. Thanks, Dave Yes it's new in Tomcat 4.0. So is the explicit spec requirement that a container act in this way, in Servlet 2.3 PFD3, section 12.8, p. 92). The servlet 2.2 spec was silent on this point, although some

RE: Help!! Apache won't redirect to tomcat

2001-07-26 Thread Dmitri Colebatch
Hi again, Ok, does http://localhost:8080/buy/MLBEventInfo work? Have you added the ajp13 connector in server.xml? It is not there by default? Connector className=org.apache.tomcat.service.PoolTcpConnector Parameter name=handler

Help!! Apache won't redirect to tomcat

2001-07-25 Thread Nance, Michael
Someone please Help. I have copied the auto conf genereated by tomcat and included that in my httpd.conf file with the following line Include /opt/pokemon/bin/col_bin/tomcat/tomcat35_322/conf/tomcat-mod_jk-apache.conf I added lines to tomcat-mod_jk-apache.conf to hopefully recognize my url

anyone know a way around having to use IIS redirect for caching static files when using tomcat 3.2.3 ?

2001-07-25 Thread Stephen Dittmer
I have found that using tomcat 3.2.3 requires use of this IIS redirect in order to get around a problem in tomcat where it send the incorrect HTTP response for files not modified. This causes files already in Browser cache to always get reloaded when they don't need to. I am wondering if anyone

RE: Help!! Apache won't redirect to tomcat

2001-07-25 Thread John Bazeley
To: [EMAIL PROTECTED] Subject: Help!! Apache won't redirect to tomcat Someone please Help. I have copied the auto conf genereated by tomcat and included that in my httpd.conf file with the following line Include /opt/pokemon/bin/col_bin/tomcat/tomcat35_322/conf/tomcat-mod_jk-ap ache.conf

RE: Help!! Apache won't redirect to tomcat

2001-07-25 Thread Nance, Michael
: Wednesday, July 25, 2001 1:52 PM To: [EMAIL PROTECTED] Subject: RE: Help!! Apache won't redirect to tomcat you're on Solaris, right? 146 is 'connection refused'. Your ajp13 handler isn't running. Either: tomcat isn't started ajp13 handler is not activated in server.xml. -- John -Original

RE: Help!! Apache won't redirect to tomcat

2001-07-25 Thread John Bazeley
!! Apache won't redirect to tomcat I checked if tomcat was startred by bringing up one of the examples. It worked... Can you send me the format for the server.xml... I got the one I have out of the how to... but mine I thought were using the ajp12 -Original Message- From: John

RE: Help!! Apache won't redirect to tomcat

2001-07-25 Thread Dmitri Colebatch
, Michael [mailto:[EMAIL PROTECTED]] Sent: Thursday, 26 July 2001 09:07 To: '[EMAIL PROTECTED]' Subject: RE: Help!! Apache won't redirect to tomcat I checked if tomcat was startred by bringing up one of the examples. It worked... Can you send me the format for the server.xml... I got

Re: Tomcat 4.0 redirectPort question, how to redirect to SSL?

2001-07-19 Thread Craig R. McClanahan
On Wed, 18 Jul 2001, Jonathan Eric Miller wrote: I read in another message that was posted to this list that you can use the redirectPort variable in server.xml for a connector to have a non-SSL connection redirected to a SSL connection? Can someone tell me what other settings I need to

IIS Redirect Issue

2001-07-18 Thread Josh Kuebel
I have configured Tomcat with IIS, using the Isapi_redirect.dll. The isapi filter is up and running, and I have the jakarta virtual directory with execute authority. Yet, when I attempt to access the page, I can only get to it using the port number of the tomcat engine (ex.

RE: IIS Redirect Issue

2001-07-18 Thread Cory Powers
Sounds like a filesystem premission thing, Do you need to add the IUSR_MACHINENAME Account file access permissions in the tomcat dirs? -Original Message- From: Josh Kuebel [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 18, 2001 11:47 AM To: [EMAIL PROTECTED] Subject: IIS Redirect Issue

RE: IIS Redirect Issue

2001-07-18 Thread Andrew Birchall
: Wednesday, July 18, 2001 4:47 PM To: [EMAIL PROTECTED] Subject: IIS Redirect Issue I have configured Tomcat with IIS, using the Isapi_redirect.dll. The isapi filter is up and running, and I have the jakarta virtual directory with execute authority. Yet, when I attempt to access the page, I can only get

Tomcat 4.0 redirectPort question, how to redirect to SSL?

2001-07-18 Thread Jonathan Eric Miller
I read in another message that was posted to this list that you can use the redirectPort variable in server.xml for a connector to have a non-SSL connection redirected to a SSL connection? Can someone tell me what other settings I need to use in order to get this to work? Basically, what I want

Re: SSL Redirect To Port 80

2001-07-11 Thread Sugata Sen Mazumdar
AM Subject: SSL Redirect To Port 80 Hi, I'm running Tomcat 3.2.1 standalone on Windows 98. Using a normal HTTP connector, I can enter http://server/ on my browser and be successfully redirected to http://server/index.html However, if I use SSL, https://server/ will be redirected to port

SSL Redirect To Port 80

2001-07-10 Thread Jim Prior
Hi, I'm running Tomcat 3.2.1 standalone on Windows 98. Using a normal HTTP connector, I can enter http://server/ on my browser and be successfully redirected to http://server/index.html However, if I use SSL, https://server/ will be redirected to port 80 rather than 443. If I use

redirect problems?

2001-07-06 Thread Pär-Joel Utsi
4.0 with a standard html form (texfields and a submitm button) and a jdbc connection. After the submit button is activated and the form data is inserted (which works great) I have added an jsp redirect command, and it is here the weirdness starts. The redirect function ( response.sendRedirect

problems with redirect after inserting post with form

2001-07-06 Thread Pär-Joel Utsi
Hello Tomcat users. I am experiencing some weird problems with my web server setup when trying to redirect after a plain form for posting data. My system configuration is: Windows 2000 server IIS 5.0 Jakarta Tomcat 3.2.2 MS SQL 2000 Avenir aveConnect JDBC-driver 2.4M (developer verison

Xalan Redirect for multiple output from Web Page

2001-07-05 Thread Ruairi
Hi, I need to generate a few html files from one request. I have tried xt:document with little success, so I am now trying Xalan's Redirect. I run the following XSL through Cocoon and get no error messages. However no extra files are generated on the server. Is this a directory permissions

Re: Xalan Redirect for multiple output from Web Page

2001-07-05 Thread Robert Koberg
but, there is an XSL list which I believe is at mullberrytech.com - Original Message - From: Ruairi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 05, 2001 3:47 AM Subject: Xalan Redirect for multiple output from Web Page Hi, I need to generate a few html files from one request

RE: Request redirect

2001-07-04 Thread Michael Wentzel
I've been trying to find the answer to my question in mail archieve, but failed, so, hope, someone could help me. The question is how to make Tomcat redirect some requests to another program, lets say an HTTP daemon, running on a separate (or the same) workstation (it would be a Java

RE: Request redirect

2001-07-04 Thread Olenin, Vladimir
in the part of serving static HTTP requests). Thanks again, vladimir -Original Message- From: Michael Wentzel [mailto:[EMAIL PROTECTED]] Sent: 04 July 2001 17:46 To: '[EMAIL PROTECTED]' Subject: RE: Request redirect I've been trying to find the answer to my question in mail archieve

problem with isapi redirect

2001-06-30 Thread Ken Cowley
I have installed the filter into IIS and it appears to be running. I can view the main page for the examples. //localhost/examples/jsp/index.html But when I attempt to execute one of the JSP pages I get a page not found error, and the following output in the log file [Sat Jun 30 20:09:33 2001]

ajp13-redirect

2001-06-25 Thread Shai Deljo
Hi, I have several Tomcats running under one apache . How can i redirect a request from one apache to another one without going all the way back to the client (using the apache / ajp13) ? Thanks, Shai Deljo

How to redirect the page to another server?

2001-06-06 Thread Jack Li
Hello, I have a strange question. If the browser request a page to server A and server A is down, is there a way to let the browser request the page to server B automatically? Any suggestions on the issue? Basically, we are trying to have the second server for backup when the main server is done

How can I redirect a page when using apachemod_jktomcat

2001-05-31 Thread Brandon Cruz
Is there any way I can redirect a jsp page using this configuration without having apache confused and printing out all the headers?

RE: How can I redirect a page when using apachemod_jktomcat

2001-05-31 Thread Martin van den Bemt
Don't know how jsp pages work though (they are servlets is all I know, so I'm speaking from a servlet point of view) : after the redirect use a return.. Mvgr, Martin -Original Message- From: Brandon Cruz [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 31, 2001 4:46 PM To: [EMAIL

how to automaticaly redirect to SSL?

2001-05-30 Thread Pernica, Jan
Hi I would like to automaticaly redirect client to use HTTPS if it is required. In the version 4.0 there is attribute redirectPort. How can I set up this feature in the version 3.2.2? Thank you Jan __ Tato komunikace je urcena

RE: how to automaticaly redirect to SSL?

2001-05-30 Thread Rams
have to enable the ssl part in server.xml. so check some condition and turn to https. Rams -Original Message- From: Pernica, Jan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 30, 2001 2:34 PM To: Tomcat-User (E-mail) Subject: how to automaticaly redirect to SSL? Hi I would like

RE: how to automaticaly redirect to SSL?

2001-05-30 Thread Pernica, Jan
-Original Message- From: Pernica, Jan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 30, 2001 2:34 PM To: Tomcat-User (E-mail) Subject: how to automaticaly redirect to SSL? Hi I would like to automaticaly redirect client to use HTTPS if it is required. In the version 4.0

RE: IIS Redirect - no more POST parameters

2001-05-13 Thread Stephen Oakes
Servlets that we have been running on Tomcat have been picking up parameters from doPost whilst it was referenced by specific port. Having now re-configured IIS to redirect to Tomcat it seems that the parameters are not being passed through? Have you tried rebooting the server running

RE: IIS Redirect - no more POST parameters

2001-05-13 Thread Jack Hui
: IIS Redirect - no more POST parameters Servlets that we have been running on Tomcat have been picking up parameters from doPost whilst it was referenced by specific port. Having now re-configured IIS to redirect to Tomcat it seems that the parameters are not being passed through? Have you

<    1   2   3   4   5   6   >