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...
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 ...
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 ...
Is there any way to build deployment package for a Web Application using Visual Studio 2010 CommandLine ?
...
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,
...
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...
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...
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 ...
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...
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 ....
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...
Im getting 500 internal server error everytime I try access my admin or login page. There's nothing in my error.log
Any ideas ?
...
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...
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...
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...
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...
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...
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!
...
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?
...
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...