Questions tagged [web-project]

162 questions
1
vote
0 answers

not maven project export war

(Translated to Google Translator.) I would like to extract a WAR from a maven project using SVN + maven. sample pom.xml and generate maven package on linux distribution server There are libraries in web-inf / lib. I want to extract war without…
Horn973
  • 15
  • 5
1
vote
1 answer

Best practice to include angular site inside a Dynamic Web Project

I'm using eclipse to build angular application (my first application), at the beginning I created my project via New->Angular Project (I have plugins installed) but later on I was asked to use a Dynamic Web Project (with WebContent Folder) and I was…
zbeedatm
  • 601
  • 1
  • 15
  • 39
1
vote
1 answer

Visual Studio ASP.NET Web API Precompiled files placed in a different folder with TFS

I have an asp.net web api project whose output needs to be packaged in a setup project using wix. I would like to precompile the site. The problem is that the precompilation process generates variable file names (ie. *.compiled files in…
anon
1
vote
1 answer

How do i use a dependency for Servlet?

i have a businessLogic layer and I want to use it in servlet , but anything I do it's throws me an error @WebServlet("/Servlet") public class Servlet extends HttpServlet { private static final long serialVersionUID = 1L; IPersonService…
joesid
  • 671
  • 1
  • 10
  • 21
1
vote
1 answer

Cannot create Class of type "JSF Managed Bean" in Eclipse. JavaServer Faces category Missing

I am following this Oracle tutorial One of the Steps is: Create the RequestProducerBean class Right-click on the obe.beans package and select New -> Other. Choose JavaServer Faces from Categories and JSF Managed Bean from File Types. I do not have…
Arthas
  • 421
  • 1
  • 6
  • 23
1
vote
1 answer

Do we need to clean the project each time when I develop?

I have a huge java web-project. Recently I have migrated to gradle build from ant build. Is it necessary to do 'clean' task each time I build ? Or What is the actual purpose of 'clean' task ? (I know that 'clean' will clean the output directory. But…
smilyface
  • 5,021
  • 8
  • 41
  • 57
1
vote
2 answers

How to reorder Folders in Visual Studio 2008 Web Application Project?

If I create new folder in VS project ,Automatically VS reorder all project folders alphabetically I want to order them as I want .. Is there any way to do that ?
Amr Badawy
  • 7,453
  • 12
  • 49
  • 84
1
vote
2 answers

Working with yaml

Me and a friend of mine are working with a project. She was responsible for a part of it, while I would add some functionalities to her code. So she send me her code and I should make it work in my machine and add my part. However, I'm facing this…
Lazarus Rising
  • 2,597
  • 7
  • 33
  • 58
1
vote
0 answers

spring dispatcher don't see controller

I'm trying to build a spring dynamic web project using Gradle on eclipse. My problem is that my spring dispatcher don't see the controller and i don't know why. My project is like this : http://hpics.li/8c7aca3 As you can see, my controller don't…
Toumi Ilyes
  • 45
  • 3
  • 10
1
vote
1 answer

Eclipse not deploying 'Web Content' to root folder

I have following in my workspace : and below on configured as deployment assembly : Still I dont see everything deployed to : \.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\ What could be going wrong ?
Snehal Masne
  • 3,403
  • 3
  • 31
  • 51
1
vote
2 answers

OnBeforeInstall method not firing in Custom Action

I have an installer class setup with the following methods to run as my custom action: public Installer1() { InitializeComponent(); #if DEBUG Debugger.Launch(); //enables debugging #endif } protected override void…
sr28
  • 4,728
  • 5
  • 36
  • 67
1
vote
1 answer

Reflecting changes from jsp, css, js, html onto browser without reloading the page

I have a Dynamic Web Project on eclipse and Tomcat 7 as the server (using within eclipse). After doing 'Run on Server' on the project, it gets deployed and runs on the browser. However, any changes made to the css/js/html/jsp files do get published…
user3376259
  • 51
  • 1
  • 3
1
vote
1 answer

Web project runs on Tomcat but deployment fails on jboss 6

I am deploying a war which runs fine on tomcat but I'm unable to deploy it on jboss. 18:05:26,638 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC000001: Failed to start service jboss.deployment.unit."mywebproject2.war".INSTALL:…
1
vote
1 answer

How to reference a web project from another web project with ivy and Resolve in workspace

I have 2 web project: myLibraryProject and myWebProject myWebProject depends on myLibraryProject, and each use ivy for dependency management: myLibraryProject ivy.xml: