Hi, I am a newbie to Tomcat, and I have trouble configure the envoirnment and don't know some of the basic ideas, would you please help me? Thank you very much.
Is Tomcat all I need to install if I want to run servlet and jsp to work with a web page and database in a Unix enviornment?
When I was installing tomcat, I was asked to set the envoirment variable JAVA_HOME=/usr/local/jdk1.3 in order to start the tomcat server, however, I don't know where the jdk is located in my envoirnment, is there a way to find out where it is?
Do I need to have all the pages as jsp? can I also have static HTML page, if yes, where should I put the static HTML page (I know that the jsp pages should be placed in webapps)?
Where should I put my index.html that user can see when first entering the page? Is it in webapps or in /webapps/ROOT?
Thank you very much
Is Tomcat all I need to install if I want to run servlet and jsp to work with a web page and database in a Unix enviornment?
When I was installing tomcat, I was asked to set the envoirment variable JAVA_HOME=/usr/local/jdk1.3 in order to start the tomcat server, however, I don't know where the jdk is located in my envoirnment, is there a way to find out where it is?
Do I need to have all the pages as jsp? can I also have static HTML page, if yes, where should I put the static HTML page (I know that the jsp pages should be placed in webapps)?
Where should I put my index.html that user can see when first entering the page? Is it in webapps or in /webapps/ROOT?
Thank you very much