deployment

Is there an offline version of Smush.it available?

Sometimes I use Smush.it via the YSlow Firefox plugin to non-destructively reduce the file size of JPG images. Is there an offline version available that runs on Windows? And if not is there an alternative? The reason I'd like an offline version is that I'd like to optimize images before I deploy them. Currently Smush.it accepts only pu...

QT sqlite deploy exe

I have a Qt exe built from visual studio 2005(after taking the .cpp, .h, .moc, ui_ files) I have done some simple QSqlite queries. It works fine in my development pc. But in another pc it crashes for the line below: QSqlDatabase mSqlDb How to run the exe so that it can interact with sqlite from another pc. [Any...

[Geronimo 2.1] add a Queue JNDI ref in ejb-jar.xml? sending JMS Msg in a EJB/MDB

hi, I have an EAR application which contains an MDB and a WAR. In this EAR application I would send a message into an another Queue from other EAR application. Say jms/anotherQueue If the message sending happens in web context, it works. I have such setup in web.xml <message-destination-ref> <message-destination-ref-name>jms/another...

Should web-browsers allow to clear(expire) cache programmatically ?

Currently browsers have incomplete caching implementation. It only allows to set expiration or keep immediate expiration. Important 3rd option to expire cache programmatically is missing. Without that 3rd option developers cannot deploy new version of code efficiently and reliably. If they use 2nd option it is inefficient if they have ...

WCF for local and network mode application - plus question about .NET Client Profile

I'm building a WinForms application where I'll need it to work "locally" (just like Microsoft Word, saving and opening files from the file system) and also in a multi-user environment (communicating with a server in the network, via TCP/IP). In terms of architecture I'm thinking of these logical layers: Presentation (windows forms) Se...

Others free deployment project for .NET applications

Setup project with Visual studio 2008 really sucks. Do you know if there is other free alternatives ? ...

Properties for dev and production

I have a GlassFish/j2ee application, and I develop on one box, and production is a remote box. I have a function that makes files, and I need the files' location to be different based on my dev box or production. What is an automatic way to do the switching so I do not have to edit the source file based on where it is being deployed? ...

On some computers application can't load sqlite dll file

Hello! I wrote an application that uses sqlite and it works great on most of the systems. It is written in C#, and the only non-framework assembly is sqlite, which is included by System.Data.SQLite.dll . I deploy it the same way on all of the machines (copy pasting the exe file, the database file and the System.Data.SQLite file). It wo...

How to I get perldoc to find my modules in perl/site/lib?

Update: My problem seems to have solved itself. Not sure what's going on. Sorry for the false alarm. My understanding is that perl/lib is reserved for the core Perl distribution and that I should be putting my own modules in perl/site/lib. However, when I do that, perldoc does not find my modules. It does find modules that I put in perl...

Internal Server Error due to config lockdown when deploying my ASP.NET MVC app to my web host

I'm developing an ASP.NET MVC website on a local Windows Server 2008/IIS7 machine and am I'm now attempting to deploy it to my web host provider, ASPnix. I'm using their Shared Web Hosting service and have been placed on an IIS7 server which they claim supports ASP.NET MVC. However, when I deploy the application up to their servers, I ...

Client could not run .NET app, has right version..advice please

Hi, I have created and deployed simple DB app and sent it to my client (the whole directory that Publish generates). On my PC it is OK but he gets messages like " sqlceme35.dll" is missing (SQL Ce). He does have 3.5 version of .NET. In the publish options, prerequisities, there is SQL CE and .NET 3.5 SP1 checked. Please could you advice ...

Deploying sharepoint applications using the API to a web collection

Hi, I'm trying to use the sharepoint API to deploy some solutions and the global DLLs work fine with solution.deploy, but im having trouble with solutions that specificy a web application. I have a webapplication test and want to deploy to it, but the deploy command needs a web application collection, and im not sure how these relate or...

In a sharepoint .wsp file how do I move a folder full of files into the sharepoint filesystem.

I need to move a folder of files (+-100 or so) from within a .wsp file Steps 1) Package up files into the wsp 2) When Feature is activated copy files to the filesystem (12\LAYOUTS\MyPackage) 3) When Feature removed delete the MyPackage folder 4) ....... 5) Profit The files do not need to be versioned etc by SharePoint. ...

How do you version service pack or hot fix?

If your application has a public API that people develop against then what do you do in following scenarios? If you publish service pack of your application do you change the version number of assemblies? Similarly do you change the version number if you provide a hot fix? If you do, do you provide policy files for assembly redirecti...

How to manage local vs production settings in Django?

A Django newbie question: What is the recommended way of handling settings for local development and the production server? Some of them (like Constants, etc) can be changed/accessed in both, but some of them (like paths to static files) need to remain different, and hence should not be overwritten everytime the new code is deployed... ...

Mercurial - Could not lock working directory

heya, We have a web-app, that we're deploying to a remote Ubuntu server. The app is stored on BitBucket, and we also have Fabric scripts we're using to automatically deploy the app. On the server, we have the files for the app in /var/www/name_of_site, this folder being a Mercurial repository. The files are owned by the user www-data...

.net WCF IIS Application, deployment

I am beginning to see that WCF IIS deployment is no piece of cake, and lots of things break depending on configuration and environment. Can anyone recommend an online resource that can teach me the art of deployment for WCF IIS Applications. Thank you Some of the issues I've already faced when deploying, but not limited to this list...

OC4J orion-application.xml - elements and attributes mapped to deployment plan properties

Hi. i read in oracle docs sentense like this: "Each property maps to an element attribute in the orion-application.xml descriptor." These properties are from deployment plan and i need to know what is the name of the element in orion-application.xml wich is mapped to webSiteBinding property (from deployment plan). ...

How do you deploy a BLANK copy of your SQL 2005 express database with your ASP.NET project?

Age old question! When you have finished developing and testing your ASP.Net web application, the database you want to deploy is now full of test information and needs to be emptied (and identity fields reseeded to 1) before you deploy. When using a server instance, this isnt difficult (create a SQL script to do the job) but when using ...

Capistrano & Git: Needed a single revision

Capistrano and Git worked properly till I moved my site to another server. My first attempt to deploy went wrong because of an SSH-known-hosts related problem. Even if I managed to solve this problem, another one raised and I can't deploy any more: * executing `deploy' * executing `deploy:update' ** transaction: start * executi...