Difference between revisions of "Tomcat Stuff"

From MyWiki
Jump to: navigation, search
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
Tomcat directory structure :<br>
+
[[ Tomcat directory structure ]]<br>
.jsp and .html files go in the document root.<br>
+
'''/WEB-INF/web.xml''' - The Web Application Deployment Descriptor<br>
+
'''/WEB-INF/classes/''' - This directory contains any Java class files<br>
+
'''/WEB-INF/lib/''' - This directory contains JAR files that contain Java class files<br>
+
Tomcat installation for shared code is $CATALINA_HOME/lib.<br>
+
[[ JSP Notes ]]<br>
+
[[ Servet Applications ]]<br>
+
 
Positioning image http://stackoverflow.com/questions/21036880/how-to-set-the-background-image-fit-to-browser-using-html<br>
 
Positioning image http://stackoverflow.com/questions/21036880/how-to-set-the-background-image-fit-to-browser-using-html<br>
 
http://ramblings.narrabilis.com/using-div-and-css-to-position-a-textbox-on-an-html-page-that-can-be-opened-and-closed<br>
 
http://ramblings.narrabilis.com/using-div-and-css-to-position-a-textbox-on-an-html-page-that-can-be-opened-and-closed<br>
 
http://hungred.com/how-to/tutorial-align-center-screen-position-absolute-css/<br>
 
http://hungred.com/how-to/tutorial-align-center-screen-position-absolute-css/<br>
 
[[ Large war file uplod error ]]<br>
 
[[ Large war file uplod error ]]<br>
[[ Java memory allocation ]]
+
[[ Java memory allocation ]]<br>
 +
[[ Using Tomcat with Apache ]]<br>
 +
[[ /etc/init.d startup script installed with tomcat6 ]] : This is from  Centos 6<br>
 +
[[ How to create a war file. ]]<br>
 +
[[ Installing self signed certificate in tomcat ]] <br>
 +
[[ Basic tomcat web.xml file ]]<br>
 +
[[ Reloading Tomcat application without restarting ]]<br>
 +
[[ Creating a servlet to record hits on a web page ]]<br>
 +
[[ Test a connection to Active Directory ]]<br>
 +
[[ tomcat systemd unit file ]]<br>
 +
[[ Uploading a file ]]

Latest revision as of 09:00, 29 August 2023

Tomcat directory structure
Positioning image http://stackoverflow.com/questions/21036880/how-to-set-the-background-image-fit-to-browser-using-html
http://ramblings.narrabilis.com/using-div-and-css-to-position-a-textbox-on-an-html-page-that-can-be-opened-and-closed
http://hungred.com/how-to/tutorial-align-center-screen-position-absolute-css/
Large war file uplod error
Java memory allocation
Using Tomcat with Apache
/etc/init.d startup script installed with tomcat6  : This is from Centos 6
How to create a war file.
Installing self signed certificate in tomcat
Basic tomcat web.xml file
Reloading Tomcat application without restarting
Creating a servlet to record hits on a web page
Test a connection to Active Directory
tomcat systemd unit file
Uploading a file