RE: Problem with starting tomcat5

2010-04-29 Thread Caldarale, Charles R
> From: Petr Hracek [mailto:phrac...@gmail.com] > Subject: Re: Problem with starting tomcat5 > > Could please explain me more detailly what do you mean with the > sentence about servlets? Just that having the configuration right is only part of insuring that your servlets will e

Re: Problem with starting tomcat5

2010-04-29 Thread Petr Hracek
Re: Problem with starting tomcat5 > > > > http://tomcat.apache.org/tomcat-5.5-doc/config/context.html > > Which says, among other things: > > "path > > "The value of this field must not be set except when statically defining a > Context in server.xml, as it wi

RE: Problem with starting tomcat5

2010-04-29 Thread Caldarale, Charles R
> From: Petr Hracek [mailto:phrac...@gmail.com] > Subject: Re: Problem with starting tomcat5 > > http://tomcat.apache.org/tomcat-5.5-doc/config/context.html Which says, among other things: "path "The value of this field must not be set except when statically defining a

Re: Problem with starting tomcat5

2010-04-29 Thread Petr Hracek
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html I will delete them. Will the servlets work when I will delete path from the context file? Best Regards Petr 2010/4/29 Caldarale, Charles R > > From: Petr Hracek [mailto:phrac...@gmail.com] > > Subject: Re: Problem w

RE: Problem with starting tomcat5

2010-04-29 Thread Caldarale, Charles R
> From: Petr Hracek [mailto:phrac...@gmail.com] > Subject: Re: Problem with starting tomcat5 > > in the RepGen.xml file is: > > Take out the path attribute; it's not allowed here. > When I am calling URL: /RepGen/servlet/ReportRenderer > then HTML page is shown

Re: Problem with starting tomcat5

2010-04-29 Thread Petr Hracek
in the RepGen.xml file is: and in web.xml I have: ReportRenderer /servlet/ReportRenderer When I am calling URL: /RepGen/servlet/ReportRenderer then HTML page is shown correctly. If this is wrong why the page is shown? best regards Petr 2010/4/29 Pid > On 29/04/2010

Re: Problem with starting tomcat5

2010-04-29 Thread Pid
On 29/04/2010 07:34, Petr Hracek wrote: > Yes you are right bad configuration in web.xml. > In the conf/Catalina/localhost/ is RepGen.xml > and in web.xml file is /ReportRenderer. Then surely the correct URL to call is: /RegGen/ReportRenderer > When I change them to /servlet/ReportRenderer > n

Re: Problem with starting tomcat5

2010-04-28 Thread Petr Hracek
Yes you are right bad configuration in web.xml. In the conf/Catalina/localhost/ is RepGen.xml and in web.xml file is /ReportRenderer. When I change them to /servlet/ReportRenderer no it's wokring. Best Regards Petr 2010/4/28 André Warnier > Petr Hracek wrote: > >> Hello *, >> >> thanks for all

Re: Problem with starting tomcat5

2010-04-28 Thread André Warnier
Petr Hracek wrote: Hello *, thanks for all your responses and good advises. Now tomcat 5.5.28 and apache 1.3 is running. Also mod_jk (AJP13) is running as well. In the mod_jk.log file I have found that servlet is successfully found and mapped over JkMount. Communication seems to be OK. But what

Re: Problem with starting tomcat5

2010-04-28 Thread Petr Hracek
Hello *, thanks for all your responses and good advises. Now tomcat 5.5.28 and apache 1.3 is running. Also mod_jk (AJP13) is running as well. In the mod_jk.log file I have found that servlet is successfully found and mapped over JkMount. Communication seems to be OK. But what I have found that HTT

Re: Problem with starting tomcat5

2010-04-27 Thread André Warnier
Petr Hracek wrote: Hello *, may be you already answered to my problem but I did not find any response why the problem occurs. On the UnixWare I have installed apache 1.3 together with tomcat 5.5.29 and jre 1.4.2. Package apache-tomcat-5.5.29-compat.tar.gz has been already installed as well. Ma

Re: Problem with starting tomcat5

2010-04-27 Thread Pid
On 27/04/2010 12:29, Petr Hracek wrote: > First of all, > - where should be placed servlet.jar file from my application if not in > /opt/repgen/ > servlet/WEB-INF/lib/ Nowhere. Tomcat provides these classes, it's illegal to place them in a WEB-INF/lib. p > When I run the tomcat under user apac

Re: Problem with starting tomcat5

2010-04-27 Thread Petr Hracek
First of all, - where should be placed servlet.jar file from my application if not in /opt/repgen/ servlet/WEB-INF/lib/ When I run the tomcat under user apache then output is following: /# tail -f /var/apache/tomcat/logs/catalina.out WARNING: Default charset ISO-10646-Minimum-European-Subset not s

Re: Problem with starting tomcat5

2010-04-27 Thread Konstantin Kolinko
2010/4/27 Petr Hracek : > WARNING: Default charset ISO-10646-Minimum-European-Subset not supported, > using ISO-8859-1 instead Do not know what prints the above. > Apr 27, 2010 12:15:59 PM org.apache.catalina.core.AprLifecycleListener init > INFO: The Apache Tomcat Native library which allows op

Problem with starting tomcat5

2010-04-27 Thread Petr Hracek
Hello *, may be you already answered to my problem but I did not find any response why the problem occurs. On the UnixWare I have installed apache 1.3 together with tomcat 5.5.29 and jre 1.4.2. Package apache-tomcat-5.5.29-compat.tar.gz has been already installed as well. in the /var/apache/tomcat