• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Tomcat dispay page is not displaying

 
Ranch Hand
Posts: 91
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


Hi,

I'm using tomcat 7 and configured that one in eclipse(Helio) .when i started my server ,its started fine.but if i'm trying to display the tomcat home(http://localhost:8088) page its displaying like-" HTTP Status 404 - /".

I google the solution i found one solution like this ,

" My tomcat server was running properly even i was getting 404 error. The reason behind this is the missing file like index.jsp which was not compied properly into my eclipse working directory. After coping ROOt folder from tomcat to eclipse .metadat folder the error is gone. "

In my case i'm not creating any index.jsp page ..I'm bit confused about the above mentioned solution.could you please clear me the same.



Thanks in Advance


Sijesh

 
Sijesh Alayaril
Ranch Hand
Posts: 91
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any one please help me for the above.

Thanks in Advance.
 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
did you check the port number of tomcat.maybe it is used by another thread.
 
Ranch Hand
Posts: 296
Eclipse IDE Firefox Browser Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

When you install Tomcat into your machine, a folder called ROOT is created within the webapps directory.
This ROOT is a web application, which gets invoked when you open the tomcat home page i.e http://localhost:8080. This ROOT folder will have a jsp page called index.jsp inside it, which will be called every time you call http://localhost:8080.

I am not sure how you have configured Tomcat in Eclipse and how you are accessing it. Try opening tomcat home page from a browser rather than the IDE.

 
Sijesh Alayaril
Ranch Hand
Posts: 91
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When starting the server i'm getting one problem like " com.mysql.jdbc.exceptions.jdbc4.communicationsexception communications link failure ".Can anyone help me to resolve this


cheers...
 
Sijesh Alayaril
Ranch Hand
Posts: 91
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All ,

I didn't find seperate place to post this .So i'm adding here.I need some clarification regarding Drools(Drools is an Object-Oriented Rule Engine for Java).For developing drools application what all things are required.please share me some basic idea about drools tool.

Is it possible to guide me how to configure the drools tool.


Thanks in Advance..
 
reply
    Bookmark Topic Watch Topic
  • New Topic