Questions tagged [web-project]

162 questions
36
votes
8 answers

Dynamic Web Project option missing in Eclipse

The "Dynamic Web Project" option for a new project in Eclipse does not appear in the list. Also, the "web" folder does not exist. Am I missing a module from installation? I am running Eclipse Helios.
Sid
  • 1,145
  • 5
  • 17
  • 24
25
votes
6 answers

Eclipse Web Project Dependencies

This question is about Eclipse development, I am trying to create a web application in Eclipse, the problem is that I don't get the the dependencies jars to the deployed archive. I've created a new dynamic web project and linked it to another Java…
LiorH
  • 18,524
  • 17
  • 70
  • 98
24
votes
10 answers

Dynamic Web Project option missing in Eclipse Kepler

The "Dynamic Web Project" option for a new project in Eclipse does not showing up in the list. Although the "web" folder showing up with option "static web project" but there is no option for "Dynamic Web project". I have already installed Web,…
alok
  • 241
  • 1
  • 2
  • 4
22
votes
2 answers

Deploying .NET with Jenkins/Hudson

I've been using Jenkins/Hudson CI for deploying my .NET web site project. I've been using the MSbuild plugin to build my project, and then xcopy to copy it out to the server. I've noticed if I use the publish feature in Visual Studio I get a…
Dan Williams
  • 4,910
  • 11
  • 37
  • 46
12
votes
2 answers

What is package-lock.json?

Is there any kind-teacher can answer my question above? FYI I'm using WebStorm and making with node.js I installed npm module like nconf and package-lock.json has made. I expected package.json would've been made. Thank you.
jinuman
  • 195
  • 1
  • 8
10
votes
5 answers

Error registering a Tomcat 7 server in Netbeans 7 (Catalina Home folder is not valid)

I'm running Netbeans 7.0.1 on Linux Mint DE. Netbeans was installed through the distro's repositories. I've now installed the package tomcat7-user so I can create a user instance of Tomcat which I can start or stop as required. When I start this…
daiscog
  • 11,441
  • 6
  • 50
  • 62
8
votes
5 answers

Unable to create a new web project in Visual Studio 2013

Background: I am trying to use my office machine, where I have some limited rights, from home. All products are installed through when I was connected with my network drives, where my profile exists. Now, I am at home where I don't have an access…
codebased
  • 6,945
  • 9
  • 50
  • 84
5
votes
1 answer

Is there a way to convert a folder to a project in Visual Studio 2012?

I have a folder with represents the business logic of my application, it contains a list of classes used through my webform application. So i am now changing some of the way the application has been implemented as i have now added a webservice…
floormind
  • 1,868
  • 5
  • 31
  • 85
5
votes
1 answer

Importing existing JSP project to Eclipse or Net Beans

I am trying to import project from some server on my localhost. I would prefer to import it in NetBeans, but Eclipse is also fine. I set up Tomcat server in NetBeans for now. Then I tried to create new Java Web project with existing source and then…
Bob
  • 8,392
  • 12
  • 55
  • 96
4
votes
1 answer

visual studio opening web browser + debugger in a console app rather than a web project

I have recently changed some projects from IIS ASP NET projects to Console Applications, using a custom web server. In both kinds of project, we ran the project as a console aplication (so we didn't actually use IIS), However, as a web project, the…
Nick
  • 920
  • 1
  • 7
  • 21
4
votes
1 answer

How can I prevent IIS Express starting when attaching to IIS process?

I do not want use IIS Express. My IIS always running. I do not want to turn on IIS Express every debug/attach to process. How to set IIS Express always off? I always use attach to process to debug my project
toha
  • 5,095
  • 4
  • 40
  • 52
4
votes
1 answer

Visual Studio web project has IIS configuration warnings

One of the web application projects in my visual studio solution has a blue exclamation mark icon on it and the tool tip shows The Web project has IIS configuration warnings I can't see anything in the project Properties pages,…
Dib
  • 2,001
  • 2
  • 29
  • 45
4
votes
2 answers

Eclipse Dynamic Web Project with maven is throwing error on mvn tomcat7:run

I created a dynamic web project in eclipse Luna and then converted the same to maven project. I specified dependencies as follows: org.postgresql postgresql
Dheerendra
  • 1,488
  • 5
  • 19
  • 36
4
votes
2 answers

Eclipse Download library is empty

I am trying to create my first JSF web dynamic project with eclipse. In second last step, i need to select the user library in which the download library window is empty. Can anyone help how to add the library in that?
Anto Varghese
  • 3,131
  • 6
  • 31
  • 38
3
votes
2 answers

Compile Groovy files in Eclipse

My java web project includes some Groovy code. But eclipse is not recognizing Groovy files and not generating any classes out of it. I have installed Groovy plugin in Eclipse. Installed Groovy in my windows machine and setup GROOVY_HOME and include…
Himanshu Yadav
  • 13,315
  • 46
  • 162
  • 291
1
2 3
10 11