Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 3820  / 3 Years ago, sun, november 14, 2021, 6:57:34

I have extracted the zip package in my home folder and I want to access webapps folder through localhost:8080, which files I have to change in order to get this done?



I have installed java-6-sun, paths JAVA_HOME and CLASSPATH are set.



Edit: I work on Ubuntu 12.04.


More From » tomcat

 Answers
2

IMHO Mitch's answer looks like it has a little error in it, assuming that Lunar did not unzip to /usr/share/tomcat6. If you are installing from the zip, then you should not be using /usr/share/tomcat6/bin/startup.sh instead you should be using $TOMCAT_HOME/bin/startup.sh where $TOMCAT_HOME is the directory that you unzipped into.
If you continue to have problems, please enter $TOMCAT_HOME and issue the following commands, and show me the output



pwd
sh bin/startup.sh
cat logs/catalina.out


Then, please attempt to load http://localhost:8080 and tell me the result seen in the browser.


[#36859] Monday, November 15, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
hamostic

Total Points: 403
Total Questions: 142
Total Answers: 112

Location: Iceland
Member since Sat, Sep 17, 2022
2 Years ago
;