ork with Virtual
Servers ?
How to implement it ?
Regards,
Harry
[cid:image001.jpg@01D552C0.F4B6B230]<http://www.bezeqint.net/>
[cid:image002.jpg@01D552C0.F4B6B230]
[cid:image003.jpg@01D552C0.F4B6B230]<http://www.facebook.com/home.php?#/BezeqBenleumi>
[cid:image004.jpg@01D552C0.F4B6B
at
the disto is facilitating
* better open source support
But the distro packaged version could be very usable for the masses and
non-pro use.
my two cents
regards,
Harry
2010/5/20 Dale Ogilvie
> Hi,
>
> The current release is 6.0.26, March 2010.
>
> RHEL5.x is running with T
nd an assignment to prove
it:
DB_Connection dbCon;
dbCon = new DB_Connection();
Also, do you get this error only if you declare the DB_Connection() in a
JSP, or also if you declare it in another Java class ?
(the JSP compiler uses a slightly different classpath than the webapp
classloader)
regard
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
if you specify java options in JAVA_OPTS it is both valid for startup and
shutdown, if you specify java options in CATALINA_OPTS it is only valid for
startup.
So my guess is that CATALINA_OPTS is the right place in your situation.
regards,
Harry
2010/4/19 Woude, Alexander van der
> Thanks
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 t
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
a.lang.String"
> value="/WEB-INF/app.properties" />
>
>
>
> however, I'm not able to get the environment, I just get a null value.
>
>
can you be a bit more specific where you get a null value (show some lines
of code)...
although the above wo
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 seriou
, maybe you can have a look with IBM's nmon tool, contact your AIX
support colleagues.
And if your application has logging (maybe you can increase loglevels), that
is the first spot to look at, that should give you a clue where the delays
are.
regards,
Harry
2010/4/14 János Löbb
> Filip,
&g
, you should
contact the vendor, they should do the recompile .
regards,
Harry
2010/4/9 Amit Agarwal
> Hi Harry,
> Thanks for the tip. Here is the full stack trace.
>
> I am not sure what did you mean by compile with embedding package. Could
> you
> put som
ion 467222 (24-10-2006)
It should be recompiled with the current version.
regards,
Harry
2010/4/9 Amit Agarwal
> After upgrading to the latest 6.0.26 ver from 6.0.13, I see the following
> error while starting embedded Tomcat.
> Any ideas how to get around this?
>
> WrapperSimpleA
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]
>
he
case.
If you are allowed to give the netstat command, try the suggestion from
Charles (netstat -ano), if you see status SYN_SENT, it's for sure a firewall
issue.
regards,
Harry
2010/3/28 Krishanu Biswas
> Chuck:
>
> To verify the network issue, I installed Tomcat on my personal l
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
&
Found a solution that uses the Connection object:
String dataSource = "jdbc/whatever";
DatabaseMetaData dbMetaData;
Connection conn = connections.get(dataSource);
dbMetaData = conn.getMetaData();
String url = dbMetaData.getURL();
Thanks for your help Juha.
quot;);
DataSource ds = (DataSource)envContext.lookup("jdbc/MYDB");
...
I googled but can't find a solution.
thanks,
Harry
Hi,
I have set up Tomcat 6.0.10 and got my first servlet app working with
windows and Eclipse. I am looking at the files in the logs directory,
but see NO logging of the HTTP messages (including the servlet calls) In
short, I want to know more of what is going on at the HTTP protocol
level. I h
27;re using the same build, then have a runtime variable that you can
set, which you tag library references.
I've used this method, and I recommend it. It's simple, and portable.
Harry Mantheakis
> Thanks for all your information.
>
> I was thinking of a application configur
library, or whatever.
Notice that the BASE reference has a trailing slash, whilst your relative
paths must start without a leading slash.
Harry Mantheakis
> Is there any reason you can't just have the paths composed dynamically?:
>
>
>
> For the ROOT webapp, the expressi
on (mod_jk.conf) without rebooting my
servers.
Harry
Ditto,
Please let me know if you find a solution.
Harry
> -Original Message-
> From: Simon MARTIN [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, December 29, 2004 5:25 AM
> To: tomcat-user@jakarta.apache.org
> Subject: Forwarding *all* webapps with mod_jk
>
> Hi,
25 matches
Mail list logo