Re: getting started

2005-03-14 Thread Antony Paul
You can find Linux packages at JPackage.org. On Mon, 14 Mar 2005 17:22:53 -0800, Kemin Zhou [EMAIL PROTECTED] wrote: Dear Friends, I am trying to get started with tomcat 5.5.7 which is the most stable release. I have spent a lot time on reading the documents. Here I am trying to get

RE: Getting started questions about Jakarta

2004-09-29 Thread Shapira, Yoav
Hi, Your analogy is interesting but warped. Apache httpd is a web server not written in Java that's very mature, stable, fast, configurable, and you will get very little contention if you claim it's the best in the world at serving static content, CGI scripts, PHP code, handling SSL

Re: getting started

2004-09-27 Thread Eugene
Hello Chong, thank you. I have this book like 6 month(maybe less) in my pdf library collection:) Somebody here in list have suggested to read it so I've download it to be able to print it. BTW, its very useful. Thank you! Monday, September 27, 2004, 9:47:30 AM, you wrote: Hi Eugene, I've

Re: getting started

2004-09-26 Thread Eugene
Hello QM, I have my server running Apache+Tomcat+GIS server+Oracle+Access DBs (they are connected trough GIS server for different projects) for almost one year, I've explained my professional specification to Atishay Kumar. My objective its to make work one or three applications and to

Re: GETTING STARTED WITH TOMCAT

2001-12-13 Thread Tom Oinn
[EMAIL PROTECTED] wrote: hi i'm new to servlets and JSP ...well i have installed tomcat in C:\tomcat and have set the JAVA_HOME in tomcat\bin\tomcat.bat to C:\jdk1.3.1 when i try to start the tomcat from MS-DOS from bin subdirectory a new window starts and disappears...(I Think this is

Re: GETTING STARTED WITH TOMCAT

2001-12-13 Thread Pablo Lillia
Better assign JAVA_HOME TOMCAT_HOME in AUTOEXEC.BAT (Win9x), or in the Enviroment (NT/2K). At 08:59 13/12/2001 -0500, you wrote: hi i'm new to servlets and JSP ...well i have installed tomcat in C:\tomcat and have set the JAVA_HOME in tomcat\bin\tomcat.bat to C:\jdk1.3.1 when i try to start

Re: GETTING STARTED WITH TOMCAT

2001-12-13 Thread Andy Soedibjo
What version of tomcat have you installed? For tomcat 4.x you must set also CATALINA_HOME. If it's working fine, it should left one console(window) for you. Rgds, Andy. At 08:59 13/12/2001 -0500, you wrote: hi i'm new to servlets and JSP ...well i have installed tomcat in C:\tomcat and have set

RE: GETTING STARTED WITH TOMCAT

2001-12-13 Thread Larry Isaacs
When the DOS window won't stay open, try bin\tomcat run This will start Tomcat in the current DOS window instead of a new DOS window. This should give you a look at the error. If on Win9x, what you need to see scrolls off the screen, try bin\tomcat run logs\tomcat.log Most of the

RE: GETTING STARTED WITH TOMCAT

2001-12-13 Thread Jim Urban
The window that is opening and closing is the Tomcat window. This window should stay open, that is where you will see any messages written to System.out or System.err. Try starting it like this: tomcat.bat run This will cause Tomcat to start in the current window. You should then be able to

RE: Getting started with Tomcat

2001-12-07 Thread Arnold Shore
With that symptom, I inserted the SET directives for both of these in the startup.bat file instead, and it worked. I suppose my autoexec.bat is screwed up, but I'm not going to troubleshoot that. Arnold Shore annapolis, MD USA -Original Message- From: Saqib Shaikh [mailto:[EMAIL

RE: Getting started with Tomcat

2001-12-07 Thread Larry Isaacs
What you describe should work. What do you see in the DOS window that is running Tomcat? You should see something like: 2001-12-07 08:06:25 - Http10Interceptor: Starting on 8080 to indicate the HTTP service on port 8080 is working. Cheers, Larry -Original Message- From: Saqib

RE: Getting started with TCP

2001-11-12 Thread Steve Vu
You might to check out http://java.sun.com/docs/books/tutorial/networking/sockets/index.html, which is a tutorial on Socket class, the foundation for writing network type applications. -Original Message- From: Davy Haas [mailto:[EMAIL PROTECTED]] Sent: Monday, November 12, 2001 3:30 AM

Re: getting started...

2001-08-23 Thread Guru Nathan
The simple test would be to open a browser and goto http://localhost:8080, if you are using it as a standalone container. This would take you to the index.html. Whereas for testing other applns. you can go to the TOMCAT_HOME/doc/uguide/ and browse thru the html files, which gives you a better

Re: getting started...

2001-08-23 Thread Zortan
Big thanx! It's working fine now... Now I'll try to make connection between Tomcat Apache... Paul - Original Message - From: Guru Nathan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 23 sierpnia 2001 18:21 Subject: Re: getting started... The simple test would be to open a browser

RE: getting started...

2001-08-23 Thread Curtis Dougherty
ZORTAN - use http://localhost:8080/examples or http://localhost:8080 cd -Original Message- From: Zortan [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 11:11 AM To: [EMAIL PROTECTED] Subject: getting started... Hello! I'm new to Tomcat... The problem is... I've

Re: getting started with Tomcat?

2001-02-09 Thread Steve Ruby
"Alexandr L. Pazin" wrote: Hello!!! Could anybody help me, Please! I have Windows 98 on my PC. I have downloaded TOMCAT Version 3.1.1. I have put all tomcat files ( bin, conf, doc, lib, src, webapps) to the C:\foo\tomcat directory. I have installed JDK 1.2 into C:\JAVA. So,