deployment

Deploying Android App.

I have developed a database application for Android. Now I want to make it available to deploy it. But I don't how to deploy it with the database. ...

Can't correct deploy infopath 2010 form with formcode.

I'm new in Infopath developing, please help. :( So I'm developing work-flow with custom task edit form. I designed infopath form CustomApprovalForm.xsn in Infopath Designer 2010 and then I published this form to Workflow project in Module folder which named Form(ApproveWF/Form/). Then I configured all needed properties for correct deploy...

Why does tomcat replace context.xml on redeploy?

Documentation says if you have a context file here: $CATALINA_HOME/conf/Catalina/localhost/myapp.xml it will NOT be replaced by a context file here: mywebapp.war/META-INF/context.xml It is written here: http://tomcat.apache.org/tomcat-6.0-doc/config/context.html Only if a context file does not exist for the application in the $...

how to deploy qt based application with oracle plugin

i'm using the following article: http://doc.qt.nokia.com/4.6/deployment-windows.html#linking-the-application-to-qt-as-a-shared-library trying to build static build. when i try to load the command: configure -static -plugin-sql-oci i get the following error msg: WARNING: Qt does not support compiling the Oracle database driver w...

Play framework weblogic 10.3.3.0 deployment

I built a Play app and tried to deploy on weblogic using the following commands: play war -o myApp myApp Later I just deployed the exploded war directory to weblogic, everything worked fine but everytime I try to access a route. I get the following error: Not found GET /myApp/params This is a rest service not an application with U...

Do you have to restart IIS when re-deploying a WCF servic?

Assuming that the service is running and in use, and you didn't change the contract or anything - just some underlying logic. After publishing the service to IIS, do you have to restart IIS? (If it matters, the InstanceContextMode is Single) Are there any instances where you would/would not need to? ...

When using SQLite what do I have to have in end users machines?

This program will run 100% independently from anyone. Just the guy and his computer. The SQLite database is just a little .db file right? I've also downloaded a driver for accessing the SQLite database using Entity Framework. What would I need to deploy on a users machine? Just the folder with the .exe and the .db file? Thanks. ...

Problem deploying WPF application

I created an installer for it, installed .NET Framework 4 on target machine. However, my application didn't work. I've got a message, that is has stopped working and offered to send a report. Windows log: The name of the offending module: KERNELBASE.dll, version: 6.1.7600.16385 Exception Code: 0xe0434352 Offset error: 0x00009617 ...

How to deploy updates in asp.net mvc application

Hi I have developed the asp.net mvc 2 application. I have deployed it successfully on XP machine that having the IIS 5.1 . it is running fine. but I have updated some changes in my application on development machine . I want to deploy only these updates over the deployment machine that is XP machine. means only want to update existing ...

How to Deploy a C#.net project in Visual studio 2010 (ultimate) ?

solution is developed for x86 platform and framework 3.5... i need to include pre-request setups in my offline project ...dot net frame work 3.5 , sql server compact server sp 2,windows installer 3.1 are the pre-request that the setup should check for and install if not installed in target machine...how to create setup with pre-request...

Deploying app to production using Debug Mode rather than Release Mode?

I work for a shop that maintains a fairly new app. The app still has its fair share of bugs, with numerous tickets coming in daily. The error information we're given with those tickets is not as useful as it might be because the application was compiled in Release mode, which I read is smaller and faster (makes sense). Are there any r...

Why does Eclipse not deploy dependency to Glassfish?

I am using Eclipse Helios, Glassfish 3.0.1 (Full Platform) and myfaces 2.0 . There a two projects in the workspace: A simple Java project (=> JP) and a dynamic web project (=> WP). I added JP to the classpath of WP. I added one class from JP as a managed bean to the faces-config.xml file of WP. <managed-bean> <managed-bean-name>m...

How do I install different versions of a file based on a condition from an msi built in Visual Studio?

I've been tasked with building an msi installer for our custom project in Visual Studio 2005. In addition to installing the dlls we build from our code, it has to install a bunch of extra files (configuration, templates, scripts, stuff like that) that are stored in our version control system. In a couple of cases the exact file version w...

Wrapping up ASP.net MVC

Hi All, Im currently in the final stages of testing on my first professional ASP.net MVC page (well really first real website). Just wanting to get advice on stuff i need to do before it is exposed to the web. This has been done a million times so Im hoping you can help this noob out. Thanks ...

Qt dll deployment on windows

Hi all! I have got a strange problem with my deployment of an Qt application. I created a Zip with all the necessary dlls and my binary on my Windows XP 32 bit box, where the application worked just fine, Then I tested this on my laptop running windows 7 64 bit, giving me strange results. The window icons are back to the default ones a...

Complex deployment process using Team build 2010?

Hi, In our project we have defined a build pipeline, a familiar idea in CI. Our project uses asp.net, c#.net, TIBCO and Sterling Commerce(i think both are java based) I understand we can use Hudson or Cruise control, but with TFS 2010 where build process can be defined using windows work flows 4.0, can i achieve complex workflows usi...

Jasper Exception on Jboss 5.0.1

I am getting the following exception when deploying my application to Jboss 5.0.1 : org.apache.jasper.JasperException: Unable to read TLD "META-INF/c.tld" from JAR file "vfsfile:/opt/jboss-eap-5.0.1/server/xxxx/deploy/jbossweb.sar/jstl.jar": java.io.IOException: Permission denied I found the following ticket: https://jira.jboss.org/b...

How do I create a valid installation package?

I'm using the latest Visual Studio 2010, with C# 3.5 and my project is working fine on my machine. I'm using SQLite for the database, and it's just a little .db file. What's the best way for me to package this simple little application? What is the preferred way to create a project that's setup for deployment? ...

Nicer way to deploy a minified Chrome extension

When deploying an extension I follow various steps : copy to a temporary folder all the files, copy/paste back and forth the code to the on-line minifiers / obfuscators and create the zip to be uploaded. It's obvious that this could be simplified with scripting, but my experience on Windows scripting is very limited (most of my experien...

Deploying GWT app to Glassfish 3.0

Hello, I'm having some troubles figuring out if its possible to run a GWT Application inside a Glassfish Application Server 3.0. I was already able to run it using Tomcat, but that seemed more natural and more easy to do. Can you point out a place where I can learn how to deploy my app to glassfish? I'm currently using GWT Plugin wi...