Hi all,
I have a question about creating a deployment script using a database project in Visual studio 2008.
In a more traditional project we would create a deployment script that would create the DB and the initial objects for the first deployment. This would become the baseline.
Any additional objects would be scripted as ALTER sta...
Using JBoss 4.0.5, JBossMQ, and Spring 2.0.8, I am trying to configure Spring to instantiate beans which depend on a remote JMS Queue resource. All of the examples I've come across depend on using JNDI to do lookup for things like the remote ConnectionFactory object.
My problem is when trying to bring up a machine which would put messag...
I need PHP for UI coding and I'll be making AJAX requests to a Java backend. I've never deployed two servers before. I'll need Apache for PHP and Tomcat for Java.
How can I do this?
...
When running a custom environment with grails via grails -Dgrails.env=custom run-app it appears that the auto reload / hot deploy is turned off, does anyone know how to arbitrarily enable this for any given environment, not just dev, which appears to be the only env where it is actually on by default?
...
I have a web application developed in ASP.NET 2.0 ,deployed in a data center.The application is a media portal with CMS.
The application is hosted in Windows server 2008 and the database is SQL server 2005 in Windows 2003 server.
I have home page with numerous links to sub pages or articles.When i click on any of the links in home page...
I recently have a problem that my java code works perfectly ok on my local machine, however it just wouldn't work when I deploy it onto the web server, especially the DB part. The worst part is that the server is not my machine. So I had to come back and forth to check the versions of softwares, the db accounts, the settings, and so on.....
We are currently distributing a WinForms app without .pdb files to conserve space on client machines and download bandwidth. When we get stack traces, we are getting method names but not line numbers. Is there any way to get the line numbers without resorting to distributing the .pdb files?
...
Hey Guys,
I am having a problem deploying an ear with bundled wars, jars, and configuration files (.properties files) on JBoss 4.3-eap. Here is my ear structure:
+app.ear
+lib
*.jar libraries that the war's use
+classes
*.properties and other configuration files
+META-INF
application.xml
jbos-a...
When I deployed my application on the server I faced this issue:
Request.Url.ToString(); returns the machine name instead of the domain name.
For example:
Instead of returning http://www.domainName.com/default.aspx it returns http://appserver-01/default.aspx.
Note:
Everything was OK before the deployment.
...
I have a workspace with several projects, that may be deployed in several configurations.
When exporting to WAR from within Eclipse, i would like to specify the configuration, and have several properties in some configuration files exported to change according to that configuration - the context path attribute of the context.xml, the na...
I'm deploying a C# .NET application using ClickOnce and I have written code to update the application programatically (not using the option in the publish settings of the project).
However I want to test the functionality of this code before deploying (for obvious reasons). How do I do this? The code has a check to see if the applicatio...
When I deploy a JSF application on a Glassfish V2.1 Patch02 Cluster, the following exception is thrown while loading the first page.
java.security.ProviderException: update() failed
at sun.security.pkcs11.P11Cipher.implUpdate(P11Cipher.java:557)
at sun.security.pkcs11.P11Cipher.engineUpdate(P11Cipher.java:457)
at sun.se...
So,
At my job we use svn to manage our source code, but when deploying, we do an svn export and rsync that tree with the code that is on production. This is the way it has been done since I started (it is my first programming job) and how we continue to do things.
I've started to work on my own personal projects outside of work and st...
I have no problems with running it in development mode via rake jobs:work. However, I'm somehow unable to figure out how to use it in production. I'm using Capistrano for deployment.
Thanks for any advice!
...
Hi
We have some asp.net pages that include the asp.net membership user controls for forms based authentication and would like to make use of these in a SharePoint MOSS environment.
Can anyone suggest the best place to deploy these and the best method for deployment, I was hoping to use solution packages to deploy them to the root of th...
I am working with Visual Studio setup projects to install web application. I am looking for a way to change the default physical file installation path. The end result I would like is a Virtual Directory called "MySite" that points to a local path on the server like "C:\Apps\MySite"
Is there a built-in option to customize this?
...
HI guys. I was trying to configure my django project in a subdirectory of the root, but didn't get things working.(LOcally it works perfect). I followed the django official django documentarion to deploy a project with mod_python. The real problem is that I am getting "Page not found" errors, whenever I try to go to the admin or any view...
Hi All,
ClickOnce is currently a very undersupported technology in my opinion. Currently only Internet Explorer can natively execute it, and FireFox if you use the FFClickOnce add-on.
My questions are multiple (after an edit):
Does anybody know of supported methods to open ClickOnce applications from Opera/Safari/Chrome?
If not, wher...
Hi,
I have a C#.NET desktop application using SQL Compact edition as data store.
The application should be used by any user on the machine and all should be seeing the same data ( data should not different per user).
I am wondering where should I deploy the SDF file?
User's Personal data folder (My Documents) means each user will have...
Hi,
We have created an ActiveX component in C# and we are placing it on an HTML page served via ASP.NET. The ActiveX is referenced via the tag. The dll sits on the web site in the same folder where the aspx is and all is working nice.
However, we have deployed this to a customer and it doesn't work there. We have setup the .net framewo...