Questions tagged [deploying]

143 questions
0
votes
1 answer

Django - recommended way to serve static files without having to change too much code when deploying?

This link: https://docs.djangoproject.com/en/1.8/howto/static-files/ starts off by explaining a "grossly inefficient and probably insecure, unsuitable for production" way of serving files. It also explains how to use …
SilentDev
  • 15,207
  • 26
  • 87
  • 180
0
votes
2 answers

Deploying Umbraco Overrides my data

I am fairly new to Umbraco. I am using Visual Studio for development and Deployment. I can deploy my local site to my production server with no problems. This is ok for now because I am the only one adding content to the site. When I pass the…
Mike
  • 37
  • 6
0
votes
1 answer

Window Phone Game 4.0: No target available for deployment

I am following instructions in the book "Windows Phone 7 Game Development" (Adam Dawes) as part of my university course. I am mentioning the name of the book in case this is important to anyone. Anyway, I am following the instruction for "Your First…
user3277234
  • 45
  • 2
  • 9
0
votes
1 answer

How to restore the sharepoint list data after deploying project solution again?

I have an Visual Studio 2010 empty sharepoint solution project. Solutions consist of several custom lists and workflows attached to that lists. The solution always changes, so it means I'm redeploying the solution very often. After deploying it…
0
votes
1 answer

Configuration Error When Logging-in into admin area

After Configuring my asp.net connectionString in web config file my website run but when i tried to Login into my admin area I get an error message Configuration Error Description: An error occurred during the processing of a configuration file…
user3055606
  • 65
  • 12
0
votes
1 answer

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?
hippout
  • 904
  • 4
  • 13
  • 24
0
votes
0 answers

Deploying resource files on the fly in Apache Tomcat

In my web application, created using JSP & servlets, I am planning to include a functionality when a user enters his username and clicks submit, the servlet will generate a .wav file using text to speech (e.g.:"Hello , Welcome!"). I am able to…
DroidPanda
  • 51
  • 7
0
votes
0 answers

cannot deploy my app

OK, so I'm new at this and I'm on a 64 bit windows 7 machine deploying two step authentication but can't figure out what I'm doing wrong. I've downloaded the launcher and created an app called jhmblvd1 with a title called myhelloworld when I browse…
0
votes
1 answer

ios distribution preproduction and production version

I am developing an app for iPad which is using webservices. In current version I have a constant string which is the address of the server. Each time I want to check something I just change the address (from production, freezed version of app to…
patryk
  • 632
  • 1
  • 9
  • 18
0
votes
0 answers

Issues Deploying rails app to Heroku window7

I'm new to rails and am having issues deploying my app to heroku. I followed the steps on the heroku site and the ruby railstutorial site, but still can't get my app to deploy to heroku. Any help I could get I would really appreciate. $ heroku…
user1454373
  • 240
  • 1
  • 3
  • 9
0
votes
1 answer

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 this post, made everything like written there,…
Ars
  • 11
  • 1
  • 4
0
votes
1 answer

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 yes, is there any way to generate this *.svc file…
Michael
  • 876
  • 1
  • 10
  • 26
0
votes
1 answer

How to release a java application?

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 run the application through the IDE, but that's not…
Sid
  • 1,149
  • 2
  • 12
  • 33
0
votes
1 answer

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 with launching my MVC Project at Godaddy. This…
Angel
  • 11
  • 2
0
votes
1 answer

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 developing it gives this error: E:\WorkDesk\Java…
1 2 3
9
10