deploying

Deploying a python application with shared package

Hey everyone, 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 wherever the current site-packages directory is. Now, currently, I have the following directory structure in my sources: fo...

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 utilizing .net sdk tools like gacutil and regasm. However, when I need to install these dlls on a customer machine, how should I go about it. ...

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 and add 5+ dlls to get core pieces of the system to work (Logging, Auditing, security, messaging ect). Each new subapplication we add, we ...

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, 'www.mysite.com' turns into 'myappid.appspot.com', and I haven't got a clue as to how I make it stay with 'www.mysite.com'. It seems like such a si...

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 new mac mini, and i am trying to deploy to a device. Is there any gotchas here that im missing with this new mac mini? When i Build & Go t...

Deploying asp.net mvc web site

Hi! 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? ...

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 option in VS2008, those images & swf files are not published. Do I have to necessarily add them to the project in order to publish them? Isn'...

IIS7 MVC deploy - 404 not found on some actions

Hello. 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 particular should be done in integrated mode. I don't know how to proceed with troubleshooting. Some info: App is using default app...

problem deplotying ejb on glassfish 3

Hi. I have problem with my ejb and glassfish. When i want to deploy ejb project on glassfish, it can't. I use netbeans 6.9 (glassfish server 3 and java EE 6). mesasage in ejbmodule output: dist-directory-deploy: pre-run-deploy: In-place deployment at C:\Users\Darjan\Documents\NetBeansProjects\EJBModule4\build\classes Initializing... de...