web-project

Deploying .NET with Jenkins/Hudson

一个人想着一个人 提交于 2019-11-29 20:38:24
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 different set of files. I've got the config transforms working, but I end up with all the .cs files and a winmerge compare shows the binaries being different. So, I'd like to either get Jenkins working just like the publish feature, or confirm that an xcopy deploy is functionally the same thing. Anders Lindahl I've had good experiences with using Web

Eclipse Web Project Dependencies

限于喜欢 提交于 2019-11-27 04:04:30
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 project. The Java project references a few 3rd party jars (e.g. Spring jars) but for some reasons when publishing the web project I get only the Java project jar in the lib dir of the war, without the Java project dependencies (e.g.Spring). In other words, I have project A (web project) that depends on project B (Java Project), project B depends on

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

て烟熏妆下的殇ゞ 提交于 2019-11-27 03:24:03
问题 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 instance (using bin/startup.sh) the script reports: Using CATALINA_BASE: /home/david/tomcat Using CATALINA_HOME: /usr/share/tomcat7 Using CATALINA_TMPDIR: /home/david/tomcat/temp Using JRE_HOME: /usr/lib/jvm/java-6-sun Using CLASSPATH: /usr/share

Eclipse Web Project Dependencies

蓝咒 提交于 2019-11-26 11:02:12
问题 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 project. The Java project references a few 3rd party jars (e.g. Spring jars) but for some reasons when publishing the web project I get only the Java project jar in the lib dir of the war, without the Java project dependencies (e.g.Spring). In