IIS and Tomcat 4

2003-07-15 Thread BBui
Hi, 

I just installed Tomcat4 and IIS.  I have set up IIS to redirect jsps to
Tomcat with the isapi_redirect.dll and the arrow in the IIS property screen
is up and green.

When I accessed a jsp page in my localhost, I get a download confirmation
screen instead of the page being served up.  I can see the jsp ok in my
localhost:8080.  Could any one tell me what I am missing?  

Thanks very much. 

Baoha Bui 
 


* 
This communication may contain information that is proprietary, privileged,
confidential or legally exempt from disclosure.  If you are not a named
addressee, you are notified that you are not authorized to read, print,
retain, copy or disseminate this communication without the consent of the
sender and that doing so may be unlawful. If you have received this
communication in error, please notify the sender via return e-mail and
delete it from your computer. Thank you. St. Jude Medical, Inc. 
*


Re: IIS and Tomcat 4

2003-07-15 Thread Simon Pabst
If the Webserver offers a dynamic page for download, thats usually a sign 
for wrong configuration in the Webserver.
Propably the ISAPI Filter is misconfigured.
See 
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/iishowto.html#Configuring%20the%20ISAPI%20Redirector
and 
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/iishowto.html#Troubleshooting

At 15:37 15.07.2003 -0500, you wrote:
Hi,

I just installed Tomcat4 and IIS.  I have set up IIS to redirect jsps to
Tomcat with the isapi_redirect.dll and the arrow in the IIS property screen
is up and green.
When I accessed a jsp page in my localhost, I get a download confirmation
screen instead of the page being served up.  I can see the jsp ok in my
localhost:8080.  Could any one tell me what I am missing?
Thanks very much.

Baoha Bui



*
This communication may contain information that is proprietary, privileged,
confidential or legally exempt from disclosure.  If you are not a named
addressee, you are notified that you are not authorized to read, print,
retain, copy or disseminate this communication without the consent of the
sender and that doing so may be unlawful. If you have received this
communication in error, please notify the sender via return e-mail and
delete it from your computer. Thank you. St. Jude Medical, Inc.
*


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


IIS 5.0 Tomcat 4 , HTTP 500 error

2003-02-04 Thread Siyavus
Hello friends,
I have a got a problem with publishing my jsp pages under windows 2000. My
entry page under IIS 5.0 (with Tomcat 4) is login.jsp.
When I press login button on login.jsp page to enter to another page I
receive
error Http-500 Internal Server Error
Could you help me?
Seyavoush


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Problems in redirecting requests from IIS to Tomcat 4

2002-06-07 Thread Luca Ventura

Hello everybody!

I have installed Internet Information Services (IIS) as Web Server  and
Apache Tomcat 4.0 as plug-in of IIS to support JSP-Servlets (to do this I
installed an ISAPI filter in IIS that redirects
all my JSP-servlet requests to Tomcat). All works fine when I am on
localhost but if I use
another domain for my Web Server (e.g: www.mydomain.com) I have the
following problem: when I try to connect to a site that must be redirected
to Tomcat 4 (because it contains JSP pages or servlets), IIS ask me a login
or a password to access to it. For example: i try to connect to the url
http://www.mydomain.com/mysite; and mysite is a web application defined
in webapps folder of tomcat (the document folder is in
webapps\mysite\web-inf).

What can I do to avoid IIS asks me a password or a login? I want that all
users that connects to my site  are redirected to Tomcat without asking any
login and password

I think the problem it isn't in Tomcat's configuration but in IIS's
configurationbut I can be wrong.

I hope someone can help me...thanks i advance!

 Luca


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Problems in redirecting requests from IIS to Tomcat 4

2002-06-07 Thread Wagoner, Mark

If I recall...

Go to the Properties page of the web server and select the Directory
Security tab.  Click the Edit button for Anonymous Access and Authentication
Control.  Select Anonymous Access and un-select everything under
Authenticated Access.

HTH

-Original Message-
From: Luca Ventura [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 07, 2002 8:38 AM
To: tomcat-dev; tomcat-user
Subject: Problems in redirecting requests from IIS to Tomcat 4 


Hello everybody!

I have installed Internet Information Services (IIS) as Web Server  and
Apache Tomcat 4.0 as plug-in of IIS to support JSP-Servlets (to do this I
installed an ISAPI filter in IIS that redirects
all my JSP-servlet requests to Tomcat). All works fine when I am on
localhost but if I use
another domain for my Web Server (e.g: www.mydomain.com) I have the
following problem: when I try to connect to a site that must be redirected
to Tomcat 4 (because it contains JSP pages or servlets), IIS ask me a login
or a password to access to it. For example: i try to connect to the url
http://www.mydomain.com/mysite; and mysite is a web application defined
in webapps folder of tomcat (the document folder is in
webapps\mysite\web-inf).

What can I do to avoid IIS asks me a password or a login? I want that all
users that connects to my site  are redirected to Tomcat without asking any
login and password

I think the problem it isn't in Tomcat's configuration but in IIS's
configurationbut I can be wrong.

I hope someone can help me...thanks i advance!

 Luca


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




R: Problems in redirecting requests from IIS to Tomcat 4

2002-06-07 Thread Luca Ventura

Hello!

Thank you for your help!

Anyway if you are right I don't understand why IIS doesn't ask me the
network login and password for all other sites that must not be redirected
to Tomcatin fact IIS ask me login and password ONLY for the sites that
are redirected to Tomcat...:-(

What do you thin about? Maybe for all the sites configured in IIS the
authentication process isn't applied?

Thaks a lot again!

   luca

-Messaggio originale-
Da: Wagoner, Mark [mailto:[EMAIL PROTECTED]]
Inviato: venerdì 7 giugno 2002 14.48
A: 'Tomcat Users List'
Oggetto: RE: Problems in redirecting requests from IIS to Tomcat 4


If I recall...

Go to the Properties page of the web server and select the Directory
Security tab.  Click the Edit button for Anonymous Access and Authentication
Control.  Select Anonymous Access and un-select everything under
Authenticated Access.

HTH

-Original Message-
From: Luca Ventura [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 07, 2002 8:38 AM
To: tomcat-dev; tomcat-user
Subject: Problems in redirecting requests from IIS to Tomcat 4


Hello everybody!

I have installed Internet Information Services (IIS) as Web Server  and
Apache Tomcat 4.0 as plug-in of IIS to support JSP-Servlets (to do this I
installed an ISAPI filter in IIS that redirects
all my JSP-servlet requests to Tomcat). All works fine when I am on
localhost but if I use
another domain for my Web Server (e.g: www.mydomain.com) I have the
following problem: when I try to connect to a site that must be redirected
to Tomcat 4 (because it contains JSP pages or servlets), IIS ask me a login
or a password to access to it. For example: i try to connect to the url
http://www.mydomain.com/mysite; and mysite is a web application defined
in webapps folder of tomcat (the document folder is in
webapps\mysite\web-inf).

What can I do to avoid IIS asks me a password or a login? I want that all
users that connects to my site  are redirected to Tomcat without asking any
login and password

I think the problem it isn't in Tomcat's configuration but in IIS's
configurationbut I can be wrong.

I hope someone can help me...thanks i advance!

 Luca


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




R: Problems in redirecting requests from IIS to Tomcat 4 (new Information)

2002-06-07 Thread Luca Ventura

Escuse me all in the forum

I want to point out that in my server.xml of Tomcat I have the following
entries:

!-- Define the default virtual host --
Host name=localhost debug=0 appBase=webapps unpackWARs=true

!-- Define the top level container in our container hierarchy --
Engine name=Standalone defaultHost=localhost debug=0


Maybe I have to modify them and set as Host www.mydomain.com (or the IP
address of my Web Server) instead of localhost?? In fact the Web Server's
name isn't localhost any more but www.mydomain.com

Thanks a lot in advance!
   Luca

-Messaggio originale-
Da: Wagoner, Mark [mailto:[EMAIL PROTECTED]]
Inviato: venerdì 7 giugno 2002 14.48
A: 'Tomcat Users List'
Oggetto: RE: Problems in redirecting requests from IIS to Tomcat 4


If I recall...

Go to the Properties page of the web server and select the Directory
Security tab.  Click the Edit button for Anonymous Access and Authentication
Control.  Select Anonymous Access and un-select everything under
Authenticated Access.

HTH

-Original Message-
From: Luca Ventura [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 07, 2002 8:38 AM
To: tomcat-dev; tomcat-user
Subject: Problems in redirecting requests from IIS to Tomcat 4


Hello everybody!

I have installed Internet Information Services (IIS) as Web Server  and
Apache Tomcat 4.0 as plug-in of IIS to support JSP-Servlets (to do this I
installed an ISAPI filter in IIS that redirects
all my JSP-servlet requests to Tomcat). All works fine when I am on
localhost but if I use
another domain for my Web Server (e.g: www.mydomain.com) I have the
following problem: when I try to connect to a site that must be redirected
to Tomcat 4 (because it contains JSP pages or servlets), IIS ask me a login
or a password to access to it. For example: i try to connect to the url
http://www.mydomain.com/mysite; and mysite is a web application defined
in webapps folder of tomcat (the document folder is in
webapps\mysite\web-inf).

What can I do to avoid IIS asks me a password or a login? I want that all
users that connects to my site  are redirected to Tomcat without asking any
login and password

I think the problem it isn't in Tomcat's configuration but in IIS's
configurationbut I can be wrong.

I hope someone can help me...thanks i advance!

 Luca


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Problems in redirecting requests from IIS to Tomcat 4 (2nd new Information)

2002-06-07 Thread Luca Ventura


I forgot to say another thing...

In my workers.properties file I have the following entries:

worker.ajp12.port=8007
worker.ajp12.host=localhost
worker.ajp12.type=ajp12
..
worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13

Must I set www.mydomain.com instead of localhost?

Thanks,

Luca

-Messaggio originale-
Da: Luca Ventura [mailto:[EMAIL PROTECTED]]
Inviato: venerdì 7 giugno 2002 15.55
A: Tomcat Users List
Oggetto: R: Problems in redirecting requests from IIS to Tomcat 4 (new
Information)


Escuse me all in the forum

I want to point out that in my server.xml of Tomcat I have the following
entries:

!-- Define the default virtual host --
Host name=localhost debug=0 appBase=webapps unpackWARs=true

!-- Define the top level container in our container hierarchy --
Engine name=Standalone defaultHost=localhost debug=0


Maybe I have to modify them and set as Host www.mydomain.com (or the IP
address of my Web Server) instead of localhost?? In fact the Web Server's
name isn't localhost any more but www.mydomain.com

Thanks a lot in advance!
   Luca

-Messaggio originale-
Da: Wagoner, Mark [mailto:[EMAIL PROTECTED]]
Inviato: venerdì 7 giugno 2002 14.48
A: 'Tomcat Users List'
Oggetto: RE: Problems in redirecting requests from IIS to Tomcat 4


If I recall...

Go to the Properties page of the web server and select the Directory
Security tab.  Click the Edit button for Anonymous Access and Authentication
Control.  Select Anonymous Access and un-select everything under
Authenticated Access.

HTH

-Original Message-
From: Luca Ventura [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 07, 2002 8:38 AM
To: tomcat-dev; tomcat-user
Subject: Problems in redirecting requests from IIS to Tomcat 4


Hello everybody!

I have installed Internet Information Services (IIS) as Web Server  and
Apache Tomcat 4.0 as plug-in of IIS to support JSP-Servlets (to do this I
installed an ISAPI filter in IIS that redirects
all my JSP-servlet requests to Tomcat). All works fine when I am on
localhost but if I use
another domain for my Web Server (e.g: www.mydomain.com) I have the
following problem: when I try to connect to a site that must be redirected
to Tomcat 4 (because it contains JSP pages or servlets), IIS ask me a login
or a password to access to it. For example: i try to connect to the url
http://www.mydomain.com/mysite; and mysite is a web application defined
in webapps folder of tomcat (the document folder is in
webapps\mysite\web-inf).

What can I do to avoid IIS asks me a password or a login? I want that all
users that connects to my site  are redirected to Tomcat without asking any
login and password

I think the problem it isn't in Tomcat's configuration but in IIS's
configurationbut I can be wrong.

I hope someone can help me...thanks i advance!

 Luca


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Problems in redirecting requests from IIS to Tomcat 4 (new Information)

2002-06-07 Thread Harlan Messinger

Luca,

Does there have to be a separate Host tag for each host name? I
haven't gotten this far, but since the default Host tag has the name
localhost I'm deducing that it's only good for requests that come in
for the host localhost. To be sure, this seems clunky, since it means
you have to duplicate and maintain the entirety of the tag and its
contents for every host name you want to use, so I'm not sure I'm
interpreting this correctly.

But since you do seem to have it working for localhost, could you tell
me if, from the information I provided here this morning, you can see
what step I might be overlooking?

Harlan

 -Original Message-
 From: Luca Ventura [mailto:[EMAIL PROTECTED]]
 Sent: Friday, June 07, 2002 9:55 AM
 To: Tomcat Users List
 Subject: R: Problems in redirecting requests from IIS to Tomcat 4 (new
 Information)
 
 
 Escuse me all in the forum
 
 I want to point out that in my server.xml of Tomcat I have 
 the following
 entries:
 
 !-- Define the default virtual host --
 Host name=localhost debug=0 appBase=webapps unpackWARs=true
 
 !-- Define the top level container in our container hierarchy --
 Engine name=Standalone defaultHost=localhost debug=0
 
 
 Maybe I have to modify them and set as Host 
 www.mydomain.com (or the IP
 address of my Web Server) instead of localhost?? In fact 
 the Web Server's
 name isn't localhost any more but www.mydomain.com
 
 Thanks a lot in advance!
Luca
 
 -Messaggio originale-
 Da: Wagoner, Mark [mailto:[EMAIL PROTECTED]]
 Inviato: venerdì 7 giugno 2002 14.48
 A: 'Tomcat Users List'
 Oggetto: RE: Problems in redirecting requests from IIS to Tomcat 4
 
 
 If I recall...
 
 Go to the Properties page of the web server and select the Directory
 Security tab.  Click the Edit button for Anonymous Access and 
 Authentication
 Control.  Select Anonymous Access and un-select everything under
 Authenticated Access.
 
 HTH
 
 -Original Message-
 From: Luca Ventura [mailto:[EMAIL PROTECTED]]
 Sent: Friday, June 07, 2002 8:38 AM
 To: tomcat-dev; tomcat-user
 Subject: Problems in redirecting requests from IIS to Tomcat 4
 
 
 Hello everybody!
 
 I have installed Internet Information Services (IIS) as Web 
 Server  and
 Apache Tomcat 4.0 as plug-in of IIS to support JSP-Servlets 
 (to do this I
 installed an ISAPI filter in IIS that redirects
 all my JSP-servlet requests to Tomcat). All works fine when I am on
 localhost but if I use
 another domain for my Web Server (e.g: www.mydomain.com) I have the
 following problem: when I try to connect to a site that must 
 be redirected
 to Tomcat 4 (because it contains JSP pages or servlets), IIS 
 ask me a login
 or a password to access to it. For example: i try to connect 
 to the url
 http://www.mydomain.com/mysite; and mysite is a web 
 application defined
 in webapps folder of tomcat (the document folder is in
 webapps\mysite\web-inf).
 
 What can I do to avoid IIS asks me a password or a login? I 
 want that all
 users that connects to my site  are redirected to Tomcat 
 without asking any
 login and password
 
 I think the problem it isn't in Tomcat's configuration but in IIS's
 configurationbut I can be wrong.
 
 I hope someone can help me...thanks i advance!
 
  Luca
 
 
 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 
 --
 To unsubscribe, e-mail:   
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: 
 mailto:[EMAIL PROTECTED]
 
 

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]