Re: Tomcat installation

2005-06-24 Thread Pete Stevens
A guide for Tomcat 5 under UML Linux is here http://www.mythic-beasts.com/support/topic_vds_java.html Hope this helps. Pete Stevens On Thu, 23 Jun 2005, justy wrote: None of the links you gave is working. I have a lot of doubts about tomcat installation. what shall I do..who can help me.

Re: Tomcat installation

2005-06-23 Thread justy
None of the links you gave is working. I have a lot of doubts about tomcat installation. what shall I do..who can help me. justy [EMAIL PROTECTED] wrote:None of the links you gave is working. I have a lot of doubts about tomcat installation. what shall I do..who can help me.

RE: Tomcat Installation Script

2004-08-31 Thread Shapira, Yoav
Hi, Yeah: http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-5/tomcat.nsi. Yoav Shapira Millennium Research Informatics -Original Message- From: Kimmy Lin [mailto:[EMAIL PROTECTED] Sent: Monday, August 30, 2004 5:09 PM To: Tomcat Users List Subject: Tomcat Installation Script Hi, I am

Re: Tomcat Installation Script

2004-08-31 Thread Kimmy Lin
Many thanks Yoav! - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 8:59 AM Subject: RE: Tomcat Installation Script Hi, Yeah: http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-5/tomcat.nsi. Yoav Shapira

Re: Tomcat installation problem

2004-07-27 Thread Wendy Smoak
From: Julian [EMAIL PROTECTED] I installed Tomcat and everything went without a problem. The service starts ok too. The problem is that when I load a jsp file into the browser, I don't get the results, I get the contents of the jsp file itself. When I installed apache, it took me a while to

Re: Tomcat installation problem

2004-07-27 Thread Julian
Hi Wendy. That part works great. I get the welcome page and the samples are good too. Wendy Smoak wrote: From: Julian [EMAIL PROTECTED] I installed Tomcat and everything went without a problem. The service starts ok too. The problem is that when I load a jsp file into the browser, I don't

Re: Tomcat installation problem

2004-07-27 Thread Wendy Smoak
From: Julian [EMAIL PROTECTED] Hi Wendy. That part works great. I get the welcome page and the samples are good too. Okay... then where do you want to go from here? It sounds like you're wanting to put your JSP files over in your Apache document root. While you probably *could* get it to work

Re: Tomcat installation problem

2004-07-27 Thread Julian
Hi Wendy, Thanks so much for your help by the way. I didn't actually realize that I don't need apache. It that's the case then I'll go without it for the moment. Thanks for the advice and your long reply which has made everything much clearer now. I looked up some stuff about something called

Re: Tomcat Installation Problem

2004-06-18 Thread deepak shripat mane
hii.. Dear friends Please u can check web.xml file or server.xml file may be some errors in that XML file. Deepak On Fri, 18 Jun 2004 deepak Malhotra wrote : Hi , Recently I have installed Jakarta-tomcat-5.0..25 on fedora linux 2.4.22-1.2115.nptl also I have java j2sdk1.4.1_02 . The

RE: tomcat installation

2004-02-20 Thread Shapira, Yoav
Howdy, I am a perfect beginner so please bear with me. I am trying to install Tomcat version 5 on Solaris(later on I want to install SOAP). I have never All you need to do is download tomcat, either in .zip or .tar.gz format, and extract the archive. That's it on unix systems. You can then

RE: tomcat installation

2004-02-20 Thread Bachler, Elisabeth (Elisabeth)
To: Tomcat Users List Subject: RE: tomcat installation Howdy, I am a perfect beginner so please bear with me. I am trying to install Tomcat version 5 on Solaris(later on I want to install SOAP). I have never All you need to do is download tomcat, either in .zip or .tar.gz format, and extract

RE: tomcat installation

2004-02-18 Thread Yiannis Mavroukakis
These messages are normal. If you are not getting any exceptions further up the logs you should be ok -Original Message- From: xavier manohar [mailto:[EMAIL PROTECTED] Sent: 18 February 2004 15:17 To: [EMAIL PROTECTED] Subject: tomcat installation hello I am very much worried

Re: TOMCAT INSTALLATION

2003-03-03 Thread Swapneel Dange
hey ! Just check whether TOMCAT was downloaded properly. i had the same error for the reason that there was no LOGS forlder created automatocally while downloading TOMCAT and the second time there was no index.html present inside the ROOT. so u may want to check for something like that !

Re: Tomcat Installation on Linux SuSe

2002-08-28 Thread khozaima shakir
Hi all, Tomcat crashes on linux Suse when I set JAVA_HOME env variable to jdk1.3.1 directory. However it doesn't crash when I set the variable to j2sdk1.4.1... works fine with it. This just for information Any comments why so ? Thanks Shakir

Re: Tomcat Installation on linux

2002-08-26 Thread Jhair Tocancipa Triana
- == khozaima shakir [EMAIL PROTECTED] writes: - Should a startup window open? It didn't open. No, if you are running tomcat from a shell. Or did you run it from a Windows emulator? - When I try to shutdown the tomcat, it gives segmentation fault. How do you shutdown the tomcat?

Re: Tomcat Installation on linux

2002-08-26 Thread khozaima shakir
Hi Jhair, yes, I am running tomcat from shell. About shoutdown, I shutdown tomcat by : shutdown.sh Thanks Shakir From: Jhair Tocancipa Triana [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Tomcat Installation on linux Date

Re: Tomcat Installation on linux

2002-08-26 Thread Randall R Schulz
Shakir, Where did you get that command from? Here's what you did: You truncated your shutdown.sh script. The : is the no-op command that is used when one wants to use side-effects (such as I/O redirection) without running a command. The is similar to that of the DOS/CMD.exe/Command.com in

Re: Tomcat Installation on linux

2002-08-26 Thread khozaima shakir
Schulz [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Tomcat Installation on linux Date: Mon, 26 Aug 2002 07:18:58 -0700 Shakir, Where did you get that command from? Here's what you did: You truncated your shutdown.sh script. The : is the no-op

Re: Tomcat Installation on linux

2002-08-26 Thread Michael E. Locasto
try 'sh ./catalina.sh start' from jakarta-tomcat-4.0.4/bin regards, michael - Original Message - From: khozaima shakir [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 26, 2002 11:23 AM Subject: Re: Tomcat Installation on linux Hi Randall, Sorry, guess the way i typed

Re: Tomcat Installation on linux

2002-08-26 Thread Randall R Schulz
PROTECTED] Subject: Re: Tomcat Installation on linux Date: Mon, 26 Aug 2002 07:18:58 -0700 Shakir, Where did you get that command from? Here's what you did: You truncated your shutdown.sh script. The : is the no-op command that is used when one wants to use side-effects (such as I/O redirection

Re: Tomcat Installation on linux

2002-08-26 Thread Peter T. Abplanalp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Aug 26, 2002 at 11:23:16AM -0400, khozaima shakir wrote: Hi Randall, Sorry, guess the way i typed was misleading, i typed just shutdown.sh at command prompt. The directory that I was in when I type in startup.sh or shutdown.sh is

Re: Tomcat Installation on linux

2002-08-26 Thread Randall R Schulz
Hi, At 08:48 2002-08-26, Peter T. Abplanalp wrote: On Mon, Aug 26, 2002 at 11:23:16AM -0400, khozaima shakir wrote: Hi Randall, Sorry, guess the way i typed was misleading, i typed just shutdown.sh at command prompt. The directory that I was in when I type in startup.sh or shutdown.sh

Re: Tomcat Installation on linux

2002-08-26 Thread Peter T. Abplanalp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Aug 26, 2002 at 09:07:31AM -0700, Randall R Schulz wrote: Hi, hello. sh -x shutdown.sh shutdown.txt 21 The real point is to include the standard error in the output captured in shutdown.txt good point. And really, a .txt suffix?

Re: tomcat installation on windows 2000

2001-05-09 Thread Tim O'Neil
At 01:02 PM 5/9/2001 -0700, saraf aparna wrote: __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/ I can answer that.

RE: tomcat installation on windows 2000

2001-05-09 Thread Darrell Porter
Do you want to run Tomcat stand-alone or integrated with IIS 5? Darrell -Original Message- From: saraf aparna [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 09, 2001 1:04 PM To: [EMAIL PROTECTED] Subject: tomcat installation on windows 2000 Hi I want to install tomcat on windows

Re: TOMCAT Installation

2001-04-27 Thread Samuzeau Pascal
I tried to compile and obtain the mod_jk.so. I have this error occurs : ../jk/jk_utils.c, line 211 : missing operand ... Break Command failed with rc=131072 Someone can help me ? Sincerily PS

Re: TOMCAT Installation

2001-04-27 Thread Tan Khim Siang
what is your platform? - Original Message - From: Samuzeau Pascal [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 27, 2001 9:23 PM Subject: Re: TOMCAT Installation I tried to compile and obtain the mod_jk.so. I have this error occurs : ../jk/jk_utils.c, line 211

Re: TOMCAT Installation

2001-04-27 Thread Marcia Perry
Tan Khim Siang wrote: did you copy the compiled mod_jk.so to the libexec dir for apache? In addition to putting mod_jk.so (or any .so Apache is using) into Apache's libexec directory, I had to set my LD_LIBRARY_PATH on Solaris. I added a line to the apache start script (i.e., apachectl):

Re: TOMCAT Installation

2001-04-27 Thread Tan Khim Siang
did you copy the compiled mod_jk.so to the libexec dir for apache? - Original Message - From: Samuzeau Pascal [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 27, 2001 5:16 PM Subject: TOMCAT Installation Hi, I'm still installing Cocoon on my Unix/SunOS platform. I've

Re: tomcat installation problem in win98

2001-04-11 Thread John Clark L. Naldoza
Hi, Would you mind being a little bit more specific? Perhaps you could post the exact startup command being used and the exact error output...;-) Cheers, John Clark karthik rajan wrote: hello i have installed tomcat3.2.1 in win 98 i have set the path tomcat and java still i'm facing

RE: tomcat installation problem in win98

2001-04-11 Thread Mike Campbell
Title: RE: tomcat installation problem in win98 Try modifying startup.bat to call tomcat.bat directly rather than just tomcat. -Original Message- From: karthik rajan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 3:38 AM To: [EMAIL PROTECTED] Subject: tomcat

Re: tomcat installation problem in win98

2001-04-11 Thread RameshBabu R Muthuvel
Hai see the attachment. If it still doesn't work do mail to me ramesh [EMAIL PROTECTED] _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Apache , Tomcat , mySQL - Installation Instruction

RE: tomcat installation problems

2001-04-09 Thread William Kaufman
i'm having trouble installing jakarta tomcat on my computer. i have set my ms-dos prompt to 4096 for initial environment. when i run 'startup.bat' in c:\tomcat\bin, it will open a new dos window titled 'java' but it always hangs when it reaches the following message: 2001-04-09

RE: TomCat installation

2001-04-06 Thread Benoit Jacquemont
Hi David, There's really good documentation with the Tomcat 3.2.1 distribution: howto-tomcat et howto-tomcat-apache. I use these well-written to build my systems based on Tomcat and Apache, and they're work great. Anyway, since Tomcat is a Java program, you just need to copy it into a directory

RE: tomcat installation on Windows 2000

2001-04-06 Thread Etienne Baert \(SPS Europe\)
http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-iis-howto.html Then follow the instructions as for tomcat-IIS4-NT4 Etienne -Original Message-From: Hossein Horrian [mailto:[EMAIL PROTECTED]]Sent: vendredi 6 avril 2001 18:00To: [EMAIL PROTECTED]Subject: tomcat

RE: tomcat installation

2001-03-30 Thread Angel Blesa Jarque
Hi Sonia, I need any somethings about your setup for help you: - What platform?, OS version? - What commad you execute. - What say it in your console? ok? Angel Blesa Jarque C.A.S.A.- E.A.D.S - E S P A C I O Departamento de Instrumentacion y EnsayosDivision Espacio Tel: (34 1) 585

Re: tomcat installation

2001-03-30 Thread hanan khader
HI Sonia... Since the msg that comes out is Bad command, so ensure that u r in the path ..\tomcat\bin if the problem is still in exist, so r u sure that there is no spaces in the word : TOMCAT_HOME, the same of JAVA_HOME. Hopw this will help... Hanan Khader From: "Sonia Sh" [EMAIL PROTECTED]

Re: tomcat installation

2001-03-30 Thread Elgene Castaneda
you should have JSDK too... here is a site that can help you to set the path of your JSDK_HOME JAVA_HOME http://java.apache.org/jserv/install/howto.unix_install.html --- "Sonia Sh" [EMAIL PROTECTED] wrote: DIVFONT face=Arial size=2Hi All/FONT/DIV DIVFONT face=Arial size=2I'm

Re: tomcat installation

2001-03-30 Thread Elgene Castaneda
you should have JSDK too... here is a site that can help you to set the path of your JSDK_HOME JAVA_HOME http://java.apache.org/jserv/install/howto.unix_install.html --- "Sonia Sh" [EMAIL PROTECTED] wrote: DIVFONT face=Arial size=2Hi All/FONT/DIV DIVFONT face=Arial size=2I'm

RE: Tomcat installation problems

2001-03-30 Thread Dennis Meerveld
Ok, JAVA_HOME : is set ok I guess. But why do it twice ? TOMCAT_HOME : tomcat_home ? I use the startup.bat file in the \bin directory, this sets it for you. But if you don't use this startup-file, you are correct in doing this manually. Have you rebooted since you adjusted your autoexec.bat ?

RE: Tomcat installation

2001-03-30 Thread Angel Blesa Jarque
Ok Sonia, I have the same OS I first execute tomcatEnv.bat file for change the CLASSPATH var, and this to be suitable for tomcat. next, I execute "tomcat.bat start", I hope will Help. - Original Message - From: Sonia Sh To: Tomcat-User@Jakarta. Ap Sent: Friday, March

RE: Tomcat installation

2001-03-30 Thread Dennis Meerveld
hi are you sure the port you are running on is 9090 ? try it with just http://localhost/admin or http://localhost:9090/admin assuming tomcat is correctly installed and it is running (is necessary in order to get to the admin) this shouldn't be a problem. good luck Dennis P.S. Just to test a

RE: Tomcat installation

2001-03-30 Thread Benoît Jacquemont
Hi Sonia, First thing: for environment development, you don't need the Apache server since Tomcat provide a minimalistic web server that let you test your servlet. Usually, this webserver is listening connections on port 8080. So, if Tomcat is started, try

RE: tomcat installation

2001-03-30 Thread Patil, Anand
/lib, which contains .class files. Your java system class files and .jar files shou;d be in CLASSPATH. Hope helps. Anand -Original Message- From: Angel Blesa Jarque [SMTP:[EMAIL PROTECTED]] Sent: Friday, March 30, 2001 4:35 AM To: [EMAIL PROTECTED] Subject: RE: tomcat

RE: Tomcat installation

2001-03-30 Thread Dennis Meerveld
Hi Sonia, Last thing you could try.. http://localhost:8040 This should normally (if you didn't change the port settings in the .conf-file) bring up the tomcat-homepage from where you can run some examples. To verify whether or not tomcat is actually running, check for a dos-window that kinda

RE: tomcat installation

2001-03-30 Thread Patil, Anand
Sonia, sonia, I think your CLASSPATH is screwed up, so can you reset your CLASSPATH and set it to the one i had posted sometime back in this newsgroup. For your reference it is: And your CLASSPATH is pointing to /usr/local/java/jdk1.3.1/lib, which contains .class files. Your java system

RE: tomcat installation

2001-03-30 Thread Saurabh Shukla
How are you planning to start tomcat ? If you are using Linux/Unix is current directory in your path(assuming you write startup.sh) ? -Original Message-From: Sonia Sh [mailto:[EMAIL PROTECTED]]Sent: Friday, March 30, 2001 3:00 PMTo: Tomcat-User@Jakarta. ApSubject: tomcat

RE: tomcat installation under win98

2001-01-23 Thread Cato Førrisdahl
Daniel Aderhold wrote: Hello. I'm new to Tomcat. Hi, how nice. You have something to look forward to if you take the time to read a little bit. :) I want to run jsp pages and java servlets in my PC. I'm using Windows 98. That shouldn't be a problem at all. I'm confused about which file(s) I

Re: Tomcat: Installation problem

2001-01-03 Thread Scribe
You must set the initial environment memory alotment to 2816 MB, When you Open a DOS window, click on properties, click on memory, set initial environment memory to 2816 - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 03,

RE: tomcat installation

2000-11-28 Thread Saurabh Shukla
Why don't you search through archives ? or search on google.. you will find the answer. SHuklix -Original Message- From: Merwin Yap [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 22, 2000 3:37 PM To: [EMAIL PROTECTED] Subject: tomcat installation I'm a newbie... I downloaded a