Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
BZ 1069880 - Discovery of Tomcat fails when started using daemon.sh o…
Browse files Browse the repository at this point in the history
…r jsvc
  • Loading branch information
jfclere authored and jfclere committed Jun 19, 2014
1 parent e1ebf1f commit f7268d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
<!-- This will pick up Tomcat processes, whether standalone or embedded. We narrow it down further by examining the command line -->
<process-scan
name="Tomcat"
query="process|basename|match=^java.*,arg|org.apache.catalina.startup.Bootstrap|match=.*" />
query="process|basename|match=^(jsvc.exec|java).*,arg|org.apache.catalina.startup.Bootstrap|match=.*" />

<!--
On windows EWS uses the tomcat5.exe, tomcat6.exe and tomcat7.exe executables for starting tomcat. Unlike the normal
Expand Down

0 comments on commit f7268d6

Please sign in to comment.