Difference between revisions of "Tomcat Stuff"
From MyWiki
Line 6: | Line 6: | ||
Tomcat installation for shared code is $CATALINA_HOME/lib.<br> | Tomcat installation for shared code is $CATALINA_HOME/lib.<br> | ||
[[ JSP Notes ]]<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> |
Revision as of 12:13, 18 October 2014
Tomcat directory structure :
.jsp and .html files go in the document root.
/WEB-INF/web.xml - The Web Application Deployment Descriptor
/WEB-INF/classes/ - This directory contains any Java class files
/WEB-INF/lib/ - This directory contains JAR files that contain Java class files
Tomcat installation for shared code is $CATALINA_HOME/lib.
JSP Notes
Servet Applications
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