facebook

TomCat is not running

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #282414 Reply

    umeshawasthi
    Member

    hi all,

    i am using MyEclipse IDe for the development and when i want to use the embedded tomcat it is creating problem to me

    i started tomcat from the server view and its status is coming running but when i typed the following URL on the MyEclipse web browswe
    htt://localhost:8080
    it is saying it can not display the page..
    any help in this regard will be much appriciated..

    #282432 Reply

    Loyal Water
    Member

    Moving to MyEclipse IDE > General Development

    You cannot run the server using this url. Can you create a new Web Project, right click on it and go to Run As > MyEclipse Application Server > MyEclipse Tomcat and see what happens. Does the app run against the MyEclipse Tomcat Server ?

    #282450 Reply

    umeshawasthi
    Member

    Thanks for the rply

    i tried this one it is running all the time the same jsp page where as what i want to run is to run my own application and i want to call my own action for testing purpose

    for example..
    if i want to run the action TestAction.. what i want to do is that i should write something in the web browser
    http://localhot:8080/TestAction

    and den this action will show up the jsp page based on the configuration..while currently it is always showing up the same jsp page even if i choose another page nd run tomcat.

    #282506 Reply

    Loyal Water
    Member

    Do you mean you want to change the page with which the application starts ? You will have to make the change in the web.xml file of your app. You will have to point the welcome file to your new file. I hope I haven’t misunderstood your question.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: TomCat is not running

You must be logged in to post in the forum log in