This is a draft cheat sheet. It is a work in progress and is not finished yet.
Config Java
add in eclipse.ini: -vm C:\java\jdk1.x\bin |
or configure windows>preferences>java>installed jres |
config server
default internal websever |
configure custom server: run>run configure>apatch Tomcate |
|
|
configure build path
project properties > java build path > dd library/jar/folder etc |
Error mesage in jsp
<meta http-equiv="Content-Type" CONTENT="text/html; charset=iso-8859-1" /> |
missing end tag fo r"http:' |
Error mesage in jsp
<meta http-equiv="Content-Type" CONTENT="text/html; charset=iso-8859-1" /> |
missing end tag for "http:" |
|
|
|