deployment

Is there a better way to deploy a war in Websphere?

Currently I am using Websphere Admin console to update a war. I do the following three steps stop the application update start the application As a part of the second step I am using the following option. I select the war from the local file system. This step takes around 10 minutes to complete. I wanted to know weather it is the...

How to share code between a Java Web app and a normal Java app

Hello I have smallish personal project consisting of the following Eclipse workspace. + +-MyApp // this is just a vanilla Java Application +-MyWebApp // this Dynamic Java Web Application (Tomcat) +-MyCommonStuff // these are common classes // Ex. Database access code & business classes This is all well and good when I...

How to get my program name in list of right click menu on any file

I have created a File/folder copy utility in C#.net. its working fine. problem is that when i right click on folder than my program's name appear their and its also working fine. but when i right click on any file or group of files and folder. so tell me which and where i need to create a registry key through my program so i can do that....

VS2008 deployment project. Change UpgradeCode for every build.

Hello. Is it possible to setup vdproj so as new UpgradeCode is generated for every new .msi? Why I need this. We have only one deployment project, only one application. It is very convenient (for non-developing audience) to double-click .msi file and reinstall it disregarding any other application already installed. Most often it is ne...

Sharepoint WebPart, include additional assembly in wsp package

Hi all I created a utility library for my Sharepoint WebParts. Now when I reference this library from my WebPart project, it compiles fine, but the library is not included in the .wsp package. This means the library assembly is not deployed to the target system, causign the WebPart to fail. Is there any way to fix this? I am using Visu...

Maven Webservice Plugin working with install, not deploy

Hi All, I have a maven module that uses the plugin jaxws-maven-plugin. I have the webservice up and running and when browsing to the .../myWebservice?wsdl, I get the WSDL. No problem. This also works when running the wsimport maven goal through: <plugin>   <groupId>org.codehaus.mojo</groupId>   <artifactId>jaxws-maven-plugin</artifa...

Automated Integration and Staging environments for LAMP-based application

What would be a good tool-for-the-job to do automated deployments of LAMP-based applications(MySQL, PHP, Zend Framework) to integration and staging environments? I am looking specifically for tools that handle deployes to remote hosts. I assume building tools such as phing and ant I assume could be used for that, but I was wondering if t...

Deploying an .Net App that uses Sharepoint Assemblies

I'm working on a tool written in C# to help administrate MOSS (Microsoft Office Sharepoint Server). It does do by using classes provided by the sharepoint om, such as the ones in namespaces Microsoft.SharePoint.Administration or Microsoft.Office.Server. The specific assemblies are: Microsoft.Office.Server.dll Microsoft.Office.Server.Sea...

How does software activation work?

I have tried searching, and all questions are related to specific things like "how to generate key", and the like. Can anybody explain how different types of software activation work? ...

What ways are there to simplify the install of a php app for linux and hopefully windows as well?

I have a php application ( http://github.com/tchalvak/ninjawars ), essentially a php-based webgame that I run at http://ninjawars.net . I frequently configure and install the app for myself for localhost development, and it's a somewhat trial-and-error hacked-up process. Now that I've open sourced the app, I've got some users wishing t...

Visual Studio 2008: Creating Single DLL from Solution with Many Projects

I have an ASP.NET web application developed in Visual Studio 2008, composed of 3 different projects (one for UI, one of BO and the third for DAL). How can I generate a single assembly file which holds all 3? Now it's generating 3 DLLS each for each project in the solution. ...

Trouble deploying database from VS2008 to SQL2005

We are using VS2008 deployment for our databases [database solutions in VS where each one has their own schema.] The script it produces does not work quite well. "Before deployment it compares the server objects and then creates the script" is the way msdn is telling, but obviously it tries to create objects those exist, or tries to drop...

Windows Azure WebRole stuck in a deployment loop

I've been struggling with this one for a couple of days now. My current Windows Azure WebRole is stuck in a loop where the status keeps changing between Initializing, Busy, Stopping and Stopped. It never goes live, and I can can never see the website as a result. The WebRole is an "out of the box" MVC 2 application with Copy Local set t...

kohana deployment

hi everyone I am deploying my site, using kohana, this is the testing site -localhost/koh and i use htaccess to remove the index. I am able to successfully put it in something like www.site.com/koh but i am struggling to place it on the root folder, and making it work with htaccess, or how do i make it work, by placing index in root an...

SSRS 2008 Reports Deployment

What is the recommended best practice for reports deployment in SSRS 2008. We have a solution where the reports are accessed from the application using webservices exposed from SSRS and also we allow end users to schedule reports (schedules created using webservices in SSRS). Whenever we change reports, we have to redeploy the reports wh...

Providing an installer for asmx Webservices

What is the best way to deploy a couple of asmx webservices to IIS. (6.0, 6.1, 7.0) The services are an optional install and I think the most convenient way to install them would be some kind of Windows Installer package. I created a small C# program that directly modifies the IIS Metabase, but this only works on IIS 6.0 and 6.1 and I do...

How to deploy WebLogic's JMS module to another server

If I have a JMS module defined in a file (my-module-jms.xml) copied from one of WebLogic 9.x domains, then is there a way to deploy that module to another WebLogic with minimal effort using either WebLogic Administration Console or WLST? ...

When I deploy code through the GoogleAppEngineLauncher, does it upload all files?

So currently GoogleAppEngineLauncher is pointing to a directory that contains my app.yaml file, along with several other directories - Let's say they are directory A, B and C. If A and B contain python files, template files etc. used by the app, but directory C contains no code whatsoever (it's just a misc directory with random stuff in ...

Published an asp.net Web Application in debug mode?

I have been publishing a web application project in debug mode. I know there are a lot of questions on here regarding this, but I think they more pertain to window apps, but I could be wrong. Basically, I was just curious on what the difference is and if it is a big difference in publishing an asp.net web application project built in d...

Whats a good PHP app/project deployment package?

I've been reading about Capistrano, Pake, and Phing and I'm just not finding what I need. It seems like these deployment packages all assume that you have full access to your deployment server, that is SSH access. What I need is a good deployment package that works with SVN and is able to deploy via FTP or via SSH. Anything out there ab...