The deploying tag has no wiki summary.
1
vote
0answers
10 views
deploying app using ClientDataSet
I am currently in the process of doing a re-write on a large app of mine from BCB6 using paradox tables, and have started on several of my forms that use DBGrids. I have already done a conversion of ...
0
votes
0answers
118 views
Glassfish 3.1.2.2: @WebServiceProvider deployment fails: DPL5041 : Unknown port-component-name
I am having problems to get a @WebServiceProvider web service deployed in Glassfish 3.1.2.
I configured the glassfish-ejb-jar.xml the following way for my service.
<ejb>
...
-1
votes
1answer
83 views
Server Error in '/' Application. The system cannot find the file specified
I'm new to MVC3. I've created a web application using MS tutorial. I succeeded to deploy the application to a third part server.
Steps taken by me to deploy the databases (Business and ASP ...
0
votes
1answer
115 views
Deploying Activiti on JBoss 7 AS
I am just a "beginner" in JBoss, but was asked to deploy Activiti into it. After "googling" and reading the forum of Activiti I've understood that it is rather difficult but not impossible. I've found ...
0
votes
1answer
655 views
Error occurred while installing pg (0.14.1) [closed]
Trying to deploy my code to heroku. I changed the gemfile line 'gem sqlite' to 'gem pg' and then ran bundle install-- which failed. Then I tried installing pg but this is the error that comes up.
...
2
votes
3answers
293 views
build connection string at runtime and save the same in application setting on c# windows app
I am building a C# windows application using sql server 2005 and visual studio 2008.
To deploy the application on clients computer. I do this this in this order
I install the sql server 2005 with ...
0
votes
1answer
506 views
Publishing WCF RIA Domain Services under IIS 7.0 and Silverlight 5.0
I have some simple questions regarding the publishing of WCF RIA domain services under IIS 7.0:
1.) Do I need a *.svc file to publish a WCF RIA domain service under IIS 7.0? Yes/No?
2.) If 1.) is ...
0
votes
1answer
83 views
Pushing to Heroku not updating my Rails app
I'm using Heroku to deploy my rails app. But when I commit to git and push to Heroku, some things don't update from my local app. Some CSS and AJAX stuff mostly from what i can tell.
I've ran git ...
1
vote
2answers
949 views
git aws.push command not created by eb init
I was following the tutorial on how to deploy a Ruby on Rails application on AWS and got the following error when trying to execute the git aws.push command:
fatal: cannot exec 'git-aws.push': Not a ...
1
vote
1answer
769 views
How to use qrc in c++ and QML application?
I have wrote a Qt Quick Desktop application in c++ qnd Qt Creator(QML) on Windows7. Now
I have to deploy it, and I need to hide the qml files and the images(means: to put them in resources and atc.)
...
4
votes
2answers
271 views
heroku deploy taking very long
We've got a fairly large app that's going up on heroku... It's an app using browsercms as the base, and it's built on top of that. The Gemfile isn't that big (we don't have more gems than our average ...
1
vote
0answers
191 views
tomcat deploy webapp many times
I'm using apache 2 and tomcat 7 to run my webapps..
When I start Tomcat, its log shows that the same webapp has deployed many times..
:
Deploying web application directory ...
0
votes
1answer
237 views
How to release a java application? [closed]
I just finished making a simple java desktop application.
I want to know how do I combine this app into a single executable file, so that double clicking it will run the application. Right now, I ...
0
votes
1answer
238 views
Consuming and publishing my WCF and MVC projects
I am a complete newbie. I am building my very first web application using a SQLServer 2008 database, WCF project and a MVC3 Project in Visual Studio 2010. My host is godaddy so I was trying to start ...
1
vote
1answer
987 views
Deploying a WAR to virgo-tomcat server
Hello ladies and gentlemen,
I have been stuck for the last couple of days deploying a standard WAR to Virgo-tomcat server (version 3.0.2). The standard WAR file exported from eclipse works perfectly ...
0
votes
1answer
247 views
Axis2 web service deploying by Netbeans 6.8 build-impl.xml:166 error
I tried to create a simple web service using Axis2 + Tom cat + Netbeans 6.8 like this tutorial.
http://netbeans.org/kb/69/websvc/gs-axis.html#deploy_axis
but after all configured as it says and when ...
0
votes
1answer
532 views
Django, permission error :OSError at /upload/ [Errno 13] Permission denied:
I get this error when i try to upload an image:
OSError at /upload/
[Errno 13] Permission denied: '/var/www/p/p/media/imgupload/img.png'
my virtualhost:
<VirtualHost *:80>
ServerAdmin ...
0
votes
1answer
586 views
Error when deploying Silverlight5 app: Load operation failed for query
I am having trouble deploying a Silverlight5 application. I'm releasing to a Windows server 2003 R2 running IIS6. This is the error that I get:
Load Error -
...
1
vote
2answers
213 views
Deploy Qt project to Windows From Mac OSX
I am working on MAC OSX Snow Leopard and I want to deploy my project onto Windows
It is a Qt Desktop app
How do I generate the .exe file (+other dependencies if any)
Any method to package all the ...
1
vote
2answers
365 views
Building Qt Application Linux [closed]
I am having a TON of trouble deploying an application for Linux on Qt. I know there are a ton of articles on it, but I just feel like everyone is out to get you more confused, and that's why I am ...
1
vote
1answer
127 views
ASP.NET mvc 2 app crashed on Windows 2008 R2 64 server
I have built a asp.net mvc 2 app, using the .NET framework 4.
It runs OK on my windows 7 (64 bit) machine, but when deploying to the server it gives me the following error:
Faulting application path: ...
0
votes
2answers
230 views
Deploying Tomcat project on web server, file issue [closed]
:)
So I've bought my hosting finally, and I am trying to deploy my tomcat project on it.
Server is mochahost.com, JSP and Tomcat support is enabled. My project runs fine on local machine, however ...
1
vote
0answers
187 views
Axis2 client. Log shows lots of “Deploying module: metadataExchange-1.4.1 - file:/C:/path/to/mex-1.4.1.jar” lines
I'm using an Axis2 soap client from an j2se application that is always running. I'm getting a lot of lines like these in my log files:
INFO | jvm 1 |.. Deploying module: metadataExchange-1.4.1 - ...
0
votes
2answers
2k views
Deploying SDK Addon component
Based on PlatformLibrary sample code in the SDK, I have created a small hello world library, the eventual goal of the library is to add capability for 3rd part developers to develop for my custom ...
0
votes
1answer
2k views
How to add reference to Microsoft.Office.Interop.Word.dll while copying an asp.net app from dev server to test server
I am referencing Microsoft.Office.Interop.Word.dll in my asp.net web application at development server.
No i need to move this app from development server to testing server.
I can't see the dll in the ...
0
votes
4answers
158 views
deploying a website
I have a thesis project. I created a website on my laptop and I want to deploy it on the internet. I want my laptop to be the server while the website is running on the internet. I'm aware that I need ...
0
votes
1answer
74 views
Deploying Windows Phone 7
When deploying Windows Phone 7 application i have choice for References Properties - Copy Local. Do I have Copy Local such references as System.XML, System.XML.Linq, Microsoft.Phone.Controls?
How to ...
0
votes
0answers
258 views
Eclipse - GoogleAppEngine - JSP Compiling/Deploying Errors
I am in the beginning phase of developing a web server using a Google App Engine.
I use App Engine SDK 1.5.3 , JRE system library [jdk1.7.0_01], GWT SDK[GWT-2.4.0.], and java in Eclipse - Helios.
The ...
-1
votes
1answer
835 views
Copy SSIS Package Created in SQL Server 2008 onto SQL Server 2005
I am having problems moving an SSIS package I created on one server in MS Visual Studio 2008/MS SQL Server 2008 to a server which has MS SQL Server 2005. I am getting the following error and would ...
0
votes
1answer
44 views
Developing an eclipse plugin to deploy on my server
How can we create an eclipse popmenu plugin (which is similar to Google App engine SDK). i.e. If I have created a project, when I clicked on the plugin menu, it should be able to deploy to my ...
2
votes
3answers
210 views
Pulling down a specific tag of a git repository
I am using a system that, during high load, automatically fires up a new server, downloads the application code from Github, and deploys an HTTP server. However, I don't want to pull the latest commit ...
-2
votes
4answers
1k views
3
votes
1answer
4k views
How to deploy and run a zend project on a server?
I have a question about deploying Zend project on a server. On localhost I used virtual host to set the document root to the public/index.php folder.
How should I deploy it now?
I have copied whole ...
0
votes
1answer
69 views
MVC implementation with .Net 3.5
I have implement MVC1 with one of domain www.onlinegk.in it is working fine when I am running it in local machine, but when I am deploying it in my webserver it's action link is not working, getting ...
4
votes
1answer
2k views
IIS7 MVC deploy - 404 not found on some actions
Once deployed parts of my web-application stop working. Index-es on each controller do work, and one form posting via Ajax, Login works too. Other then that yields 404. I understand that nothing ...
1
vote
2answers
143 views
Publishing .Net Web App does not copy certain files
There are certain images & swf files that are used in the project, but they are not added to the project (Meaning, the Solution Explorer does not show them).
When I try to use the Build->Publish ...
0
votes
1answer
84 views
Deploying asp.net mvc web site
I have asp.net mvc web site. When i want to change some code in controller i need to build all the site and upload it to the server. Is there some merhods when i need just copy controller file by ftp?
...
2
votes
2answers
5k views
iPhone certificate and provisioning…etc on new mac machine?
I had an older mac mini that I had used to register the certifications and....etc.
I never really got to the stage for actually using them since i only tested on the iPhone simulator.
Today I have a ...
9
votes
4answers
3k views
How can I set up my domain name on Google App Engine?
I've made a website to go on App Engine, and have deployed it.
I've redirected my domain name to ghs.google.com, and it successfully goes to my site.
The problem is that in the address bar, ...
2
votes
2answers
223 views
Architecting/Maintaining/Deploying large applications
Here at work we have a very large application with multiple sub applications. (500 + dlls)
As a developer it is very frustrating working with all these dlls and dependencies. You create a new project ...
2
votes
3answers
2k views
How does one install .net dlls without .NET SDK or Visual Studio?
I need to deploy a few .net dlls. They need to be put in the GAC and the required entries need to be in the registry. On my machine I have both the SDK and Visual Studio running, so currently I am ...
2
votes
4answers
1k views
Deploying a python application with shared package
I'm thinking how to arrange a deployed python application which will have a
Executable script located in /usr/bin/ which will provide a CLI to functionality implemented in
A library installed to ...
