Hi,
I just opened Bug 39769 yesterday agains T5.5 but I looked into the
code this morning and it's in T4.1.31 too. It's quite simple to fix but
maybe it should be in 4.1.32 too?
Best Regards
/David
Mark Thomas wrote:
All,
Having just closed the last open bug for 4.1.x (only enhancement
Hi all,
I run into this problem with T5 when tring to add/remove/add a valve
to the standard engine.
-For what I understand an empty pipeline has:
basic = StandardEngineValve (For example);
first = null;
-If you add a valve you will get
basic = StandardEngineValve
first = myValve (with myVal
just set autoDeploy="false" on your Host in server.xml, put
your webapp in the appBase directory like you normally would, and use
the manager interface (JMX, HTML, ant, your choice) to send the deploy
command? That way you don't have to write any code...
Yoav
On 5/18/06, David
Hi,
I want my tomcat have war unpacked on the disk. The application will
only be deployed when it receives a message...
I tried with the following code without success. My biggest problem for
now is how to specify info for the jdbc connection.
StandardContext context = new StandardConte
Hi all,
I need to have my tomcat servers to broadcast their state (custom
information) in order to collaborate.
I look into the cluster code, org.apache.catalina.cluster.mcast.* it a
good example of what I need : send a multicast message each X seconds
and keep a member list with their publ