Showing posts with label Ecllipse. Show all posts
Showing posts with label Ecllipse. Show all posts

Tuesday, 28 August 2012

Troubleshooting: Problem in design view

Sometimes when you work on your project after few days back your view part is not occurs in proper order that time don't worry about.Actually it is ecllipse browser problem.
Following steps:

1. restart server
2.clean server
3. clean project
4.run project in chrome not in ecllipse

Reason: Acually every browser contains three parts:
1. Scripting engine
2. rendering engine to render dom,css etc
3.

It is very complex application to run your project..ecllipse browser is not a good browser to handle complex applications having complex css etc

Troubleshooting: requested resource is not aviliable

Sometimes when you change your root project folder  this error occurs...

Solution:
1.restart server
2.clean your server
3. clean all projects
4. restart server
5.run the project

Monday, 25 June 2012

Troubleshooting

The Tomcat server configuration at \Servers\Tomcat v6.0 Server at localhost-config is missing. Check the server for errors.
Solution: 
(1)Delete all intance sof server by clicking on server tab
(2)Now create a single instance by right clicking on server tab and select new and choose an instance.
(3)Restart Ecllipse