http://bugs.winehq.org/show_bug.cgi?id=7069
Summary: starting win32-version of tomcat fails with a "jvm_bind" or "java.util.TimeZone.getTimeZone" error message Product: Wine Version: 0.9.27. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-console AssignedTo: wine-bugs@winehq.org ReportedBy: privet56@hotmail.com
the command
wine "jre\bin\java.exe" -Xss2m -Xmx133M - Djava.endorsed.dirs="tomcat\common\endorsed" - classpath "jre\lib\tools.jar;tomcat\bin\bootstrap.jar" - Dcatalina.base="tomcat" -Dcatalina.home="tomcat" -Djava.io.tmpdir="tmp" org.apache.catalina.startup.Bootstrap start
tries to start a win32-verion of JRE (Java Runtime Environment version 1.4/1.5 or 1.6) and a win32-version of Apache TomCat (version 5.5). This Command works on a windows-System (without calling wine).
Under WINE tomcat throws two error messages: 1. JVM_Bind-Error: Address already in use (message is incorrect, port is not used!) (with JRE 1.4 or 1.6!) 2. java.util.TimeZone.getTimeZone error message (only with JRE 1.5!)
Operating System: SUSE Linux 10.1 with newest WINE (wine-0.9.27-SuSELinux102.i586.rpm) and WINETOOLS (winetools- 0.9-3jo.i386.rpm).
How to make it: 1. create a new empty directory 2. copy a win32-version of JRE (or JDK with JRE) in the subdirectory "jre" 3. copy a win32-version of tomcat in the subdir "tomcat" 4. create an empty subdir "temp" 5. call the command line specified before...
A solution for the problem were nice...!?