deploy

How do you deploy a web app to the desktop?

I generally build web based applications. But, there is sometimes a need to distribute these applications to various platforms and have them act more like regular applications than web apps. A quick solution might be to create an icon that opens the browser with no menu, url bar, or icons. It looks like IE might have some options for ...

How can I deploy an iPhone Application from Xcode to real iPhone device

How can I deploy an iPhone Application from Xcode to real iPhone device without having an Apple 99$ Certificate? ...

SQL Express 2005, Secure Database File

Hi, I have built an application that uses SQL Express 2005 and I want to deploy it, but the problem is that anyone who has SQL Management Studio(or something like that) installed on his computer, can connect to my database and change it. Is there anyway to prevent end-users from seeing or editing the content of my database, even those w...

Deploy PHP using Git

How can I deploy a PHP website using Git? I have a hunch it has something to do with using git hooks to perform a git reset --hard on the server side, but how would I go about accomplishing this? ...

Using capistrano when remote git is on a non-standard path

My shared host did not provide git, so I built and installed it into ~/bin. When I ran it, I got the following error on most commands, although they were successful. stdin: is not a tty I can solve that problem by adding: default_run_options[:pty] = true to my deploy.rb, but then I get this error, which blocks deployment:...

EC2: can I host an http server there?

Does anyone have experience deploying GWT apps to EC2? If I were to install tomcat or apache on a ec2 instance, could I have users connect directly to a url pointing there? Would that be cost effective, or would java hosting services be best? Is there any downside to hosting the edge HTTP server on a regular hosting service and have t...

In iplanet 6, where is the webapp directory defined?

I'm trying to deploy my first war file on an existing iplanet 6 install, and the only place in the config directory that specifies what looks like the web app directory is in server.xml: ... But when I put my war file in /WWW/ns-home/docs/olc nothing happens. Is there somewhere else I should be looking? ...

MSI produces question for installers

Hi there, I have created a windows installer for a windows forms app as an MSI. I have published this and put it in a zip file and sent it to the client. When they try to run the installer they get the message 'The publisher could not be verified. Are you sure you want to run this software?’ Is there a setting or something i need to do...

Is it possible to have a servlet forward to a jsp outside of its context root?

We currently have an appserver setup where EVERYTHING is off of one big context root, and we copy class files and restart app servers to deploy. Not ideal. I'm trying to set up an ant script to do the build and deploy using wdeploy, and everything works, except I need my servlet to forward to jsps outside of the context root of my war fi...

How do I customise the CREATE DATABASE statement in VSTS DB Edition Deploy?

Hi, I'm using VSTS Database Edition GDR Version 9.1.31024.02 I've got a project where we will be creating multiple databases with identical schema, on the fly, as customers are added to the system. It's one DB per customer. I thought I should be able to use the deploy script to do this. Unfortunately I always get the full filenames spec...

log4net does not log when my web app is packaged deployed

Hello I have a web app that uses log4net to log errors to a log file. It works well when I publish my website via xcopy but when I build a package installer, log4net does not appear to work when remote users access my site. I use impersonate=true in my web.config and log4net only logs errors when I am the logged user. I have another a...

Sun One Web Server 6.1 and Tomahawk

Hi guys, Do anyone know which version of tomahawk is suitable to use with Sun One Webserver 6.1? Thanks in advance, Alejo ...

Click once Vs Shortcut

I have seen some application which “deploy” strategy is to have an .exe file in a server and access it via shortcut from different “clients” and it works fine, they only worry about keep updated that exe when a new version arrives, I'm wondering why this approach could be wrong and what would be the advantage of use click once instead of...

ClickOnce is display the .application file as XML

Hi, I created a Clickonce deployment of my test app and I am trying to run it on my Win XP Sp2 test box. When I click on the install button that VS 2008 creates, all I get is the manifest file displayed in my browser and it doesn't spawn the install If I run the install against an IE7 test box, everything works ok. Any ideas? ...

How do you migrate an IIS 7 site to another server?

I'm new to the IIS world but am wondering the best practice for moving a website to another server (along with all settings, etc.) Manually recreate the site on the new server (not maintainable for obvious reasons) Copy the applicationHost.config settings file Use appcmd to make a backup and restore Use MSDeploy to publish the site on ...

Deploy a WebSphere Portal 6 portlet to WebSphere Portal 5

I am using Eclipse 3.2.2 with WebSphere Portlet Factory Designer 6.0.2. I have a portlet that was developed for Portal 6 which works fine, I can build the portlet War and deploy to a Portal 6 server fine. However, we only have production servers running Portal 5. So how do I build a War file which is compatible with Portal 5? ...

How to deploy with Ant an portlet to remote WebSphere Portal ?

How to deploy with Ant an portlet to remote WebSphere Portal 6.0 (Linux)? ...

Packaging and deployment of .net Compact Framework solutions.

How did you go about this: 1) did you use exe and dlls or created a cab file? 2) as far as deployment goes, did you implement a web service updater or use a third party deployment tool? Any help/ideas is appreciated. Thanks! ...

How best to deploy my XUL app?

I have a xul app that I think would be useful, and I want to deploy it. The target platform is Linux; I believe it will work on Windows/OSX as well but haven't tested. What is the best way to deploy this app? Is using xpi packages and requiring the user to install xulrunner separately the way to go? If I bundle xulrunner, should I keep...

WCF Service Deployment - Where Are the Application Files Kept?

I have a WCF service that calls, through a BL, a Data Layer and ultimately SQL Server back-end. My service exposes various methods/operations to get data out of the database. I have also built a host for it for testing, and a Windows Service Host, which is how I plan to deploy it. Yesterday when I did a test-deploy, the service starte...