RE: Tomcat 3.3a IIS JDBC

2002-02-07 Thread colin . madere
PROTECTED]] Reply To: Tomcat Users List Sent: Thursday, February 07, 2002 11:48 AM To: Tomcat Users List Subject: AW: Tomcat 3.3a IIS JDBC Hi, - There are only *.class files in the dir and no jar's ... - The driver should be usable from different webapps Martin

AW: Tomcat 3.3a IIS JDBC

2002-02-07 Thread Martin Jussel
: Tomcat 3.3a IIS JDBC TOMCAT_HOME\lib\common -Original Message- From: Martin Jussel [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 12:42 PM To: [EMAIL PROTECTED] Subject: Tomcat 3.3a IIS JDBC Hi, I'm a newbie: I installed Tomcat and the IIS redirector

AW: Tomcat 3.3a IIS JDBC

2002-02-07 Thread Martin Jussel
-Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 07. Februar 2002 18:49 An: [EMAIL PROTECTED] Betreff: RE: Tomcat 3.3a IIS JDBC Your JDBC driver should have come in a .jar file (or multiples .jar files) and those should be put in the TOMCAT_HOME/lib

RE: Tomcat 3.3a IIS JDBC

2002-02-07 Thread Larry Isaacs
and includes it in the corresponding classloader if found. Cheers, Larry -Original Message- From: Martin Jussel [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 1:11 PM To: Tomcat Users List Subject: AW: Tomcat 3.3a IIS JDBC Sorry but there is no .jar file and the driver

AW: Tomcat 3.3a IIS JDBC

2002-02-07 Thread Martin Jussel
Thanx. That's working!!! Martin -Ursprüngliche Nachricht- Von: Larry Isaacs [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 07. Februar 2002 19:17 An: 'Tomcat Users List' Betreff: RE: Tomcat 3.3a IIS JDBC See method #1 under: http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat

RE: Tomcat 3.3a IIS JDBC

2002-02-07 Thread colin . madere
the resulting .jar file in the lib/common dir and have it work. Try it! :) Colin -- From: Martin Jussel[SMTP:[EMAIL PROTECTED]] Reply To: Tomcat Users List Sent: Thursday, February 07, 2002 12:11 PM To: Tomcat Users List Subject: AW: Tomcat 3.3a IIS JDBC

RE: session between tomcat and IIS

2002-02-06 Thread colin . madere
Since I just ran into the problem of sharing cookies between IIS and Tomcat, I noticed this trait: Tomcat can read cookies set by IIS/ASP, but IIS/ASP can NOT read cookies set by Tomcat. (sorry for the not including original message, just subscribed) -- To unsubscribe: mailto:[EMAIL

RE: session between tomcat and IIS

2002-02-06 Thread colin . madere
I should have listed versions and such. The below situation was found running: NT 4.0 SP6, IIS 4, Tomcat 3.3a with NS6 / IE 5.5/6 as client on NT 4 SP6. -- From: [EMAIL PROTECTED][SMTP:[EMAIL PROTECTED]] Reply To: Tomcat Users List Sent: Wednesday, February 06

Tomcat 4 + IIS without bothering with Contexts

2002-02-06 Thread Richard P
I currently develop a large set of webapps I inherited, all written in VBScript (ASP). I'd like to move to JSP (99% of the bugs I encounter are due to VBScript's terrible type checking/handling). I've got Tomcat 4.0.1 integrated with IIS, reading the /examples context just fine (VERY IMPORTANT

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

Re: Tomcat 4 + IIS without bothering with Contexts

2002-02-06 Thread Richard P
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

Re: Tomcat 4 + IIS without bothering with Contexts

2002-02-06 Thread Daniel Parnell
, 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

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

Tomcat with IIS 6.0

2002-02-04 Thread Jones, Stephen
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

NEWBIE : TOMCAT WITH IIS 5.0

2002-01-18 Thread IndianNIC-TOMCAT
Hello this may sound pretty basic to many but pretty tiresome for me. been after this for a coupla days trying to figure out but to no success i am using tomcat 4 on windows 2000 with iis 5.0 all my website are located under the ip address 209.11.42.166 under E:/inetpub location of tomcat is

Re: Tomcat 4.01, IIS and JSPs

2002-01-04 Thread yilmaz
Hi Daniel, i am interested, please can you send me a copy of your script? Thanks in advance cheers :) - 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

RE: Tomcat 4.01, IIS and JSPs

2002-01-04 Thread Terrence Beard
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

RE: Tomcat 4.01, IIS and JSPs

2002-01-04 Thread Reynir Hübner
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

RE: Tomcat 4.01, IIS and JSPs

2002-01-04 Thread Yuriy Pasichnyk
Hi Reynir, Why do you need mod_jk for isapi_redirect.dll to work ?? -Original Message- From: Reynir Hübner [mailto:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 5:18 PM To: Tomcat Users List Subject: RE: Tomcat 4.01, IIS and JSPs we´re using tomcat 4.01 with mod_jk in production

RE: Tomcat 4.01, IIS and JSPs

2002-01-04 Thread Reynir Hübner
, IIS and JSPs Hi Reynir, Why do you need mod_jk for isapi_redirect.dll to work ?? -Original Message- From: Reynir Hübner [mailto:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 5:18 PM To: Tomcat Users List Subject: RE: Tomcat 4.01, IIS and JSPs we´re using tomcat 4.01 with mod_jk

Re: Tomcat 4.01, IIS and JSPs

2002-01-04 Thread Hessing Ingo
Hi, you'll find the program on Daniel's sourceforge site: https://sourceforge.net/projects/warpconduit/ bestWISHES Ingo -- 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 Hessing Ingo
for both IIS and Tomcat - because the isapi_redirect.dll works as a global filter within IIS which means that only the access of the mere .dll is logged on the IIS-side and not the actual JSP or servlet. bestWISHES Ingo -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto

Re: Tomcat 4.01, IIS and JSPs

2002-01-04 Thread Daniel Parnell
: 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

Re: Tomcat 4.01, IIS and JSPs

2002-01-04 Thread Daniel Parnell
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

Re: Tomcat 4.01, IIS and JSPs

2002-01-03 Thread Hessing Ingo
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

Re: Tomcat 4.01, IIS and JSPs

2002-01-03 Thread Daniel Parnell
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

Re: Tomcat 4.01, IIS and JSPs

2002-01-02 Thread Hessing Ingo
with Tomcat 4.0.1, too. It integrates IIS and Tomcat using an ajp13-connector. See this tutorial: http://www.vacodi.com/howto/tomcat/iisnt/index.html Unfortunately the 3.3.-redirector doesn't function with an inprocess worker (only with an ajp13). Secondly it works as a global filter within IIS

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

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

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 puneet sachar
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.

Re: Tomcat 4.01, IIS and JSPs

2002-01-01 Thread Daniel Parnell
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

RE: Tomcat 4.01, IIS and JSPs

2002-01-01 Thread Yuriy Pasichnyk
Please, do -Original Message- From: Daniel Parnell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 3:18 AM To: Tomcat-Users 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

RE: Tomcat 4 IIS 5 -SOLVED

2001-12-20 Thread Chen, Gin
stop and restart option in services tool) IIS Admin Site and then restart tomcat. Hope that helps. -Tim -Original Message- From: Chen, Gin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 9:40 AM To: '[EMAIL PROTECTED]' Subject: Tomcat 4 IIS 5 Hi All, 2 Questions

Tomcat 4, IIS, ISAPI redirector

2001-12-19 Thread Dean H. Saxe
connect to IIS via HTTPS and the image is returned (I know it is from the logs) MSIE generates an error that the plugin could not read the data. Furthermore, my logs show the connection from MSIE is established twice, back to back. This has led me to believe that the connection between IIS

Tomcat and IIS Error 500

2001-12-14 Thread Jim Urban
I have installed Tomcat 4.0 on a client machine running Win 2K Server. IIS is also installed and running on this server. I followed the instructions for attaching Tomcat to IIS as listed on the Tomcat web site. I also added my application to the uriworkermap.properties file. After following

Re: Tomcat and IIS Error 500

2001-12-14 Thread Andy Soedibjo
Tomcat to IIS as listed on the Tomcat web site. I also added my application to the uriworkermap.properties file. After following all the instructions, I rebooted the server and Tomcat and IIS both started. I can access my app via port 8080. If I try to access it through IIS I get an error 500. Any

RE: Some help out a newbie with tomcat and iis

2001-12-10 Thread Katherine Fraser
http://www.verysimple.com/scripts/support_tc_iis.html -katherine -Original Message- From: Yau Chin [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 09, 2001 11:41 PM To: [EMAIL PROTECTED] Subject: Some help out a newbie with tomcat and iis hi, i've recently set up tomcat on my system

Some help out a newbie with tomcat and iis

2001-12-09 Thread Yau Chin
hi, i've recently set up tomcat on my system. i've been trying to set up tomcat with iis so that iis goes to tomcat to render a .jsp page. i've followed instructions i've found on the web, and so far, i have it so that the examples work in the localhost:8080/examples/ directory, as well

tomcat with IIS on WINNT

2001-11-27 Thread Starsinic, Frank
Is there an implementation of Tomcat with IIS that works with Windows NT as opposed to Win2000? thanks, frank

AW: help tomcat 4.0 iis 5.0

2001-11-16 Thread Hessing Ingo
Ingo -Ursprüngliche Nachricht- Von: Matt Laywell [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 15. November 2001 22:47 An: '[EMAIL PROTECTED]' Betreff: help tomcat 4.0 iis 5.0 I am using tomcat 4.0 with iis 5.0. When I try to view jsp pages from my website I get a 404 resource

help tomcat 4.0 iis 5.0

2001-11-15 Thread Matt Laywell
I am using tomcat 4.0 with iis 5.0. When I try to view jsp pages from my website I get a 404 resource whatever.jsp is not available error from tomcat. I believe the isapi redirector is working properly because the error is from the tomcat server not from iis. any help would be appreciated

Tomcat 4.0.1 + IIS

2001-11-13 Thread alessander
Hi do somebody knows how to integrate Tomcat 4.0.1 and IIS 5 (W2k)? I haven'' found any doc... Thanks a lot Alessander Fecchio DIS/DISGE/TID - IESTEC 55 41 3314849 -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto

TomCat and IIS

2001-10-19 Thread ajfj
On the windows2000 server, the http://localhost/examples/jsp/index.html doesn´t work to IIS. The last line in the file C:\WINNT\system32\LogFiles\W3SVC1\ex011019.log is 2001-10-19 17:41:50 127.0.0.1 - 127.0.0.1 80 GET /jakarta/isapi_redirect.dll - 200 Mozilla/4.0+

Re: TomCat and IIS

2001-10-19 Thread Michael Risch
I just solved this very problem with help from the list, and have been told I am now the official answerer on this problem ;) Did you both a) add to the ISAPI dialog in internet service manager and b) add isapi_redirect.dll in the registry under Filter DLL's? That is what the docs say, but

inetinfo.exe mem error, works only on 8080,TomCat 3.2.3, IIS 5, Win2k Adv Server

2001-10-05 Thread rwong 1
Hi, I installed TomCat 3.2.3 and isapi_redirect.dll, registry setup etc. ISAPI filter has a green arrow showing (means working) But when I request JSP pages, I get a inetinfo.exe mem error. I know it has to do with IIS because TomCat works for localhost:8080/mypage.jsp (8080 is the port

inetinfo.exe mem error, works only on 8080,TomCat 3.2.3, IIS 5, Win2k Adv Server

2001-10-04 Thread rwong 1

Tomcat with IIS: errno = 61

2001-09-10 Thread Albert
Hi All, I'm new in this mail list and I would ask for help. My problem is that I installed Tomcat on Win2K Prof. with IIS5 for testing some servlet programs. I followed the instructions in Tomcat IIS HowTo to let IIS cooperate with Tomcat. After finishing all steps stated in Tomcat IIS HowTo

tomcat with IIS on NT4

2001-09-05 Thread Georges Boutros
hi, i installed tomcat for IIS on an NT4 machine. i can't access tomcat without writing it's port number (8080) http://localhost:8080/examples/servlet/HelloWorldExample i do not want to write the port number to access tomcat. I wanna be able to do this http://localhost/examples/servlet

RE: tomcat with IIS

2001-09-04 Thread Spike Hains
] Subject: tomcat with IIS More specific datas from my problem: When I try to run a jsp page. the browser return the error 405 - not allowed. But I have already changed the execute permissions to scripts and executables in the site properties. This jsp contain a access to DB. When I try to run

tomcat with IIS

2001-09-03 Thread Kubo
hello everybody, I have a big problem (I think so). I´m trying to run tomcat3.2.3 with IIS but IIS doesn´t run jsp pages. Tomcat run, and I made the necessary changes described in http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-iis-howto.html, but it doesn´t work. The green arrow

tomcat with IIS

2001-09-03 Thread Kubo
this work until today. hello everybody, I have a big problem (I think so). I´m trying to run tomcat3.2.3 with IIS but IIS doesn´t run jsp pages. Tomcat run, and I made the necessary changes described in http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-iis-howto.html, but it doesn´t

Tomcat as IIS Inprocess

2001-08-30 Thread BBui
Does anyone know where to find info on running Tomcat as IIS inprocess? Thanks.

Tomcat with IIS 4.0

2001-08-27 Thread Glenn Fullum
HI, I have follow the How-to.the In-Process HowTo but when I start my Tomcat service...I got the error message : Fatal:.Java.lang.NullPointerException Is anyone could help me P.S. I have used the files that we're template for implementing JNI but nothing is working, even with those files.

tomcat on iis

2001-08-27 Thread hzhang
Hi, I installed tomcat and IIS following the instruction Tomcat IIS How To. It is working fine for the examples. When i add extra context in the uriworkermap.properties file, restart the iis server, an error message appeared as Page can not be found. The context i added on was working fine

Tomcat and IIS - error with isapi_redirect.dll

2001-08-15 Thread Martin Schaefer
hi, i'm setting up tomcat to run with iis on winnt server 4. tomcat itself is running fine as a service, i can run the examples if i use the tomcat port. i cannot start the isapi filter in IIS, and i get the follwing error in the event viewer on startup: Source: W3SVC Type:Error The HTTP

RE: Running servlet on Tomcat with IIS

2001-08-13 Thread Larry Isaacs
-mail) Subject: Running servlet on Tomcat with IIS Hi, I'm running Tomcat with IIS5.0, The servlet on the examples folder working fine but when I try to run the servlet on the web site its not working I did the following configuration: on the server.xml: Context path

Supported Configuration for Tomcat and IIS on windows 2000

2001-08-07 Thread Darryl Chanin
Hi, In your web site (http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-iis-howto.html http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-iis-howto.html ) in the Supported Configuration section it is mentioned : The IIS-Tomcat redirector was developed and tested

Using tomcat from IIS on Win 2K on port 80

2001-08-06 Thread Simon, Reinhard
I want to use tomcat 3.2.3 with IIS as a front end server using out-of-process redirection. While the settings work fine with the port 8080 for Tomcat, this is not convenient as our proxy only accepts port 80 for in-house use. However, editing the server.xml to change 8080 to 80 produces an http

Re: Using tomcat from IIS on Win 2K on port 80

2001-08-06 Thread Richard Heintze
Have you followed the Tomcat IIS HowTo document? I have you exact configuration running on my notebook. You need to have IIS load an ISAPI Filter DLL whose source is a bit elusive. After receiving many corrupt versions of the source and binaries I finally found a good one. I think it was called

tomcat and iis

2001-08-05 Thread Joe Clem
If integrating with IIS or anyother web server do I need tomcat listening on port 8080. Can I have every request go thru the webserver such as iis and take advantage of all of the tomcat features such as form authentication, JDBCRealms... Will IIS be able to see the tomcat Contexts? Is there

Tomcat and IIS 5

2001-07-25 Thread Luiz Olavo Bonino
Is there any document that shows how to install Tomcat on a Windows 2000 and IIS 5 environment? Thanks, Luiz Olavo

Re: Tomcat and IIS 5

2001-07-25 Thread Dmitri Colebatch
- but as someone who answers questions, I can tell you I feel a _lot_ more compelled to answer questions where it is clear the person asking has made a reasonable effort to answer the question themselves. http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-iis-howto.html cheesr dim On Wed, 25 Jul

Re: Tomcat and IIS 5

2001-07-25 Thread John Baker
if you cant find it, post - but as someone who answers questions, I can tell you I feel a _lot_ more compelled to answer questions where it is clear the person asking has made a reasonable effort to answer the question themselves. http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-iis

tomcat and IIS

2001-07-25 Thread Yuen, Yushun
hi, i have used jsp a lot on unix, now i want to use it on IIS. wanted to know what are the performance difference between running tomcat on unix vs. NT. or i would be great if you can point me to some source to look for answers. thanks a bunch! tomcat is great! Yushun Yuen Executive Producer

Tomcat with IIS, error 501 (not supported)

2001-07-19 Thread Christian . Schildt
Hi, I am slowly at the end by configuring IIS to work with IIS. I have read howto Documentation from Apache and Troubleshooting. Nothing has helped. Has anybody experience in this area? Which things could cause troubles by getting Tomcat run with IIS? 1) Wrong versions of isapi_redirect.dll

find the NT account name with tomcat for IIS

2001-07-12 Thread Georges Boutros
hi, i would like to get the NT account name of the person browsing the web page. i'm using jsp pages with tomcat for IIS. does anyone know how can i do it? thanks Georges

Re: find the NT account name with tomcat for IIS

2001-07-12 Thread Tim O'Neil
At 08:34 AM 7/12/2001, you wrote: hi, i would like to get the NT account name of the person browsing the web page. i'm using jsp pages with tomcat for IIS. does anyone know how can i do it? You'll need to write a nt domain auth client (native code) and a jni driver. Its not going

RE: find the NT account name with tomcat for IIS

2001-07-12 Thread Jann VanOver
PROTECTED]] Sent: Thursday, July 12, 2001 8:35 AM To: Tomcat-User (E-mail) Subject: find the NT account name with tomcat for IIS hi, i would like to get the NT account name of the person browsing the web page. i'm using jsp pages with tomcat for IIS. does anyone know how can i do it? thanks

RE: errors using Tomcat w/ IIS 5.0

2001-07-03 Thread Randy Layman
localhost to access the AJP12 port. Randy -Original Message- From: Chris Blessing [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 7:24 PM To: [EMAIL PROTECTED] Subject: errors using Tomcat w/ IIS 5.0 Hi there- I'm running Windows 2000 w/ IIS 5.0. I've configured

Tomcat And IIS: Suggestion

2001-07-02 Thread Steve
Hi I've been trying to use your tomcat-iis-howto.html to integrate IIS 5.0 on Win 2000 with Tomcat. I am in my second day and getting very frustrated. When I try to start tomcat the dos windows wiz by with error messages that go by to fast for me to read them. Windows 2000 no longer lets

RE: Tomcat And IIS: Suggestion

2001-07-02 Thread Randy Layman
-Original Message- From: Steve [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 2:58 PM To: [EMAIL PROTECTED] Subject: Tomcat And IIS: Suggestion Hi I've been trying to use your tomcat-iis-howto.html to integrate IIS 5.0 on Win 2000 with Tomcat. I am in my

errors using Tomcat w/ IIS 5.0

2001-07-02 Thread Chris Blessing
Hi there- I'm running Windows 2000 w/ IIS 5.0. I've configured the webserver with the appropriate /jakarta virtual dir, entered the correct registry settings and all, and properly setup the workers.properties and uriworkermap.properties files. I was reading the IIS How-To page and went through

Need help urgently regarding Tomcat with IIS

2001-06-14 Thread Rajeshwar Rao.V
Hi, Could anybody out there who worked on Tomcat with IIS? I am facing problems with configuration. I followed all the steps mentioned in Tomcat documentation.Here is the URL http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-iis-howto.html But in this doc at step 9 it is mentioned

RE: Need help urgently regarding Tomcat with IIS

2001-06-14 Thread Rajeshwar Rao.V
. -Original Message- From: Rajeshwar Rao.V [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 14, 2001 12:06 PM To: '[EMAIL PROTECTED]' Subject: Need help urgently regarding Tomcat with IIS Hi, Could anybody out there who worked on Tomcat with IIS? I am facing problems

Re: Need help urgently regarding Tomcat with IIS

2001-06-14 Thread Frans Thamura
It happen in my IIS also.. but I success install it using Apache for Windows Help please. Frans - Original Message - From: Rajeshwar Rao.V [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 14, 2001 1:36 PM Subject: Need help urgently regarding Tomcat with IIS Hi

RE: Need help urgently regarding Tomcat with IIS

2001-06-14 Thread yeye
try this guide http://www.verysimple.com/scripts/support_tc_iis.html it's easier to follow. -Original Message- From: Frans Thamura [mailto:[EMAIL PROTECTED]] Sent: 14 Juni 2001 15:22 To: [EMAIL PROTECTED] Subject: Re: Need help urgently regarding Tomcat with IIS It happen in my IIS

RE: Need help urgently regarding Tomcat with IIS

2001-06-14 Thread Rajeshwar Rao.V
:[EMAIL PROTECTED]] Sent: Thursday, June 14, 2001 4:28 PM To: [EMAIL PROTECTED] Subject: RE: Need help urgently regarding Tomcat with IIS try this guide http://www.verysimple.com/scripts/support_tc_iis.html it's easier to follow. -Original Message- From: Frans Thamura [mailto:[EMAIL PROTECTED

RE: Need help urgently regarding Tomcat with IIS

2001-06-14 Thread Rajeshwar Rao.V
PM To: '[EMAIL PROTECTED]' Subject: RE: Need help urgently regarding Tomcat with IIS Thank you Yeye. Could you please interpret this error. This is my IIS log file: 10:32:09 127.0.0.1 GET /jakarta/isapi_redirect.dll+ 404 10:33:13 127.0.0.1 GET /jakarta/isapi_redirect.dll+ 404 10:33:13 127.0.0.1

RE: Need help urgently regarding Tomcat with IIS

2001-06-14 Thread yeye
- From: Rajeshwar Rao.V [mailto:[EMAIL PROTECTED]] Sent: 14 Juni 2001 17:59 To: '[EMAIL PROTECTED]' Subject: RE: Need help urgently regarding Tomcat with IIS Thank you Yeye. Could you please interpret this error. This is my IIS log file: 10:32:09 127.0.0.1 GET /jakarta/isapi_redirect.dll+ 404 10:33

RE: Need help urgently regarding Tomcat with IIS

2001-06-14 Thread Randy Layman
: Need help urgently regarding Tomcat with IIS I'm not sure. I don't really understand on tomcat, because I'm a newcomer on tomcat technology. I guess code 404 means that the file can not be found. Make sure that physical path of the jakarta virtual directory is the location where your

Tomcat and IIS revisited!

2001-06-11 Thread Winer, Matthew
Ok well I have made some progress this morning. I now how the green up arrow for the ISAPI filter. I am so excited. Now I just have a couple more questions. Does it matter what the home directory is for my IIS web server? I did put in a virtual directory for jakarta. Now when I go to

Tomcat and IIS revisited! (update)

2001-06-11 Thread Winer, Matthew
I changed in the registry the logging to debug and this is what my log file looked like for one request to http://localhost/examples/jsp/index.html [jk_isapi_plugin.c (408)]: HttpFilterProc started [jk_isapi_plugin.c (429)]: In HttpFilterProc test redirection of /examples/jsp/index.html

RE: Tomcat and IIS revisited!

2001-06-11 Thread Randy Layman
-Original Message- From: Winer, Matthew [mailto:[EMAIL PROTECTED]] Sent: Monday, June 11, 2001 9:54 AM To: 'Tomcat-User (E-mail) Subject: Tomcat and IIS revisited! Ok well I have made some progress this morning. I now how the green up arrow for the ISAPI filter. I am so

Tomcat on IIS registry entries

2001-06-11 Thread Rex Cooper
HI There. We have created two .reg files for NT 4 and Windows 2000. They work for tomcat installations on c:\jakarta-tomcat-3.2.1 but should be editable for other file paths. I found the process to be very error prone, manually making the keys every time. Win 2k Windows Registry Editor Version

RE: Tomcat and IIS revisited

2001-06-11 Thread Winer, Matthew
When I check the IIS log files I see a GET /jakarta/isapi_redirect.dll 401 It is a 401 error. I still have the jk_uri_worker_map_t::uri_worker_map_close, NULL parameter [jk_uri_worker_map.c (185)]: In jk_uri_worker_map_t::uri_worker_map_free, NULL parameters in my isapi.log file and

RE: Tomcat and IIS revisited

2001-06-11 Thread Randy Layman
defined) in workers.properties. Randy -Original Message- From: Winer, Matthew [mailto:[EMAIL PROTECTED]] Sent: Monday, June 11, 2001 11:55 AM To: 'Tomcat-User (E-mail) Subject: RE: Tomcat and IIS revisited When I check the IIS log files I see a GET /jakarta

Re: Tomcat on IIS registry entries

2001-06-11 Thread Lawrence Kemdirim
Subject: Tomcat on IIS registry entries HI There. We have created two .reg files for NT 4 and Windows 2000. They work for tomcat installations on c:\jakarta-tomcat-3.2.1 but should be editable for other file paths. I found the process to be very error prone, manually making the keys every

RE: Tomcat and IIS revisited

2001-06-11 Thread Winer, Matthew
Here is a copy of my workers.properties and uriworkermap.properties files. I was told that this is where my problem lies. If somebody could take a quick look, maybe see if anything is wrong. Thanks # # $Header: /home/cvs/jakarta-tomcat/src/etc/Attic/wrapper.properties,v 1.2.2.1 2000/10/16

RE: Tomcat and IIS revisited

2001-06-11 Thread Randy Layman
-Original Message- From: Winer, Matthew [mailto:[EMAIL PROTECTED]] Sent: Monday, June 11, 2001 1:38 PM To: '[EMAIL PROTECTED]' Subject: RE: Tomcat and IIS revisited Here is a copy of my workers.properties and uriworkermap.properties files. I was told that this is where my

RE: Tomcat and IIS revisited

2001-06-11 Thread Winer, Matthew
] Subject: RE: Tomcat and IIS revisited # $Header: /home/cvs/jakarta-tomcat/src/etc/Attic/wrapper.properties,v 1.2.2.1 2000/10/16 01:59:22 larryi Exp $ workers.properties, not wrapper.properties.

RE: Tomcat and IIS revisited

2001-06-11 Thread Randy Layman
# worker.inprocess.sysprops=myprop=mypropvalue # # Additional path components. # # worker.inprocess.ld_path=d:$(ps)SQLLIB$(ps)bin # -Original Message- From: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: Monday, June 11, 2001 1:36 PM To: [EMAIL PROTECTED] Subject: RE: Tomcat and IIS

RE: Tomcat and IIS revisited

2001-06-11 Thread Winer, Matthew
=org.apache.tomcat.service.connector.Ajp12ConnectionHandler/ Parameter name=port value=8007/ /Connector Thank You Matt Winer -Original Message- From: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: Monday, June 11, 2001 1:55 PM To: [EMAIL PROTECTED] Subject: RE: Tomcat and IIS revisited Now, my question

Repost: AdaptiveClassLoader problems with Tomcat 3.2.1, IIS and Struts web apps

2001-05-23 Thread Eric Wu
I have not seen any responses on this so I'm trying again: I have two struts-based web apps installed under a single instance of Tomcat (Struts Beta 1, Tomcat 3.2.1 connected to IIS 4.0 on Windows NT via isapi_redirect.dll). They are defined within server.xml as follows: Context

Virtual Hosts and Tomcat 3.2.1/IIS

2001-05-14 Thread Ross Merritt
We're currently trying to configure a server with one Tomcat NT service and the following contexts in server.xml: host name=127.0.0.1 Context path=/examples docBase=webapps/examples crossContext=false debug=0

AW: tomcat on IIS in-process

2001-05-06 Thread Robert Wohlgemuth
: tomcat on IIS in-process Hi I am trying to set up IIS to work with tomcat 3.2.0 using the jni_connect.dll, so that it can run in-process. But when I start the IIS, I get the following text in the stderr-log file from the JVM: 2001-05-05 05:57:52 - ContextManager: Adding context Ctx( /examples

RE: tomcat on IIS in-process

2001-05-06 Thread Rasmus Munk Jensen
this points to nowhere!! Is that correct? In my uriworkermap.properties file, I have only the jni worker mounted, not ajp12 or ajp13. Is this correct? Am I right, when I assume that having tomcat running in-process, automatically starts tomcat when the IIS is started? thanks for your time, Rasmus

AW: tomcat on IIS in-process

2001-05-06 Thread Robert Wohlgemuth
-Ursprüngliche Nachricht- Von: Rasmus Munk Jensen [mailto:[EMAIL PROTECTED]] Gesendet: Sonntag, 06. Mai 2001 20:56 An: [EMAIL PROTECTED] Betreff: RE: tomcat on IIS in-process Hi, I greatly appreciate your answer. Unfortunatly my tomcat doesn't run, but maybe you could answer a few questions for me, so

tomcat on IIS in-process

2001-05-05 Thread Rasmus Munk Jensen
Hi I am trying to set up IIS to work with tomcat 3.2.0 using the jni_connect.dll, so that it can run in-process. But when I start the IIS, I get the following text in the stderr-log file from the JVM: 2001-05-05 05:57:52 - ContextManager: Adding context Ctx( /examples ) 2001-05-05 05:57:52 -

tomcat with IIS

2001-05-03 Thread Keith Willis
I am trying to run tomcat with IIS. I have it set up out of process. This works great. I can see the examples, etc. I would like for tomcat to be able to run .jsp files from my wwwroot directory. The problem is 1. I don't know how to change the tomcat webapps to point to a different

<    1   2   3   4   5   >