Jump to content

Tomcat: Difference between revisions

145 bytes added ,  Yesterday at 13:27
no edit summary
mNo edit summary
No edit summary
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Outdated}}
TomCat is an application server which supports the JSP and java servlet standards, read more about it at: http://jakarta.apache.org/tomcat/.
TomCat is an application server which supports the JSP and java servlet standards, read more about it at: http://jakarta.apache.org/tomcat/.


''TomCat currently does not work on RedBrick. We're still trying to fix it.''
__TOC__


==Running TomCat on RedBrick==
==Running TomCat on RedBrick==
To use tomcat on RedBrick you must mail the webmaster and ask for an account
To use tomcat on RedBrick you must mail the webmaster/admins and ask for an account


===How do I use Servlets ?===
===How do I use Servlets ?===


You may access your servlets via http://jakarta.redbrick.dcu.ie/~[username]/servlet/[ServletName] .
You may access your servlets via <nowiki>http://jakarta.redbrick.dcu.ie/~[username]/servlet/[ServletName]</nowiki>


===How do I use JSP ?===
===How do I use JSP ?===
Line 103: Line 108:


To understand the changes i've made you're best of having a look at: http://www.moreservlets.com/Using-Tomcat-4.html#Configure-Tomcat
To understand the changes i've made you're best of having a look at: http://www.moreservlets.com/Using-Tomcat-4.html#Configure-Tomcat
[[Category:Archive]]