Re: Tomcat as Win2k service

2004-08-04 Thread Emerson Cargnin
I use the same way, just chosse this option when installing through the .exe installer. Java Techie wrote: Hi, I am using Tomcat5 on win2k Professional. I want to use it as a windows service. Please help. Thanks. Yogesh __ Do you Yahoo!? Yahoo! Mail -

RE: Tomcat as Win2k service

2004-08-04 Thread Charles Baker
Uhm, did you read the docs at all? http://jakarta.apache.org/tomcat/tomcat-5.0-doc/setup.html Installation as a service: Tomcat will be installed as a Windows NT/2k/XP service no matter what setting is selected. Using the checkbox on the component page sets the service as auto startup, so that

Re: Tomcat as Win2k service

2004-08-04 Thread Java Techie
Thanks for replies. Now I can see it as a service, but when i try to start it it says Windows cant start the service... If its a non microsoft service... and refer the service specific error code 0 Thanks. --- Java Techie [EMAIL PROTECTED] wrote: Hi, I am using Tomcat5 on win2k Professional.

RE: Tomcat 4.1.24/Win2K - Servlet not found.

2003-06-25 Thread Mike Curwen
Look in CATALINA_HOME/conf/web.xml. This is a large file with a large amount of comments. You should find a servlet-mapping tag that has the pattern /servlet/* and you'll find it commented out. This is the 'invoker servlet' that every beginner dreads, because there are a LOT of books /

Re: Tomcat 4.1.24/Win2K - Servlet not found.

2003-06-25 Thread Tim Funk
http://jakarta.apache.org/tomcat/faq/misc.html#invoker Also look at the sun's webservices developer tutorial. -Tim Rohit Bapat wrote: Hello, I'm a Tomcat beginner, and I'm having the following problem - The browser can't locate the servlet under URL /servlet. I read some recommended

Re: Tomcat 4.1.24/Win2K - Servlet not found.

2003-06-25 Thread Jason Bainbridge
On Thu, 26 Jun 2003 00:37, Rohit Bapat wrote: web-app servlet servlet-nameTesting/servlet-name servlet-class???***/servlet-class /servlet servlet-mapping servlet-name???***/servlet url-pattern???***/url-pattern /servlet-mapping /web-app /me wishes books and tutorials

Re: Tomcat 4.1.24/Win2K - Servlet not found.

2003-06-25 Thread John Turner
Except that using the Invoker is disabled for a reason and should be avoided if possible. John On Wed, 25 Jun 2003 11:44:38 -0500, Mike Curwen [EMAIL PROTECTED] wrote: Look in CATALINA_HOME/conf/web.xml. This is a large file with a large amount of comments. You should find a servlet-mapping

RE: Tomcat 4.1.24/Win2K - Servlet not found.

2003-06-25 Thread Mike Curwen
Subject: Re: Tomcat 4.1.24/Win2K - Servlet not found. Except that using the Invoker is disabled for a reason and should be avoided if possible. John On Wed, 25 Jun 2003 11:44:38 -0500, Mike Curwen [EMAIL PROTECTED] wrote: Look in CATALINA_HOME/conf/web.xml. This is a large

Re: Tomcat 4.1.24/Win2K - Servlet not found.

2003-06-25 Thread Jason Bainbridge
On Thu, 26 Jun 2003 00:44, Tim Funk wrote: http://jakarta.apache.org/tomcat/faq/misc.html#invoker Also look at the sun's webservices developer tutorial. Try getting that kind of support from a commercial product. :) 3 separate answers in less than 10 minutes! Cheers, -- Jason Bainbridge

RE: Tomcat 4.1.24/Win2K - Servlet not found.

2003-06-25 Thread Shapira, Yoav
Howdy, But if I have http://localhost:8080/myApp/servlet/TestingServlet, (without the web.xml file) it doesn't find the servlet. snip Add to your web.xml: servlet-mapping servlet-nameTesting/servlet-name url-pattern/servlet/TestingServlet/url-pattern /servlet-mapping And then the above

RE: Tomcat 4.1.24/Win2K - Servlet not found.

2003-06-25 Thread Rohit Bapat
Thanks everyone for your quick replies. I added Yoav's code snippet to my web.xml and it worked just fine. Thanks Yoav. I just have one more question, why does the url http://localhost:8080/myApp/servlet/TestingServlet work, while http://localhost:8080/myApp/servlet/Testing not work, even though

RE: Tomcat 4.1.24/Win2K - Servlet not found.

2003-06-25 Thread Shapira, Yoav
Howdy, I just have one more question, why does the url http://localhost:8080/myApp/servlet/TestingServlet work, while http://localhost:8080/myApp/servlet/Testing not work, even though I mention the servlet-name as Testing ? Isn't Testing supposed to be 'alias' for the whole name? In that case,

Re: tomcat 3.3.1 - win2k iis

2003-01-15 Thread Lior Shliechkorn
Do you have an environment variable set for CLASSPATH containing . ; %JAVA_HOME%\bin; %CATALINA_HOME%\common\lib\servlet.jar ? Schultz, Cecilia [EMAIL PROTECTED] wrote: Hi, I installed Tomcat 3.3.1 on win2k with IIS. Then I installed an a vendor's web app. When I bring up the vendor's login

RE: tomcat 3.3.1 - win2k iis

2003-01-15 Thread Schultz, Cecilia
It seems I am missing some path somewhere. I copied a web app that does work in another server (with another container, not tomcat) into the problem server. I got a similar error when bringing up the default page: Class javax.servlet.http.HttpServlet not found in class

RE: tomcat 3.3.1 - win2k iis- examples

2003-01-15 Thread Schultz, Cecilia
: Schultz, Cecilia Sent: Wednesday, January 15, 2003 10:45 AM To: 'Tomcat users list (E-mail)' Subject: RE: tomcat 3.3.1 - win2k iis It seems I am missing some path somewhere. I copied a web app that does work in another server (with another container, not tomcat

RE: tomcat 3.3.1 - win2k iis- examples

2003-01-15 Thread Lior Shliechkorn
) = what am I missing?? Thanks Cecilia -Original Message- From: Schultz, Cecilia Sent: Wednesday, January 15, 2003 10:45 AM To: 'Tomcat users list (E-mail)' Subject: RE: tomcat 3.3.1 - win2k iis It seems I am missing some path somewhere. I copied a web app that does

RE: tomcat 3.3.1 - win2k iis- examples

2003-01-15 Thread Jason Pyeron
: Wednesday, January 15, 2003 10:45 AM To: 'Tomcat users list (E-mail)' Subject: RE: tomcat 3.3.1 - win2k iis It seems I am missing some path somewhere. I copied a web app that does work in another server (with another container, not tomcat) into the problem server. I got a similar error when

Re: tomcat 3.3.1 - win2k iis

2003-01-15 Thread Bill Barker
an older version of servlet.jar (or j2ee.jar) someplace like %JAVA_HOME%\jre\lib\ext. - Original Message - From: Schultz, Cecilia [EMAIL PROTECTED] To: Tomcat users list (E-mail) [EMAIL PROTECTED] Sent: Wednesday, January 15, 2003 10:44 AM Subject: RE: tomcat 3.3.1 - win2k iis It seems I

Re: Tomcat as Win2k service vs ModJk

2002-12-05 Thread Bill Barker
It's actually worse than John states: mod_webapp *only* works with the pre-fork MPM. Since the pre-fork MPM isn't an option on a Windows system, you can't even dream of using mod_webapp. If you don't believe me, look at the README for mod_webapp. Turner, John [EMAIL PROTECTED] wrote in message

RE: Tomcat as Win2k service vs ModJk

2002-12-04 Thread Turner, John
WARP (mod_webapp) is deprecated. Moving to it would be going backwards and cause you to possibly redo things in the future. JK cannot start Tomcat. JK2 apparently can, though I have no experience with JK2, I use JK, and even then I am not certain that the in-process portions of JK2 work on

Re: Tomcat as Win2k service vs ModJk

2002-12-04 Thread Jacob Kjome
See: http://www.mattkelli.com/tech/tomcat/ntservice.htm And mod_webapp is deprecated and not being developed anymore. The recommendation is to use mod_jk or mod_jk2 Jake At 08:31 AM 12/4/2002 -0500, you wrote: I recently installed Tomcat 4.1.16 behind Apache HTTPD 2.0.42 using mod_jk to

RE: Tomcat as Win2k service vs ModJk vs JK2

2002-12-04 Thread David Neufeld
-arcims.html Dave -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 04, 2002 6:44 AM To: 'Tomcat Users List' Subject: RE: Tomcat as Win2k service vs ModJk WARP (mod_webapp) is deprecated. Moving to it would be going backwards and cause you

Re: Tomcat in Win2k with IIS

2001-06-06 Thread Aaron Nance
To answer you question about if there is a difference between the JRE and the J2SDK, the answer is a definite yes. The difference is that the JRE does not come with the Java byte-code compiler and you need that in order to run Tomcat. Also, if you are not sure how to set environment

RE: Tomcat in Win2k with IIS

2001-06-05 Thread William C. Robertson
I'm not the one to be answering questions, but at least I have a green up arrow. It seems the green up arrow is more a product of file exitence than file content. If I rename workers.properties to XX.properties I get a red arrow. If I change the contents of the file to garbage the arrow stays

RE: Tomcat in Win2k with IIS

2001-06-05 Thread Todd Sussman
To answer your first question on wether you need a seperate web server, the answer is no. Tomcat works as a web server as well, but it is not a fast server. JDK includes (I believe) a java compiler to create the java files and and interpreter to run the java files. This is why you need it. If

Re: Tomcat on Win2k

2001-04-11 Thread Nico den Boer
al Message - From: Randy Layman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 10, 2001 9:39 PM Subject: RE: Tomcat on Win2k No. If you want to run Tomcat out-of process with IIS as a service you need to: 1. Install Tomcat to work with IIS (which it seems that you have accomplished) 2

Re: Tomcat on Win2k

2001-04-11 Thread Nico den Boer
I have replace the JVM with 1.3.1Beta and installed the NT service. It works fine now. Thank you all very much for the assistence Nico - Original Message - From: Nico den Boer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 11, 2001 9:31 AM Subject: Re: Tomcat

RE: Tomcat on Win2k

2001-04-10 Thread Anthony Martin
I remember reading something about this on the group a few months ago. If memory serves, it's a bug in JDK 1.3. Anthony Hi there ! I have Tomcat running on a Win2k computer with IIS 5.0. The computer is not local, so I logon using Terminal Services Client (TSC) as a administrator.

Re: Tomcat on Win2k

2001-04-10 Thread Nico den Boer
What JDK are you using ? For example, I can try to switch back to jdk 1.2.2 Nico - Original Message - From: Anthony Martin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 10, 2001 9:09 PM Subject: RE: Tomcat on Win2k I remember reading something about this on the group

RE: Tomcat on Win2k

2001-04-10 Thread Randy Layman
Also this is supposedly fixed in the 1.3.1 beta (haven't tried myself yet). Randy -Original Message- From: Nico den Boer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 3:33 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat on Win2k What JDK are you using

Re: Tomcat on Win2k

2001-04-10 Thread Anthony Martin
documentation: http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/NT-Service-howto.htm l Anthony -Original Message- Subject: Re: Tomcat on Win2k From: "Nico den Boer" [EMAIL PROTECTED] Date: 2001-04-10 19:32:49 What JDK are you using ? For example, I can try

Re: Tomcat on Win2k

2001-04-10 Thread Nico den Boer
it takes or do I overlook something ? Nico - Original Message - From: Anthony Martin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 10, 2001 9:37 PM Subject: Re: Tomcat on Win2k I use JDK 1.3.1 on Windows 2000 Terminal Server. I use the out-process implementation over IIS

RE: Tomcat on Win2k

2001-04-10 Thread Randy Layman
is a bug in the JVM, everything else is working fine, so replacing the JVM should solve everything. Randy -Original Message- From: Nico den Boer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 4:06 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat on Win2k Just for my

RE: Tomcat under Win2k

2001-03-14 Thread guyr
You're probably running Microsoft's java.exe. Get ahold of a which.exe utility and find out which one you are using. Rename \winnt\system32\java.exe to java.bak and make sure c:\jdk1.3\bin is in your path. -Original Message- From: Ivan Pilis [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

Re: tomcat on win2k

2001-02-08 Thread Salvatore Borrelli
- From: "Peter Alfors" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 07, 2001 4:46 PM Subject: Re: tomcat on win2k We have noticed this behaviour as well in NT. If you click in the tomcat window, you will notice the word "Select" appears at

Re: tomcat on win2k

2001-02-07 Thread Salvatore Borrelli
ROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 07, 2001 1:35 AM Subject: RE: tomcat on win2k IE is pretty stupid that way. It does it to me and I am online all the time. The trick is to put the http:// in there explicitly, then it won't convert to local:8080 -Original Messa

RE: tomcat on win2k

2001-02-07 Thread Etienne Baert \(SPS Office\)
ot; [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 07, 2001 1:35 AM Subject: RE: tomcat on win2k IE is pretty stupid that way. It does it to me and I am online all the time. The trick is to put the http:// in there explicitly, then it won't convert to local:8080 -Origina

Re: tomcat on win2k

2001-02-07 Thread Peter Alfors
]] Sent: Tuesday, February 06, 2001 5:10 PM To: [EMAIL PROTECTED] Subject: Re: tomcat on win2k I have the Tomcat 4.0 Dev nightly build (? - i'd have to check which one) running on Windows 2000. I didn't come across any errors. The only thing I couldn't do was actually view the examples web

Re: tomcat on win2k

2001-02-07 Thread Peter Alfors
, don't click inside the window but on its title bar or via its icon in the taskbar to avoid this strange behaviour to happen. Etienne -Original Message- From: Salvatore Borrelli [mailto:[EMAIL PROTECTED]] Sent: mercredi 7 fvrier 2001 15:20 To: [EMAIL PROTECTED] Subject: Re: tomcat on

Re: tomcat on win2k

2001-02-07 Thread Peter Alfors
this was the way in nt4) michael -Original Message- From: Peter Alfors [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 07, 2001 4:28 PM To: [EMAIL PROTECTED] Subject: Re: tomcat on win2k I thought that I tried that. I was not online however. Therefore, when I prefix my

Re: tomcat on win2k

2001-02-06 Thread Peter Alfors
I have the Tomcat 4.0 Dev nightly build (? - i'd have to check which one) running on Windows 2000. I didn't come across any errors. The only thing I couldn't do was actually view the examples web app using IE (i believe 5.5). IE does not want to let me connect to 'localhost:8080' offline. It

RE: tomcat on win2k

2001-02-06 Thread CPC Livelink Admin
PROTECTED] Subject: Re: tomcat on win2k I have the Tomcat 4.0 Dev nightly build (? - i'd have to check which one) running on Windows 2000. I didn't come across any errors. The only thing I couldn't do was actually view the examples web app using IE (i believe 5.5). IE does not want to let me connect