RE: I got the following error while running my very simple JSP onTomcat 4.1. server

2007-12-02 Thread peri
jdk 1.6 in this setting and restarted tomcat. Now it works. But I will remove jdk 14. Because I don't use it. Thank to the clue. Perihan Caldarale, Charles R wrote: > >> From: peri [mailto:[EMAIL PROTECTED] >> Subject: I got the following error while running my very >

I got the following error while running my very simple JSP on Tomcat 4.1. server

2007-12-01 Thread peri
Hello, I'm trying to run my very simple JPS on tomcat 4.1 sever. I also use struts 1.1. framework (I know it is very old) Also I'm using JDK 1.6.03 and eclipse 3.3 ide. My problem is when I try to run my very simple JSP on tomcat I got following error.I cannot find out the reason of this error. Ca

Re: I got the following error message when I try to start tomcat in Eclipse

2007-11-04 Thread peri
I run and install eclipse and tomcat same user. Actually I'm also new in vista. I have many problem of it. I'll look at google. Thank you Perihan Mark Thomas-15 wrote: > > peri wrote: >> Please give me more information. How can I solve this problem. I can run >&g

Re: I got the following error message when I try to start tomcat in Eclipse

2007-11-04 Thread peri
Actually I didn't change anything in server.xml I looked at xml editor. Any information about correction of my error Thank you Perihan Mark Thomas-15 wrote: > > peri wrote: >> I look at server.xml. It is written like that : >> >> > type="org.apache.cat

Re: I got the following error message when I try to start tomcat in Eclipse

2007-11-04 Thread peri
Please give me more information. How can I solve this problem. I can run tomcat in windows XP, but unfortunately my new laptop has Vista operating system and I want to run tomcat in it. Thank you Perihan Mark Thomas-15 wrote: > > peri wrote: >> Hi, >> I try to start tomc

Re: I got the following error message when I try to start tomcat in Eclipse

2007-11-04 Thread peri
ggestion is to make sure your input xml is valid > Check your server.xml here > http://www.stg.brown.edu/service/xmlvalid > > only place valid xml in any of the config files > > M-- > ----- Original Message - > From: "peri" <[EMAIL PROTECTED]> > To: &

Re: I got the following error message when I try to start tomcat in Eclipse

2007-11-04 Thread peri
stg.brown.edu/service/xmlvalid > > only place valid xml in any of the config files > > M-- > - Original Message - > From: "peri" <[EMAIL PROTECTED]> > To: > Sent: Sunday, November 04, 2007 5:43 PM > Subject: Re: I got the following error message

Re: I got the following error message when I try to start tomcat in Eclipse

2007-11-04 Thread peri
I look at server.xml. It is written like that : - - factory org.apache.catalina.users.MemoryUserDatabaseFactory - pathname conf/tomcat-users.xml As you see factory and path name are described in Resource Param tag. And also there is "-" sign in Resource Param and param

I got the following error message when I try to start tomcat in Eclipse

2007-11-04 Thread peri
Hi, I try to start tomcat version 4.1 in eclipse version 3.3.0. I use Windos Vista operating system. I installed launcher plug-in so i can start and stop tomcat for eclipse. I use JDK 1.4.16 by the way. When I try to start tomcat in eclipse I got the following error: (P.S. I used tomcat 4.1 in

I get this error message while starting tomcat

2007-04-19 Thread peri
Hi, I'm a new user on tomcat. I'm using tomcat on my local machine for some application. I use tomcat version 4.1 MySql version 4.1.22 as database and eclipse 3.2 as ide. while I start tomcat on eclipse I got this error messsage: INFO: Initializing, config='ApplicationResources', returnNull=true 1

RE: OutOfMemoryError - how to increase heap size

2006-01-30 Thread Stracchino, Peri
ch on the net. Its free. -Original Message- From: Stracchino, Peri Sent: 30 January 2006 17:55 To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: OutOfMemoryError - how to increase heap size Not sure about when using init.d and/or running from netbeans, but generaly you need to us

RE: OutOfMemoryError - how to increase heap size

2006-01-30 Thread Stracchino, Peri
Not sure about when using init.d and/or running from netbeans, but generaly you need to use the catalina.bat file if starting tomcat from the startup.bat (add the line 'set CATALINA_OPTS=-msxxxm -mm' where xxx represents the minimum and maximum values you want) or, if you are running it as a wi

Re: running tomcat 5.0 as windows service - how do I get it to use the security manager and catalina.policy?

2006-01-12 Thread Stracchino, Peri
Thanks Mladen That did the trick. I notice that not having any spaces at the start of the line is also crucial to making this work cheers Peri ** Experience the British Library online at www.bl.uk Help the British

running tomcat 5.0 as windows service - how do I get it to use the security manager and catalina.policy?

2006-01-12 Thread Stracchino, Peri
y suggests that it isnt actually using it - even if I remove essential permissions the application can still access the relevant files. Can anyone tell me the correct procedure for ensuring the security manager is used and catalina.policy referred to when running as a service in 5