我在stackoverflow /其他论坛/文章中找到了几个解决方案,但没有一个工作..
以下是我尝试使用xampp-tomcat"返回代码1"问题:
- Run as Administrator (still "return code 1")
- Reinstall Xampp (no change either "return code 1")
- Add more Variables into System Variables (CLASSPATH, CATALINA_HOME, and other things that i've forgotten.. it is that much indeed)
- Lookup for port 8080, 8005, 8009 with telnet command but none of these show up on the list either
- Check with port checker online it shows up "Port xxxx is closed" (8080, 8005, 8009)
- Reinstall Java JDK
- Check if java jdk really installed by using "java -version" and "javac" to see if the following command executed properly (and yes, it is working)
- Read xampp/tomcat/logs catalina.pid (i don't understand the point of reading PID Numbers? aren't that log supposed to be "more information"? maybe that's not the PID i've thinking of.. because that, i've tried to search it on google and google says no)
尽管如此,这些都没有为我工作..我也尝试搜索其他XAMPP替代品来运行JSP / Tomcat但不幸的是我也找不到。如果有人知道运行JSP / Tomcat的其他XAMPP替代品,请告诉我,因为所有这些XAMPP解决方案真的让我紧张。