Hi,
I'm working with TomEE 1.7.2 on Windows 2007. I want to build a an executable jar with the maven command "mvn tomee:exec". But when i try to test my ***-exec-jar with the java command "java -jar ***-exec.jar" I have an exception : ***-web\target>java -jar ***-web-0.0.1-SNAPSHOT-exec.jar Extracting tomee to ***-web\target\.distribution Exception in thread "main" java.io.IOException: Cannot run program "bin\catalina[.sh|.bat]" (in directory ".distribution"): CreateProcess error=2, Le fichier spécifié est introuvable at java.lang.ProcessBuilder.start(ProcessBuilder.java:1042) at org.apache.openejb.maven.plugin.runner.ExecRunner.main(ExecRunner.java:165) Caused by: java.io.IOException: CreateProcess error=2, Le fichier spécifié est introuvable at java.lang.ProcessImpl.create(Native Method) at java.lang.ProcessImpl.<init>(ProcessImpl.java:386) at java.lang.ProcessImpl.start(ProcessImpl.java:137) at java.lang.ProcessBuilder.start(ProcessBuilder.java:1023) ... 1 more This error occurs in the ProcessBuilder called by the ExecRunner from the tomee-maven-plugin1.7.2. Any idea about this problem? Thanks in advance. Sincerely
