web « Tomcat « JSP-Servlet Q&A





1. How to set a Servlet to run as the Homepage in Java?    stackoverflow.com

I'm trying to create a simple web project using Tomcat in Java. In the web.xml file, I point to a servlet that I want to be run when someone goes to http://localhost:8080/MyProject ...

2. What do I need to learn to build a web app in Java?    stackoverflow.com

I've been doing PHP/MySQL web development for a while and I'm fairly competent in it. Lately however, I've learnt Java and fallen in love with it, and I'd really like to ...

3. Java/JSP/Tomcat web hosting    stackoverflow.com

I am looking for a hosting solution for my Java/JSP web application. Do you know any servers which provide Tomcat hosting for v5 or greater and MySQL database?

4. Appropriate use of a ServletContextListener in Java / Apache Tomcat web application    stackoverflow.com

Can anyone tell me if it is appropriate to use a ServletContextListener for a particular requirement? What I have is a web application which runs a particular job every hour to ...

5. what is faster to use jsp or servlets for web app    stackoverflow.com

Hi i like to build web application and im trying to think about way to reduce cpu/memory what will be faster for tomcat to use servlets to get the requests and ...

6. Java Web Application - Servlet Problem    stackoverflow.com

I have servlet that does the following:

public class LoginServlet extends HttpServlet {
    protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
     ...

7. problem when using servlet and web project with java    stackoverflow.com

i have just started using servlet. basically i am new to web projects. I am using eclipse as development IDE. In that i have created a dynamic web project, in the ...

8. Specifying the location of WEB-INF for a legacy Tomcat application    stackoverflow.com

I am attempting to build a test setup for a legacy Apache/Tomcat application. To be honest, I am not sure if it is an 'application.' It is a collection ...

9. Java: how to write to folder in webapp?    stackoverflow.com

I deployed my webapp in Tomcat, but when I prefix the filename with \ I end up in the root of my server (C) folder, and if I don't prefix it ...





10. Retrieving JSP content from a servlet within a single web application (under Tomcat)    stackoverflow.com

First of all, I wanna apologize for not so clear description of the question. Let's consider we have some working mechanism for e-mail sending, and we also have some e-mail templates ...

11. Simple Tomcat Question Create a New Folder under Webapps folder    stackoverflow.com

I would like to test it by myself if I had a test server. I need to create a new application JSP applicaiton. I created a folder, say, app1, under webapps folder. ...

12. java servlets in web application    stackoverflow.com

I may sound a little childish but i am bit confused over a very basic thing


I am using tomcat server. I wrote two servlets to include in my web application and saved ...

13. locale specific download links    stackoverflow.com

i'm trying to provide download links of browsers in my application which is available in many european languages. How can I direct a user to their own countries download page. For ...

14. AtomServer Webapp Fails to Start In Tomcat    stackoverflow.com

I am trying to get AtomServer 2.3.6 working under Apache Tomcat 7.0.16 on Mac OS X 10.6.8 with Java SDK 1.6.0_26. If I start AtomServer as a standalone app by ...

15. web project is not working    stackoverflow.com

we've developed a web application based on JavaScript and HTML. This web application is hosted on tomcat and other client browser's are able to access it (through IP). The web application's ...

16. jsp/servlet: update on the fly    stackoverflow.com

Is there any way to change the source code of servlets/JSPs directly on the server, like in php? Or do I have to compile and upload the full WAR-archive each time? ...





17. parallel programming for tomcat web application    stackoverflow.com

I am writing a web application to be deployed on tomcat. I am writing a servlet. When I receive a request, I need to call 10 other different websites. Then aggregate ...

18. How to test dynamic web project?    stackoverflow.com

I am working in an imported Web project in eclipse. And I want work and test it in my local computer, so I do not want that some classes call web services ...

19. Tomcat web implementation    coderanch.com

20. JSP/Tomcat: webapp with subdirectories    coderanch.com