Results 1 to 5 of 5
- 11-17-2010, 05:45 PM #1
Member
- Join Date
- May 2010
- Location
- Florida
- Posts
- 68
- Rep Power
- 0
new page is opened with servlet initialization?
Hi
I wrote a servlet and it worked just fine, but in each time I start the servlet (i.e. in the first run only) a new page of the Internet explorer is opened on the PC with Tomcat server and it shows the result of the doGet() method, how can I turn it off is there any options in Tomcat 5.5 to stop it?
Any reviews, ideas, comments are highly appreciated
Regards.
Anderson.Last edited by mr_anderson; 11-17-2010 at 05:50 PM.
- 11-18-2010, 09:00 AM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,438
- Rep Power
- 16
Pardon?
What do you mean by "start the servlet"?
I'm assuming that's not starting up Tomcat as that won't cause a web page to open.
- 11-18-2010, 11:37 AM #3
Member
- Join Date
- May 2010
- Location
- Florida
- Posts
- 68
- Rep Power
- 0
Hi Tolls
I mean when you put your servlet in the Tomcat server it will be initialized in the first call (first POST, GET) only then it will keep listening on the service() method.
Regards.
Anderson.
- 11-18-2010, 11:40 AM #4
Moderator
- Join Date
- Apr 2009
- Posts
- 10,438
- Rep Power
- 16
I still don't understand.
Client makes a call to the servlet. Servlet gives a response.
That's how these things work.
What are you seeing that you don't expect to see?
- 11-18-2010, 03:15 PM #5
Similar Threads
-
how to call servlet from the very first jsp page
By R O C K Y in forum Advanced JavaReplies: 6Last Post: 07-04-2012, 04:20 PM -
redirect to a servlet page
By niteangell21 in forum New To JavaReplies: 5Last Post: 11-15-2010, 02:53 PM -
Servlet calling a new html page within it.
By ServletEst in forum Java ServletReplies: 6Last Post: 09-27-2009, 02:16 AM -
Servlet should return a jsp page not html
By hannehomuth in forum Advanced JavaReplies: 1Last Post: 08-12-2008, 03:14 PM -
Servlet calling JSP page
By gapper in forum Java ServletReplies: 1Last Post: 01-15-2008, 04:00 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks