user3242743
user3242743

Reputation: 1851

Tomcat environment variable wrong value

I am facing this problem :

the CATLALINA_HOME environment variable contains this value: "?C:\Tomcat" instead of "C:\Tomcat". I don't know where this "?" comes from. I am working on Windows. thanks

Upvotes: 0

Views: 58

Answers (1)

Alessandro Gasparini
Alessandro Gasparini

Reputation: 11

Usually that variable comes from catalina.sh or catalina.bat look for this files in your Tomcat/bibn folder.

If you're working on Windows just open the file .bat: catalina.bat

Upvotes: 1

Related Questions