I am running Tomcat 5.5 on Windows 2000 Server. I have a jsp page with a
scriptlet that basically takes the 'out' object (JspWriter) and spits out a
bunch of info from the database along with Word formatting and using the
'msword' mime type. It is a total kludge, I know, but I didn't write it, I
j
In the end it turns out I was using the wrong MBean. Well, wrong in that, as
one user pointed out, shutting down a Host means shutting down every context
in that Host. In my case I only have one host but even so, after calling the
stop() method on the Host MBean, I was unable to re-start it by cal
ou havnt got it already.
> It will show you all the MBeans and let you play with the operations, and
> properties... save you struggling with the code.
>
> I couldnt figure out how to stop/start a web-app (context) maybe you
> will crack it.
>
> Good Luck
>
>
&
Well, I've made some progress.
Basically, you follow all the steps to get Tomcat to load JMX support,
essentially editing your catalina.sh.
Then you connect to Tomcat's JMX MBean server, choose a domain, choose an
MBean, choose an Operation, and execute it. The following code, mostly
pilfered, d
.
Anyway, it's unnecessary, get rid of it.
Bob
Jacek Munch wrote:
>
> Hello,
>
> I want my app to last at least 120 minutes.
> It dies after 30 minutes ... WHY ?
>
> Cheers
> Jacek
>
>
> -Original Message-
> From: syg6 [mailto:[EMAIL PROTECTED]
&
Not sure what you're trying to do with 480 and 600 but the session-timeout is
specified in minutes. If you want your app to timeout after 30 minutes, put
30
Bob
Jacek Munch wrote:
>
> Hello,
>
> I looked around this list, and noticed that nobody has the similar
> problem.
> Seems I
1. This is a question for the
http://forum.java.sun.com/forum.jspa?forumID=31 java forum , not Tomcat.
2. Yes, it's an incredibly wasteful way of doing things. Change your sql so
the 'extra info' you need is included in the same query. Chances are if you
can do it with two queries you can do it w
Hello,
I would like to be able to start and stop my 'cache' webapp from my own
'cache-admin' webapp. These two apps usually run on the same Tomcat
instance, but not always.
I am not sure if I should use ManagerServlet or HTMLManagerServlet, or
Embedded tomcat. I have found some examples on this
Hello all,
I am using log4j to create various log files - one for access, one for
errors and one for system info. All is well, nothing is logged in Tomcat's
catalina.out log EXCEPT when I send an illegal (un-parseable) XML file. This
error, as well as being logged in my app's error log, appears i
Hello everyone.
I am using Tomcat 5.5 and have a webapp called vcs. The config is like this:
http://www.nabble.com/WAR-file-strangeness-tf2493401.html#a6951325
Sent from the Tomcat - User mailing list archive at Nabble.com.
-
10 matches
Mail list logo