deployment

Deploying C app that uses the PCRE library

Hello, I wrote a C app that uses the PCRE library. Everything works on my own computer. However, when I copy the binary over to another computer and run it, it gives the following error: /libexec/ld-elf.so.1: Shared object "libpcre.so.0" not found, required by "myapp" I know I can probably get it to work by installing the PCRE lib on ...

Installing .Net Add-in for POS 2009

I'm working on writing a WiX project to install a .Net Addin that is built for Microsoft POS 2009. During the development of the project, you had to run the command: AddinUtil.exe -PipelineRoot: {directory to the Addins folder for POS 2009} so that POS 2009 would recognize your Addin. Now that I'm getting ready to do the depl...

UnknkownHostException

Please help; Am trying to deploy a web application. The build is returning successful,and am not getting any errors on the sever.log however am getting a http 503 error:the requested service() is not currently available and also my Java DB Database Process has this message Warning: UnknkownHostException: intracare: intracare. Could not...

MVC Deployment Problem - Site Loads but Links (Routes) do not

Having a problem deploying an MVC application. Basically the site loads correctly, the home page appears. However anything which needs to access a controller action does not. So all the links just throw up 404 errors. Does anyone have an Idea why the site loads but after that the controller actions appear not to? Thanks ...

How to best utilize hardware resources in an WCF application?

One of my application, which is a service application developed using WCF, is being production released. It uses a SQL Server express internally. Since the service will play an important role and has to be up 24x7, I planned to deploy 2 machines: One machine will be operational and serve the requests. It will also hold the SQL Server ...

J2EE deploy ear with source code

What are the (dis)advantages of deploying ear with source file? Is that the right way to deliver/deploy code ? Apart from making the ear bulky does this have any advantage? ...

SharePoint Deployment web.config entry

I am new to sharepoint. I have to deploy an application from one server to another server (Test Server). Now I am using solution package to deploy the application. I have one problem in Deploying. In the web.config of the application there are entries like appsetting entries, safe control entries, endpoint entries for our own services an...

Setting up staging/qa/dev environments on Windows Server 2008

I am working on a large scale ASP.NET web app. The system is large enough to warrant monitoring systems, build scripts, source control server, etc etc. I now want to setup a proper development environment whereby I have a development server, QA and staging. I am going to be setting up Windows Server 2008 Standard Edition x64 (I have 4...

How to load .cod files into Blackberry OTA

I have two .cod files that I'd like to load into my Blackberry. I don't have access to a Windows machine (only Mac) and I don't have the .jad files corresponding to the .cod files. How do I do it? ...

iPhone: Base vs' Active vs' Deployment target

I know that parts of this question was asked in several variation but I want to make sure I got it right. Here are my assumptions and understandings which I want to know if they are correct before submitting. My application assumes features supported by all OS, and so I should: Set the Active SDK to be the latest (currently SDK 3.0)....

deployment strategy on .NET app that uses COM objects

Hi guys, I have a question regarding the deployment strategy on a .NET app. In my app, I'm using DSO (decision support objects), it's a COM dll that is used to access an Analysis Services Server (version 2000). I've referenced the COM from the solution, and Visual Studio (actually the tool behind) nicely created a .net assembly that w...

Help me come up with a deployment strategy

So I have an ASP.NET MVC website I am developing and never had a decent deployment strategy so making changes, especialy database scheme ones can involve a lot of steps and time. Here are the steps I am looking todo and would like suggestions on how to do it or tools (preferably free). Feel free to point out any missing steps or things ...

Deployment process - ASP.NET, SQL Server to shared hosting

After a number of failed deployment attempts (configs overwritten, files missing, out dated etc) to our shared hosting server I thought I might get some insight on processes to make deployment run more smoothly. We use SQL Compare to move database related stuff over and that seems to work well. The web site itself is in SVN source cont...

Deploy system DLL inside CAB file

I’m looking for a way to deploy a system DLL within my ActiveX CAB file. CAB cannot update system file and whole installation fails. Perfectly, I would like to copy the DLL into ActiveX installation folder. My best suggestion (I didn’t try it yet) is using INF file hooks with some standalone installer, but I wonder is there another way...

Maven JBoss plugin update from 1.3.1 to 1.3.2 caused deployment to fail

By accident I updated Maven JBoss plugin to version 1.3.2. After that the deployment failed silently, no attempt to connect JBoss was made. Eventually we found out the version change and reverted back to old version. Here is the current config: <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jb...

System.Web.Mvc could not laod when publishing silverlight to discountasp.net

I made a simple silverlight web application that just has one button filling up the whole page. It publishes fine to discountasp.net, but when I try to access my website, it says it could not load the file or assembly System.Web.Mvc. I don't even see this in my silverlight project references. ...

php project deployment new problem

i have done one php project and i have uploaded it on server.I had devlopveped it on windowas and now i am trying to deploy it on remote linux server. But i am geting error. Some parts of page are not shown i donr know why? For example i have one page appply as follows . i can see only top part other parts i cant see. <?php require 'i...

.NET simple app update mechanism

Environment: .NET c# VS2005 and some 3rd party components .vdproj files (setup projects inside VS 2005) for .msi building - not "one click deployment" Problem I am in a project phase where there are several updates to the project during a day. Since every change is small (two assemblies at most), it would be convenient for the u...

Using VirtualBox/VMWare to deploy software to multi sites ?

Hi all, I'm currently evaluating the feasibility of using VirtualBox (or VMWare) to deploy the follow project to 10 sites Windows XP MSSQL 2005 Express Edition with Advanced Services JBoss to run 1 in-house software that mostly query master data (customers/products) and feed to other software Why I want to do this ? Because the IT s...

Managing asp.net membership in production

I have been using the 'Web Site Administration Tool' that you can bring up in Visual Studio to manage users and roles in our dev and staging environment. Currently we have no way of managing users and roles when the app goes to our production servers. for now we have been calling stored-procedure in the membership database to manually ...