Jump to content

Tomcat: Difference between revisions

37 bytes added ,  Yesterday at 13:27
no edit summary
mNo edit summary
No edit summary
 
(One intermediate revision by one other user 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.''
''TomCat currently does not work on RedBrick. We're still trying to fix it.''
__TOC__


==Running TomCat on RedBrick==
==Running TomCat on RedBrick==
Line 8: Line 12:
===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 105: Line 109:
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:Helpdesk]]
[[Category:Archive]]