Re: Tomcat 4 + IIS without bothering with Contexts

2002-02-06 Thread Daniel Parnell

Currently, the /secure directory on the server
automatically requires SSL and authentication for ASP
pages.  I'd like to be able to just drop my JSP pages
right along side the ASP pages that are there.  I've
read through the docs, and they all seem to assume
that one's JSP pages are going to be in
$CATLINA_HOME/webapps/yourwebapp.  I just want to have
IIS treat any old .jsp file as JSP, anywhere on the
server.

Is this possible?  I just tried adding .jsp --
isapi_redirect.dll to the Default Web Site -
Properties - Home Directory - Configuration - App
Mappings in IIS, but that didn't work.  Telnet to port
80 and requesting a .jsp file results in the
connection being immediately closed.

This is exactly what I was trying for, and I came up with a solution that 
seems to work.
Take a look at http://warpconduit.sourceforge.net/

Daniel


_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Tomcat 4 + IIS without bothering with Contexts

2002-02-06 Thread Daniel Parnell

What you do is go to the web site and download the warpconduit program.
This program allows JSP files to be associated with it under IIS. When a JSP
is requested by a browser, the request gets forwarded on to Tomcat using the
warp protocol.  There is no need for the redirector DLL.

The practical upshot of this, is that once JSP files have been associated
with warp.exe, any .JSP file in any IIS virtual directory will work just as
you would expect it to.

Daniel

- Original Message -
From: Richard P [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Thursday, February 07, 2002 5:01 PM
Subject: Re: Tomcat 4 + IIS without bothering with Contexts


 What exactly is your solution?  I don't understand.

 --- Daniel Parnell [EMAIL PROTECTED] wrote:
  Currently, the /secure directory on the server
  automatically requires SSL and authentication for
  ASP
  pages.  I'd like to be able to just drop my JSP
  pages
  right along side the ASP pages that are there.
  I've
  read through the docs, and they all seem to assume
  that one's JSP pages are going to be in
  $CATLINA_HOME/webapps/yourwebapp.  I just want to
  have
  IIS treat any old .jsp file as JSP, anywhere on the
  server.
  
  Is this possible?  I just tried adding .jsp --
  isapi_redirect.dll to the Default Web Site -
  Properties - Home Directory - Configuration -
  App
  Mappings in IIS, but that didn't work.  Telnet to
  port
  80 and requesting a .jsp file results in the
  connection being immediately closed.
 
  This is exactly what I was trying for, and I came up
  with a solution that
  seems to work.
  Take a look at http://warpconduit.sourceforge.net/
 
  Daniel
 
 
 
 _
  MSN Photos is the easiest way to share and print
  your photos:
  http://photos.msn.com/support/worldwide.aspx
 
 
  --
  To unsubscribe:
  mailto:[EMAIL PROTECTED]
  For additional commands:
  mailto:[EMAIL PROTECTED]
  Troubles with the list:
  mailto:[EMAIL PROTECTED]
 


 __
 Do You Yahoo!?
 Send FREE Valentine eCards with Yahoo! Greetings!
 http://greetings.yahoo.com

 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Tomcat with IIS 6.0

2002-02-04 Thread Daniel Parnell


I would imagine that the IIS plugin would not work too well.
If all you need are JSPs, then you could try my little program available at 
http://warpconduit.sourceforge.net/

Daniel

Has anyone tried using Tomcat with IIS 6.0 (any version of Tomcat)? I am
attempting this using the JNI configuration, and not having any luck so 
far.

This is the webserver that is coming with the new Windows .NET Server
Family-- I think a lot of people will need to deploy Tomcat on it.

Any help appreciated (I'll post what I learn as well).

Thanks,
Stephen Jones


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]





_
Chat with friends online, try MSN Messenger: http://messenger.msn.com


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: How to intergrate Tomcat 4.01 with IIS 5?

2002-01-15 Thread Daniel Parnell

Or you can try http://warpconduit.sourceforge.net/

Daniel

- Original Message - 
From: Ravi Naidu [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Wednesday, January 16, 2002 4:29 PM
Subject: Re: How to intergrate Tomcat 4.01 with IIS 5?


 Tyr this out..
 
 http://www.mycgiserver.com/~vacodi/howto/tomcat/iisnt/#4
 
 Regards,
 Ravi.
 
 
 - Original Message -
 From: Zero Wing [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Wednesday, January 16, 2002 10:07 AM
 Subject: How to intergrate Tomcat 4.01 with IIS 5?
 
 
  Hi ..does anyone know on how to intergrate Tomcat 4.01
  with IIS 5?? If you do please let me know how to step
  by step.
 
  Thanx
 
  __
  Web-hosting solutions for home and business! http://website.yahoo.ca
 
  --
  To unsubscribe:   mailto:[EMAIL PROTECTED]
  For additional commands: mailto:[EMAIL PROTECTED]
  Troubles with the list: mailto:[EMAIL PROTECTED]
 
 
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 
 

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Tomcat 4.01, IIS and JSPs

2002-01-04 Thread Daniel Parnell

G'day Terrence,

there are a couple of advantages.  The first is it doesn't require a
global plugin to IIS, so your IIS log files contain entries like you would
expect.  It is also very easy to install and set up, and it uses the warp
protocol to connect to Tomcat.

The one disadvantage is that you can't use servlets directly.  Only JSPs.

The code (and a binary) can be downloaded from
http://warpconduit.sourceforge.net/

Daniel

- Original Message -
From: Terrence Beard [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Saturday, January 05, 2002 3:17 AM
Subject: RE: Tomcat 4.01, IIS and JSPs


 Daniel:

 I am also interested in this script. Is there some restriction between
 Tomcat 4 and IIS? We are currently attempting to set this to work (see my
 post from yesterday).

  - Original Message -
  From: Daniel Parnell [EMAIL PROTECTED]
  To: Tomcat-Users [EMAIL PROTECTED]
  Sent: Wednesday, January 02, 2002 10:18 AM
  Subject: Tomcat 4.01, IIS and JSPs
 
 
   G'day All,
  
   I've written a little program that allows Tomcat 4.01
  to be used with
   IIS.
   If anybody is interrested I can post it somewhere.
  
   Daniel
  
   --
   To unsubscribe:
  mailto:[EMAIL PROTECTED]
   For additional commands:
  mailto:[EMAIL PROTECTED]
   Troubles with the list:
  mailto:[EMAIL PROTECTED]
  
  
  
 
 
 
  --
  To unsubscribe:   mailto:[EMAIL PROTECTED]
  For additional commands: mailto:[EMAIL PROTECTED]
  Troubles with the list: mailto:[EMAIL PROTECTED]
 


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Tomcat 4.01, IIS and JSPs

2002-01-04 Thread Daniel Parnell

G'day Reynir,

The only advantages I'm aware of are that your log files will contain
references to the JSP files, instead of the isapi_redirect.dll stuff, and
the use of the warp protocol instead of AJP13.

Daniel

- Original Message -
From: Reynir Hübner [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Saturday, January 05, 2002 3:17 AM
Subject: RE: Tomcat 4.01, IIS and JSPs


we´re using tomcat 4.01 with mod_jk in production with IIS 5.0 with
isapi_redirect.dll, with out problems.

Does this little program have anything that the usual mod_jk, and
isapi_redirect.dll doesn´t have ?

bye
[EMAIL PROTECTED]



-Original Message-
From: Terrence Beard [mailto:[EMAIL PROTECTED]]
Sent: 4. janúar 2002 16:17
To: 'Tomcat Users List'
Subject: RE: Tomcat 4.01, IIS and JSPs


Daniel:

I am also interested in this script. Is there some restriction between
Tomcat 4 and IIS? We are currently attempting to set this to work (see
my
post from yesterday).

 - Original Message -
 From: Daniel Parnell [EMAIL PROTECTED]
 To: Tomcat-Users [EMAIL PROTECTED]
 Sent: Wednesday, January 02, 2002 10:18 AM
 Subject: Tomcat 4.01, IIS and JSPs


  G'day All,
 
  I've written a little program that allows Tomcat 4.01
 to be used with
  IIS.
  If anybody is interrested I can post it somewhere.
 
  Daniel
 
  --
  To unsubscribe:
 mailto:[EMAIL PROTECTED]
  For additional commands:
 mailto:[EMAIL PROTECTED]
  Troubles with the list:
 mailto:[EMAIL PROTECTED]
 
 
 



 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Tomcat 4.01, IIS and JSPs

2002-01-03 Thread Daniel Parnell

G'day Ingo,

The program uses the Warp protocol which is enabled by default, and from
what I read of the docs is the prefered method of communicating with Tomcat.
They way I use it is to create a virtual directory, and then put my JSPs in
it.
I have associated the .JSP extension with my program, so whenever a JSP is
requested, my program handles the request and sends it on to Tomcat using
the Warp protocol.

As for sessions, yes, they are supported :)

Daniel

- Original Message -
From: Hessing Ingo [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Friday, January 04, 2002 1:02 AM
Subject: Re: Tomcat 4.01, IIS and JSPs



Hi, Daniel,

_how_ does your program redirect to the Tomcat server?

If it is not necessary to modify any of the conf files then you can't be
using the ajp13 protocoll (which is disabled by default) or any worker
concept (would need a workers.properties conf file), right? So do you
use the standard secondary web server HTTP port 8080 connection? This
would mean that Tomcat is in standalone-mode, right?

And one last question: are sessions supported by your method? Or does
each request start a new session (which also happens when the
isapi_redirect.dll-filter is _not_ global and therefor is no solution
either)? Would be great if you could test this (for example with the
numberguess demo of the Tomcat standard installation).

bestWISHES

Ingo

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Tomcat 4.01, IIS and JSPs

2002-01-02 Thread Daniel Parnell

G'day Ingo,

the problem with redirectors is that is requires an IIS plugin and my
client is not to happy about that.
IIS is unstable enough without adding another point of failure.  The approch
I have taken has the added bonus that none of the Tomcat config files need
to be changed.  The admins I am dealing with find messing with anything like
this just too scary.  If there isn't a GUI for it then they go into a corner
and gibber ;)

as for logging, here is a section of one of my log files

21:16:47 127.0.0.1 POST /matters/login.jsp 200
21:16:47 127.0.0.1 GET /matters/matter.htm 200
21:16:52 127.0.0.1 POST /matters/login.jsp 200
21:16:52 127.0.0.1 GET /matters/loginfailed.htm 304
21:18:46 127.0.0.1 GET /matters/matter.htm 200
21:18:51 127.0.0.1 POST /matters/login.jsp 200
21:18:53 127.0.0.1 GET /matters/logout.jsp 200
21:18:53 127.0.0.1 GET /matters/matter.htm 200

the sourceforge project has been approved, now I've just got to get the
files up there which I should be able to do some time today.

Daniel


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Tomcat 4.01, IIS and JSPs

2002-01-02 Thread Daniel Parnell

G'day All,

I have uploaded the IIS+Tomcat+JSP stuff to sourceforge.
It can be downloaded from https://sourceforge.net/projects/warpconduit/
The source is in CVS.

Daniel

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Tomcat 4.01, IIS and JSPs

2002-01-01 Thread Daniel Parnell

G'day All,

I've written a little program that allows Tomcat 4.01 to be used with
IIS.
If anybody is interrested I can post it somewhere.

Daniel

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Tomcat 4.01, IIS and JSPs

2002-01-01 Thread Daniel Parnell

G'day Puneet,

There are a couple of limitations.  Only JSPs work, and Tomcat must be
installed on the same machine as IIS.
The JSPs are copied into the Tomcat root context for execution.

I've had a couple of requests for the code, so I've started a sourceforge
project for it.  With any luck it should be up in the next couple of days.

Daniel

- Original Message -
From: puneet sachar [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Wednesday, January 02, 2002 4:03 PM
Subject: Re: Tomcat 4.01, IIS and JSPs


 hi Daniel

 if u have that program plz fwd that code to me
 at [EMAIL PROTECTED]

 regards
 Puneet


 --- Daniel Parnell [EMAIL PROTECTED] wrote:
  G'day All,
 
  I've written a little program that allows Tomcat
  4.01 to be used with
  IIS.
  If anybody is interrested I can post it somewhere.
 
  Daniel
 
  --
  To unsubscribe:
  mailto:[EMAIL PROTECTED]
  For additional commands:
  mailto:[EMAIL PROTECTED]
  Troubles with the list:
  mailto:[EMAIL PROTECTED]
 


 __
 Do You Yahoo!?
 Send your FREE holiday greetings online!
 http://greetings.yahoo.com

 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]