↧
Eclipse WTP – Deployment location of the local Tomcat
If you ever wondered where Eclipse WTP deploys your web application during development (if you use the local server option in Eclipse) you find the result of your deployment under: Workspace->...
View ArticleThe Servlet within – Servlet creates Javascript coding
The following explains how to create Javascript output with a servlet and how to include this Javascript into a static HTML page. The generated Javascript code will again write some text into the HTML...
View Article