Web pages error using Netbeans

Asked By 50 points N/A Posted on -
qa-featured

Hi there,

When I open a project in NetBeans, I am getting an error message. It says that it cannot find the required web pages. Do I need to change the property settings? Please help me to fix the project properties and help me to browse the web pages. Is this a problem related with the installation? Any help would be appreciated. Thanks in advance.

Error

Webapplication1:

Cannot find the Web Pages folder ‘C:xampptomcatwenappswebapplication1web” Open the project properties and in the Sources category browse the correct Web Pages folder.

OK

SHARE
Answered By 10 points N/A #185948

Web pages error using Netbeans

qa-featured

Please check where you have your NetBeans installed. In your installed location try to search for for NetBeansProjects folder. When you open that folder you will able to see a folder named as ‘HellowWorld’. Add your necessary files in folder by using NetBeans and hope you can run your web application using run of NetBeans.

Or another thing you can try is that Create your project anywhere but not inside the tomcat web directory. Next setup NetBeans to ‘DEPLOY’ your application to the tomcat server.

Related Questions