The activities that make a website available for use on a remote system.

learn more… | top users | synonyms

0
votes
0answers
30 views

Twitter Bootstrap drop down not working with angularJs

I am creating a simple web application with twitter bootstrap and angularjs.When i am creating the dropdown it not creating it below i am giving in which order i have added files <link ...
0
votes
0answers
10 views

The network path was not found eroor after publishing mvc app

i have been deploying and publishing my application for quite a bit now and everytime it worked fine. Now i published it again (no error, warnings,..) and updated my sql database tables like i do ...
0
votes
1answer
17 views

Reliability of automated compilation and deployment

Lets say I build my code locally and then deploy the binaries. In this instance I know that the binaries on the server were compiled from the correct source. So lets say instead I build my code ...
0
votes
0answers
15 views

How to launch zend application project on pagodabox.com

> I have created one zend application . > I have also created its repository on github. > I havr gone through **pagodabox.com** and read articles. > but still i don't no how ...
0
votes
1answer
11 views

What is the optimum width for a website (desktop version)?

I have a wordpress blog and I use a responsive theme. I want to increase my site width. Currently its width is 1050px ( main-container). I wish to expand it to the 1200px or 1280px. Before change ...
0
votes
2answers
29 views

Website and Mobile Application Database Linking

I have an idea for a website that will require the use of a database to keep track of user accounts, and other things the user does on the website. I have experience with developing websites with ...
0
votes
1answer
8 views

Custom Provider Web Deploy

Created a Custom Provider based on an example by Sayed Ibrahim Hashimi. Works on my machine ;) and on the web server (by RDC). But not when using msdploy from another machine. Msdeploy script: ...
0
votes
0answers
17 views

How to maintain a agile styles for different kind of pages in Jekyll? Dynamic style generation?

There are several different kinds of pages in my Jekyll blog, and I want to design a personalized style for each kind of page. However, there are not much differences between styles, basically they ...
0
votes
1answer
9 views

error 1002: 'LMW3SVC/1/ROOT/MyFirstWebsite' is not a well formed IIS metabase path

I am trying to learn how to deploy my first website which is physically located here (C:\Users\Amal\Documents\Visual Studio 2008\WebSites\ErrorHandlingTest). I am using instructions from some book. ...
0
votes
0answers
11 views

classpath mess when deploying war with org.eclipse.jetty.server.Server

I am using org.eclipse.jetty.server.Server to start jetty and deploy war. I have something like this: class Runner { private static void run(String[] arg) { Server server = new Server(); ...
0
votes
0answers
9 views

MSDeployPublish target destination Web Deploy

I'm trying to get a PowerShell script to run after Web Deploy. This is the build target: <Target Name="PostPublishTarget" AfterTargets="MSDeployPublish"> <Exec Command="PowerShell ...
1
vote
0answers
33 views
+50

GlassFish Server deployment and MySQLNonTransientConnectionException

When I deploy my application, after a while I get this exception: javax.servlet.ServletException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.3.2.v20111125-r10461): ...
-1
votes
0answers
9 views

Setup for already published site [closed]

I bought a web application and the company installed it on my machine. I need to install that application on other machines but I want to create a executable file for easy installation. I use IIS web ...
0
votes
0answers
28 views

Msbuild just produces a package but does not deploy it when using a publish profile. Why?

MSBuild really seems to like me. Recently I am trying out the different possibilities to build and deploy from command line. However I am experiencing some seemingly strange behaviour when I pass a ...
0
votes
0answers
39 views

Create file containing html code of a dynamically built form

I have made an EForm builder that enables user to dynamically create a form by dragging and dropping the form elements. Now what I want to do is that when a user saves his form, a file containing the ...
0
votes
0answers
38 views

80040111 ClassFactory cannot supply requested class (Exception from HRESULT: 0x80040111 (CLASS_E_CLASSNOTAVAILABLE))

Retrieving the COM class factory for component with CLSID {0A80A563-28AE-11D3-9CD6-00C04F8B8EF1} failed due to the following error: 80040111 ClassFactory cannot supply requested class (Exception from ...
0
votes
1answer
19 views

How do create a dropdown with categorical data?

Sorry for such a vague question, but I really don't know what we call them, all I have is image like How Do I create a dropdown where I can have parent category which can not be selected, but sub ...
0
votes
1answer
18 views

Weblogic deployment J2EE Deployment SPI:260101]Parameter 'moduleArchive' may not be null

I am trying to re-deploy an application to Weblogic 10.3.6 using command line deployment using the following, java weblogic.Deployer -adminurl myserver:7001 -user deploymyuser -password welcome1 ...
0
votes
1answer
18 views

Missing Web Application directory in JBoss 7.1.1

When I deploy my application from Eclipse IDE to JBoss 7.1.1 application server, I found myapp.war directory under <JBOSS_HOME\standalone\deployments>directory. But when I deploy myppa.war ...
0
votes
1answer
15 views

Glassfish can't find my application path correctly?

I always developed on Glassfish, using the deploy feature on it, but it seems that on productio is a little different, it seems that can't find my application path correclty. I have this domain ...
0
votes
1answer
26 views

Best practice: Files/Folders permission/owner in symfony2

The symfony2's kernel needs to write in the cache ( as the http user ). I also need to read/write into the folder for these reasons: The IDE needs to read/write/create in document root In shell my ...
1
vote
1answer
30 views

Separate Application Server vs Grails framework for biz logic?

I am a bit confused on the difference between using Grails domain model/service to inlcude my biz logic or make my Grails controller/services to talk to my application server and make the web layer ...
0
votes
0answers
37 views

503 (Service Unavailable) - IIS 7.5 deployed MVC web application

Every 24 hours or so, we receive a 503 from our IIS 7.5 web server that hosts our MVC application. I read some related articles and checked if the Application Pool/Identity had the necessary ...
2
votes
1answer
22 views

catalyst deploy for high performance site

I'm going to deploy a Catalyst web app, but I am not sure what is the best way to deploy it. I've seen a lot of names come up, such as nginx,Starman,fastcgi, mod_perl, Apache, Plack, however I have ...
0
votes
0answers
9 views

Web Deployment installer

I have a published web site and want to create an installer to do the following : 1. create a web site in IIS and not an application 2. identify default web site and replace that or create a default ...
0
votes
1answer
23 views

MVC app doesn't send email when deployed on a remote server

When an exception occurs in my MVC app, my code sends an email. The thing works like a charm when I deploy locally. On the remote server, though, it doesn't send any email. Below are some details ...
0
votes
1answer
33 views

MVC app not writing log files when deployed on IIS 7.5

When an exception occurs in my MVC app, the code creates a folder named Logs (if one doesn't exist already) under the ~ (app root) folder and under this folder, it creates a file (if one doesn't exist ...
0
votes
2answers
33 views

deploy mvc .net framework 4.5

I have got MVC website. based on .NET Framework 4.5. I am trying to deploy the website on IIS 6.0 Here are the steps I have taken Application Pool: I have created application pool: ...
1
vote
1answer
29 views

GoMap - resize after displaying hidden div

<a class="showmap" href="#">Show map</a> <div id="map" style="height: 400px; width: 400px;"> </div> <script type="text/javascript"> $(function() { //initialise map ...
0
votes
0answers
3 views

deploying with to FileSystem method with no source code files

I choosed to publish a mvc web application with File System method.Also i verified to deploy only the needed files to run the app,but i still have in the output directory some c# files from ...
0
votes
0answers
31 views

Add appHostAuthOverride to msdeploy package using Web Publishing Pipeline

Web Deploy 3 adds a new appHostAuthOverride provider that enables overriding of authentication settings in application's web.config. I have a Web Application Project in VS 2012 for which I'd like to ...
0
votes
0answers
12 views

tomcat is throwing “deploy upload fail - no space left” while deployment of war file

I am trying to deploy a war file on tomcat server via tomcat manager. but each time i am getting this error: FAIL - Deploy Upload Failed, Exception: Processing of multipart/form-data request failed. ...
1
vote
2answers
120 views

Access Denied when try to use Web deploy

I have been following Standard Environments for Automated Deployment and Testing and I have run into some errors. I have two servers. One Windows Server 2008 R2 and one Windows Server 2012. On both ...
0
votes
1answer
54 views

Deploying django project getting no result

have googled quite a bit now and followed the django documentation.. Still won't work but I think I'm pretty close.. I know there are lots of information about this around but even tho I've tried a ...
1
vote
1answer
36 views

How to test an email confirmation loop

I want to create an automated test that will do the following for a production environment: 1. Fill out signup form. 2. Wait for and fetch confirmation email (from a gmail account). 3. Open the ...
0
votes
0answers
15 views

.htaccess file for pointing to current directory (using capistrano for deploy)

I'm using Capistrano for deploying my website to the server. It is currently set to deploy to: set :deploy_to, "/path/to/my/directory". It works fine, and when it is deployed, the current folder is ...
0
votes
1answer
21 views

Allowed Host Setting for Django on EC2

I just deployed to an Amazon EC2 bitnami djnago stack and I'm having trouble with the ALLOWED_HOSTS setting in the settings.py file. I am not sure what hostname to use or where to find it. I have ...
1
vote
0answers
23 views

How to keep web deployment package parameter values set through IIS UI across package updates?

My question is similar to this one, which remained unanswered, unfortunately. We are rolling out a web application as a web deployment package (Web Deploy/MSdeploy) to different environments. The ...
0
votes
1answer
49 views

setting up django with nginx and apache

I just started developing in Django a few days back. After finishing a few applications I read that Django is best served using nginx for static content and a reverse proxy to apache for dynamic ...
0
votes
1answer
115 views

jQuery - Sticky header that shrinks when scrolling down

I wonder how to make a sticky header shrink(with animation) when you scroll down the page and goes back to normal state when the page is scrolled up to the top. Here are two examples to clearify: ...
1
vote
1answer
40 views

How to change/modify the default location of OpenCart Theme Files?

How to change/modify the default location of OpenCart Theme Files? How to exacly do this? let's say, one would want to put his theme files in the root folder, and the theme should work, wherever ...
1
vote
0answers
39 views

How to deploy multiple app servers from different branches

I have a RoR app running on 2 app/web servers using nginx/unicorn. The site is deployed using Rubber from the "master" branch of our repo. Life is good! Some of the new customers we are working with ...
1
vote
1answer
60 views

Deploy multiple configurations from command line without changing project files

Please don't be too harsh, because I do not grasp this entirely correctly still, but msbuild/msdeploy is giving me some headaches lately. Hopefully someone can provide a textual aspirin of some kind? ...
-1
votes
0answers
74 views

Azure: How to deploy Web API and Web Client (both MVC4) in the same cloud service using Cache

In my company we are developing an application composed by different components, in particular, an ASP.NET MVC Web API for HTTP Web services and with a Web client developed using ASP.NET MVC using ...
0
votes
1answer
17 views

ASP.NET MVC Deployment Error

I'm getting this Server Error in '/' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the ...
1
vote
1answer
13 views

How to remove extensions from urls in the website

I try to remove extensions from the url by creating a .htaccess page in the root folderwith the following code RewriteEngine RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}.php ...
0
votes
1answer
25 views

Python web app deployment of multiple app instances

I have python web app (WSGi) which is deployed using uwsgi and nginx. I am going to provide this app to many users (customers) - each user will have his own settgins, database, templates, data folder ...
0
votes
2answers
37 views

$_GET msg giving error when no msg travels in url

i m using this piece of code when my login page authenticate me that this username or password is incorrect, echo "<script languge='javascript'>location.href='index.php?msg=Incorrect UserName ...
0
votes
0answers
65 views

Deploy web app on JBoss AS 7 running on CentOS

Maybe this question is already asked, but I couldn't find. This is my first time, when I am launching a web app. I have a java web application that I want to deploy on JBoss AS 7 that is running on ...
0
votes
1answer
33 views

How to deploy my web application on the intranet of entreprise

I developed a web application with VS2012 and SqlServer. How can I deploy my application to be accessible from all computers in my company's intranet?

1 2 3 4 5 15