Ubuntu Linux: How to install and setup XDebug in PHP Eclipse? [IMAGES]
PHPEclipse is a PHP development plugin for the Eclipse IDE Framework. And, XDebug is a PHP extension which provides debugging and profiling capabilities. I am using Ubuntu Operating System. This...
View ArticleWindows: How to install and setup XDebug in PHP Eclipse?
PHPEclipse is a PHP development plugin for the Eclipse IDE Framework. And, XDebug is a PHP extension which provides debugging and profiling capabilities. I am using Windows 7 Operating System and WAMP...
View ArticleTomcat Eclipse Error: Starting Tomcat v7.0 Server at localhost has...
I have been using Tomcat server version 7. I get the following error message when I try to run the JSP application from Eclipse IDE. Starting Tomcat v7.0 Server at localhost has encountered a problem....
View ArticleTomcat Eclipse Error: Multiple contexts having same path
I got the following error while working on a JSP project on Eclipse IDE. I have been using Tomcat server version 7. Here is the error message: ‘Publishing to Tomcat v7.0 Server at localhost…’ has...
View ArticleEclipse JSP: java.lang.UnsupportedClassVersionError: com/mysql/jdbc/Driver :...
My JSP project was running fine on Eclipse. However, I got the following error when I tried to add some value to database through my project data insert form. org.apache.jasper.JasperException:...
View ArticleEclipse: Could not load the Tomcat server configuration at \Servers\Tomcat...
I followed the article of installing Eclipse Web Tool Platform (WTP) from these two links: Servlet and JSP development with Eclipse WTP Setup Eclipse and Tomcat 7 on Linux Now, while running my project...
View Article