Jikes with -encoding option supported

2003-12-06 Thread Phupha Punyapotasakul
Hi, Refer to Tomcat documentation. If you wish to use Jikes to compile JSP pages: - Download and install jikes. jikes must support the -encoding option. Execute jikes -help to verify that it was built with support for -encoding. - Set the init parameter compiler to jikes. - Define the property

Re: Installation Problem - Service wont start

2003-12-06 Thread Bill Barker
The only way is to delete the service and re-install: tomcat //DS//Tomcat5 cd %new-tomcat-path% tomcat(w) //IS//Tomcat5 For most other things, the easiest is to use the GUI with: tomcatw //ES//Tomcat5 which will allow you to change almost all of the options painlessly. The changes take

Re: SSL - FileNotFoundException (Access is denied)

2003-12-06 Thread Bill Barker
You need to put the full path to the file (including the file name :) for the keystore. Also, for future reference, the tag is deprecated in Tomcat 5. You should set the attributes on the tag instead. "Ron Andersen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Installed SSL by

Re: tomcat + apache - reg

2003-12-06 Thread Ben Souther
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html On Friday 05 December 2003 11:52 pm, you wrote: > I am Sudhakar. S working with Pace Automation Limited. We > are running our web server using tomcat apache configuration using > jk_mod(Linux Advanced server 2.1) we are having prob

Re: Urgent! Tomcat4 closed giving Out of Memory Error

2003-12-06 Thread Tim Funk
I would hunt the archives, I did a search for outofmemoryerror native and saw this - I am sure there are more similar threads with this issue: http://marc.theaimsgroup.com/?l=tomcat-user&m=105535455830487&w=2 If _POSIX_THREAD_THREADS_MAX=64 - then you would have problems since that means tomca

Re: newbie help please, localhost not found

2003-12-06 Thread Doug Parsons
You may want to go even more basic than that. Open a command prompt and try pinging localhost and then try 127.0.0.1 Unless you are running some type of firewall you should get a response. If not, do you have a personal firewall enabled? No you don't have to be connected to a lan, but the TCP/IP

tomcat + apache - reg

2003-12-06 Thread Sudhakar
I am Sudhakar. S working with Pace Automation Limited. We are running our web server using tomcat apache configuration using jk_mod(Linux Advanced server 2.1) we are having problem with java process I believe. We found that our webserver get hang frequently. after killing java process only

problem with servlet

2003-12-06 Thread Aiello Eric B Civ 5 CES/CEOE
Hello, I am installing Apache 2.0.42 with Tomcat 4.1.12 using JDSDK 1.4.0 for ArcIMS on a Windows 2000 server. Both Services are running fine but they are not communicating with each other. If I try the "HelloWorld" servlet configuration example, I get a "page not found" error. I have tried uni

SSL - FileNotFoundException (Access is denied)

2003-12-06 Thread Ron Andersen
Installed SSL by the following(ADV Server 2000 and tomcat build 5.0.16): 1) Creating the keystore file 2) Added attribute keystoreFile to the tag 3)Added path C:\Program Files\Apache Software Foundation\Tomcat 5.0\conf to keystoreFile 4) Restarted Tomcat (logged in as Administrator) and receiv

Re: Urgent! Tomcat4 closed giving Out of Memory Error

2003-12-06 Thread qi zhang
I am using Linux2.4.20-smp. I think the limits for the entire system are not problem: >cat /proc/sys/kernel/threads-max 14336 >cat /proc/sys/fs/file-max 209708 >cat /proc/sys/fs/file-nr 22311366209708 >ulimit -a core file size(blocks, -c) 0 data seg size (kbytes, -d) unlimit

Re: Urgent! Tomcat4 closed giving Out of Memory Error

2003-12-06 Thread Tim Funk
When you get "java.lang.OutOfMemoryError: unable to create new native thread" it means you are running into an operating system limit. You can give the JVM 1 Exabyte of memory and you'll still get this error. Look at the kernel parameters for your machine and the following limits: 1) Threads all

RE: newbie help please, localhost not found

2003-12-06 Thread Wendell Holmes
Have you checked to see if Tomcat is actually running? Type 'netstat' at a command prompt to see if there is a service listening on port 8080. If it's not there, try checking the logs. -Original Message- From: D. Gilbert [mailto:[EMAIL PROTECTED] Sent: Saturday, December 06, 2003 8:56 AM

AW: newbie help please, localhost not found

2003-12-06 Thread SH Solutions
Hi > have you installed Tomcat in a path containing spaces such as c:\Program Files\Tomcat. If so, reinstall to a path without spaces. I'm not sure for older versions, but at least Tomcat 5.0.16 installs to a path with a lot of spaces by default so this shouldn't be an issue. (As it isn't on my m

Urgent! Tomcat4 closed giving Out of Memory Error

2003-12-06 Thread qi zhang
Hi, I have stunk on this problem for almost 2 weeks. :-( In these two weeks, I have tried many methods, but it still doesn't work. I built a system to run TPCW benchmark. One web and application server, with tomcat4.0 running, one database with mysql4.0 running on it and several client machine

RE: newbie help please, localhost not found

2003-12-06 Thread Jan Behrens
Hi there, have you tried http://127.0.0.1:8080 instead? That is the IP usually bound to localhost and it might be that localhost is not resolved correctly to same. If not, try to provide further info. For example, have you installed Tomcat in a path containing spaces such as c:\Program Files\Tomca

newbie help please, localhost not found

2003-12-06 Thread D. Gilbert
When I type http://localhost:8080 in Internet Explorer it says "The page cannot be displayed". I've looked through the archives but couldn't find anything. The running.txt file that comes with Tomcat lists only 3 possibilites for why it doesn't work. I've tried changing the port number, I'm using W

RE: Differences between jServ and Tomcat

2003-12-06 Thread Jan Behrens
hi Jerome, > yes you 're right but JSERV is an old product no more maintained I > think, it 's compliant with old servlets/JSP specs while tomcat is the > first implementation for every new API (Tomcat 5 which is in beta stage > implements sthe new servlet API 2.4) > Jserv 'name is still presen

Re: Differences between jServ and Tomcat

2003-12-06 Thread jerome moliere
Jan Behrens wrote: Hi List, hi jan, I wonder whether anyone out there could give me some insight on the main differences between jServ and Tomcat. As far as I understand, jServ is a Servlet Engine to be included with an instance of Apache, whereas Tomcat of course can be used as a Standalone

Differences between jServ and Tomcat

2003-12-06 Thread Jan Behrens
Hi List, I wonder whether anyone out there could give me some insight on the main differences between jServ and Tomcat. As far as I understand, jServ is a Servlet Engine to be included with an instance of Apache, whereas Tomcat of course can be used as a Standalone Server doing more than just hand

Cannot connect to tomcat-5.0.16 via SSL

2003-12-06 Thread Zsolt Koppany
Hi, I get an error message when I try to connect to tomcat-5.0.16 from mozilla via SSL: "localhost has received an incorrect or unexpected message. Error Code: -12229". I don't have this problem with tc-4.1.24. How can I fix it? I have modified server.xml as follows: Zsolt -

Re: Tomcat don't create .class

2003-12-06 Thread Sergi Erola
Excuse me, but i don't have a correct directory organitation... What is the default organitation of tomcat??? Sergi Erola <[EMAIL PROTECTED]> wrote: Hi, I create my project and tomcat don't create the file .class when i change the source code. In web.xml i have this description of context Wha

RE: Tomcat, eclipse and jpda

2003-12-06 Thread Sergi Erola
Thanks Jeff and Simon. It's great!! I have a tomcat in one machine, and i have eclipse project in other, and i can compile the eclipse project with tomcat and without eclipse plug-in. Thanks all!!! Simon Chou <[EMAIL PROTECTED]> wrote: Serg, If you turn on jpda mode, I assume that you want t

Tomcat don't create .class

2003-12-06 Thread Sergi Erola
Hi, I create my project and tomcat don't create the file .class when i change the source code. In web.xml i have this description of context What is the problem??? - Yahoo! Sorteos ¡Ya puedes comprar Lotería de Navidad!