2013/12/28 Frank Lugalla <[email protected]>: > Hi Chuck, > Thank you for having a chance to respond back....regarding the version > ,I am using Tomcat 7 integrated with Eclipse Kepler Release 1 with > JVM=1.7_u45.All run on window platform.What I want is to start my Tomcat > server in server view(this is the mode in eclipse).Hope this explain > somehow > > -----Original Message----- > From: Caldarale, Charles R [mailto:[email protected]] > Sent: Friday, December 27, 2013 4:05 PM > To: Tomcat Users List > Subject: RE: Start the Tomcat server in the server view and go to > http://localhost:8080/ > >> From: Frank Lugalla [mailto:[email protected]] >> Subject: Start the Tomcat server in the server view and go to >> http://localhost:8080/ > > (Please ignore Martin G's gibberish; it is, as usual, totally irrelevant.) > >> Can someone please tell me how to Start the Tomcat server in the >> server view and go to http://localhost:8080/? > > First off, you have to tell us what you're referring to as "the server view". > If this is some mode of an IDE, you need to tell people exactly what IDE, > and how you have integrated Tomcat with it. (And the answer to your question > in such case may more likely be obtained from the support mechanism for the > IDE.) > > Also, provide some real information, such as the Tomcat version, the platform > you're running on, the JVM version, etc. >
1. Read the rules. http://tomcat.apache.org/lists.html#tomcat-users -> point "6." 2. Your original quote "Start the Tomcat server in the server view", where did it come from? "view" is a panel, an area in Eclipse IDE GUI. The "Server" view is a panel that contains a list of servers (Tomcat instances) that you have configured. Have you configured one? You should click on the server instance (a row in the view) and press that green arrow button in that little toolbar of the view (as opposed to the main toolbar of the ide). Or you can use the context menu (available if you right-click on the server instance). > go to http://localhost:8080/ Launch a web browser and enter "http://localhost:8080/" into the address bar. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
