I agree with Hassan,
our reasons to use the tar.gz install method :
* in most serious Tomcat environments you need more control over the
installation and configuration than the distro managed version offers.
* most distro's (especially RHEL) are lagging behind, so you don't get the
latest stuff y
Reuven,
you say the error is "it is not found by the compiler used by Tomcat6", but
that is not clear from the JSP compiler output.
It says "The constructor DB_Connection() is undefined", so Kris's
suggestion is right.
You could split the statement in a declaration and an assignment to prove
i
It depends on what you mean with "monitor".
We use nagios (http://www.nagios.org) to monitor multiple Tomcat instances.
You can do a plain check for an open socket, or call Tomcat's jmx proxy over
http(s) to query Tomcat's mbeans.
regards,
Harry
2010/4/23 Ziggy
> Hi guys,
>
> Is there a way to
I was wrong?
>
> Thanks
> Alex
> ____
> Van: Harry Metske [harry.met...@gmail.com]
> Verzonden: maandag 19 april 2010 14:16
> Aan: Tomcat Users List
> Onderwerp: Re: memory problems / time outs
>
> 2010/4/19 Woude, Alexander van der
2010/4/19 Woude, Alexander van der
> Sorry a small correction. The client times out, because the tomcat gives a
> Heap Space memory error.
>
> config in startup.sh :
>
> export JAVA_OPTS="-Xms128m -Xmx512m"
> export CATALINA_OPTS="-Xms512m -XX:MaxPermSize=512m"
>
> My apps are 7 war, that each c
this is an exact cut/paste from an earlier post, it won't help you repeating
the same questions.
regards,
Harry
2010/4/19 Thangavelu.V
> Hi Friends,
> I am using universal connection pooling for connecting database ,
> while configuring manually i able to connect to database,but while
2010/4/19 SivaKumarl
>
> Hi Friends,
> I am using universal connection pooling for connecting database ,
> while configuring manually i able to connect to database,but while
> configuring in server.xml i am unable to cast the datasource i am getting
> the class cast exception, please fin
2010/4/17 Thufir
> getPropsFromWebINF works so long as the properties file is within the
> package of
> the class (/. However, I'd like to put the properties file under WEB-INF:
>
>public void getPropsFromWebINF() throws IOException {
>Properties p = new Properties();
>Inpu
2010/4/18 Christoph Kukulies
> Harry Metske schrieb:
>
> 2010/4/18 Christoph Kukulies
>>
>>
>>
>>> I'm experimenting with a wsdl enabled service deplyed to tomcat.
>>> The build.xml file has
>>> this section in it:
>>>
&
2010/4/18 Christoph Kukulies
> I'm experimenting with a wsdl enabled service deplyed to tomcat.
> The build.xml file has
> this section in it:
>
>else="${as.home}
> /lib">
>
>
>
>value="${catalina.home}/common/endorsed">
>
>
>
>
>
>
>
Peter,
could it be that something is sending your tomcat process a TERM signal,
logfiles in /var/log might tell something ?
or one of your applications issues a System.exit() under certain
circumstances ?
regards,
Harry
2010/4/16 Peter Borkowski
> Hi folks,
>
> we are facing a serious problem
Janos,
there are no clues that the delays are caused by tomcat, so maybe you should
look in general at other causes of delays.
There are a multiple components in the chain that can cause delays,
networking, IO, CPU.
You did not mention how much CPU you have at your disposal on your P6
machine, may
odAccessorImpl.java:25)
>
> at java.lang.reflect.Method.invoke(Method.java:597)
>
> at
> org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:292)
>
> at java.lang.Thread.run(Thread.java:619)
>
> On Fri, Apr 9, 2010 at 11:09 PM, Harry Metske >wrote:
>
> >
Amit,
you should post the full stacktrace, but it looks like your embedding
package was compiled against an older version of Tomcat than the one you are
running.
The method signature
of org.apache.tomcat.util.IntrospectionUtils.setProperty has changed (return
type void => boolean) in revision 467
Chuck, a bit off-topic, but since we might have to choose the next few
months which JVM to use on Intel/Linux, I am interested in why you think the
OpenJDK is "pretty awful" ?
regards,
Harry
2010/3/30 Caldarale, Charles R
> > From: André Warnier [mailto:a...@ice-sa.com]
> > Subject: Re: Fwd: Ho
I have seen similar issues on our corporate (XP and Vista) laptops, somebody
decided that the locally running firewall should also block access to
localhost. I think you should first verify if that's the case.
I'm not a Windows expert, so I don't know how to check if the above is the
case.
If you a
I would think your url-pattern is not valid :
/*corejspbean*/StringBean.jsp
I don't know the exact rules for the pattern, but could you try first with
/* and see if that works, and then tweak the url-pattern further to your
needs ?
regards,
Harry
2010/3/28 Binu Kuttikkattu Idicula
> > Hi,
> >
17 matches
Mail list logo