deploy

How to fill database at deploytime ?

I am developing a java web-site. It fetches data from http://projects.zoho.com. I have to fetch data using its API and want to fill database in a session. But, I need this process occur at deploy time. Means, at first time when I deploy web, it would fill whole database and then at every session period of time it fills data automatica...

Deployment to shared host without SSH (PHP)

Hello, I have a Web-Application running on Shared Hosting. I need to Update the Project and I don't have SSH. All the Best-Practice-Solutions so far for SHared Hosting included SSH. So does anyone have experiences with deployment without SSH, not using manual uploading with FTP? --dazz edit: My dev environment is WinXP with XAMPP, I ...

vlad the deployer vlad:start_app with passenger issue

I'm trying to deploy a rails app using vlad the deployer. I'm using nginx and passenger. I have an issue with the vlad:start_app task. When I deploy I get the following issue touch: cannot touch `/var/www/mysite.com/releases/20100623130302/tmp/restart.txt': No such file or directory rake aborted! execution failed with status 1: ssh ...

Build Web Deployment Package From Command Line

Is there any way to build deployment package for a Web Application using Visual Studio 2010 CommandLine ? ...

Uploading website files question

Hi, When uploading modified files to a server (C# changes), should you always upload the whole website using an MSI? Also, if you have uploaded a website and installed it using an MSI, do you need to upload the website.dll as well? Or does the MSI create it already? Any comments will be appreciated! Thanks, ...

Is there some easy way to execute code upon JBoss deployment of a JAR inside an EAR?

I plan to deploy an EAR packaged application into JBoss v4.2 as a folder containing the content of the EAR. Until now the EAR is deployed as a single file. I hope to be able to replace single JARs without the need to restart the application. Is there any kind of event listener or annotation that can be used to register those JAR files u...

Does the ejb jar should be compiled on the same JVM that deploys the JBOSS AS

Hi All, I have two machines with difference JVM versions (1.6 and 1.5) I have a JBOSS Server running on the one of JDK1.5. I've created a ejb jar file on the machine of JDK1.6 When I get to deploy the EJB Jar into the JBOSS(4.3), I get the following error: 16:05:41,878 WARN [ServiceController] Problem creating service jboss.j2ee:ser...

Deploying to remote server using msbuild in teamcity

OK, I've searched for a few days now and still haven't found what i would deem to be an elegant solution to this problem. Here's what I want to happen. I want TeamCity to Build my code Then test it Then deploy it to a remote server. The first 2 are easy, but nobody seems to have a nice option for deploying. I have set up the server ...

adding artifacts to standard maven deploy

I was hoping someone could help me with maven deployments (typically run through the release plugin). I want to deploy files other than just the packaged jar to the repo upon release, such as specific instruction documents and generated SQL files. It would be good if i did not have to use deploy:deploy-file for each one. it would be be...

The solution contains no Web application scoped resource,

Hi I need little help regarding sharepoint solution set up in sharepoint. I created wspbuilder project(12 hive structure including controltemplates folder) I have created project for user controls(like login logout etc) and when I build them the .ascx files are being added to 12\controltemplates folder(I wrote postbuild event to add ....

iis 7 web deploy / source control interaction problem

I have an asp.net web application that I am deploying using ms web deploy to an iis 7 web server. I recently moved the project to source control with tortoise svn. Now web deploy isn't working since it is trying to copy the hidden read-only files (in a .svn subdirectory) that svn is using onto the iis server. How do I configure we...

Internal Server Error on Django Deploy

Im getting 500 internal server error everytime I try access my admin or login page. There's nothing in my error.log Any ideas ? ...

Problem with .cod deployment to simulator

Hi Everyone: This is a re-post of a topic on the Blackberry Development Forums, but I wasn't getting any answers there, so I thought I would try SO. I have an in-house library that I developed called Ichabod that is required by one of our applications, Spyder, which runs on the Blackberry 4.5.0 operating system (our original target was...

How to run multiple tasks in Ruby?

I have a Capistrano deploy.rb script which has multiple tasks that can be invoked on the command line cap site1_to_live deploy cap site2_to_live deploy (...etc) I have tried combining these into a single task as follows task :all_to_live do site1_to_live site2_to_live site3_to_live end However, only one of the tasks is execut...

asp deployment problem

Hello, i've create an asp dot net application. i try to deploy it using a Web Setup Project. but when i istall it i get this error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser E...

VB6 Package and deploy setup ask system restart

hi, I found Vb6 tools package and deployment. I used it and created a package or setup file from my running vista operating system. Later when i tried deploying it in clients computer with winxp, it asks for update of system file and ask to restart. The process never ends just ask for update and restart. how should i create setup file t...

How to deploy source code from multiple Eclipse projects to Google App Engine? (aka, linking two projects)

Hey all. I am thinking of extracting some core functionality into a new Eclipse GAE project, so I don't have duplicated code. Meaning I now have two Eclipse projects; one "main" and one "util". I have linked them together locally in Eclipse, but when I deploy the main project, the source code from the second project is not deployed. I...

Java deploy tools/framework via internet

Hi! I need to deploy my project on many servers from my server. (Project consist of Java OSGi framework with bundles). I should do next: - Deploying on all of servers or on selected - Revert deploying if its something wrong. thanks! ...

Changing the file in tmp directory does not pick up the changes automatically in JBoss 5

Hi, I used to change jsp, xml, xsl files in the tmp directory and Jboss 4 used to pick up these changes automatically w/o any build and restart. Refreshing the required page was giving me the changes reflected. However this doesn't seem to work in Jboss 5.1.0. Can anybody help me achieving this in jboss 5.1.0? ...

Three20 wont deploy to device

Hi All, I followed the "Adding three20 to your project" steps to a tee and having some deployment issues. I can run the iphone app in the simulator without any issue. But when I try to run it on the device i get the following error "___restore_vfp_d8_d15_regs", referenced From:..... I do believe that it has something to do with my Heade...