I am planning to run a java web application and solr in the same java container. I want the web application to be publicly accessible but solr to be accessible only to the other web applications in the same container. Solr should be accessible only as localhost and not from outside. Can we write some rules in the web-xml to achieve this?...
Hi Everyone,
I've a site deployed on a developed machine. The site was developed under WSS 3.0 which contains custom List, Features, Templates, Styles etc.
What I've to do is to create a deployment package (setup) which I can give away to my client. I know about stsadm but I don't have the access of the production machine.
Is there a ...
I've created a very simple Windows Service projects with this tutorial. I've build the project, created setup project to deploy it and configured it according to the tutorial information. I've build setup project and installed it. In the target dir I can find it's files so it installed correctly. The service doesn't do anything specific,...
I'm currecntly developping a sample orders management solution using VB.NET 2008, NHibernate, FluentNHibernate and Linq for NHibernate.
On runtime, I get the following error:
Failed to queue test run [...] Test run deployment issue : The location of the file or directory 'C:\Open\Projects\Examples[..]\FluentNHibernate.dll' is not t...
Hey,
I am getting up and running with Spree in production on a 256MB Slicehost slice with MySQL, Mongrel, and Nginx. I am getting this error every time I try to access any URL in the app:
SystemStackError (stack level too deep):
compass (0.8.17) lib/compass/app_integration/rails/action_controller.rb:7:in `process'
vendor/plugins/...
Hi guys
I need to implement a web site installer for my asp.net application. The installer will be handling following features -
Deploy the .net web application on to the IIS server
Setting up the Sql database connection to run the DB scripts.
Execute all the DB scripts.
Run another exe for the license management.
If some thing goes ...
Hi, have you struggled with Linux deployment before?
I need to deploy an application into a dedicated Linux box with no outside network access.
The configuration should be as simple as possible, robust for different configurations (missing libraries and build tools) and preferably automatic. Another difficulty I need to consider is that...
Hi Everyone,
I'm creating a batch file for SharePoint deployment. The batch will do solutions installation and configuration, create a web application and restore the .dat file on the created web application.
Instead of hard code the solutions path and .dat I want batch to know it is on the root. So, if I move this folder somewhere els...
I have a Spring MVC (3.0.0.RELEASE) based application I need to deploy to Oracle Weblogic Server 11gR1. It works fine on Spring TC Server. When I deploy my application WAR file (either via STS/Eclipse "Servers" view or to the "auto-deploy" folder, or manually via the web admin) I get the following exception:
<Feb 3, 2010 9:17:20 AM...
Hi,
I am working on a legacy Java Enterprise server project, and currently I am trying to set up nightly builds. We are using Maven 2, JBoss 4.2 and Bamboo. The idea is that we have a Bamboo agent on one of our dev servers, and the Maven build is configured to hard deploy the resulting .ear file, then restart the server. (We can't use s...
I have an MFC application which I am trying to package for deployment. It seems to depend on the files 'msvcr90.dll', 'msvcp90.dll' and 'mfc90.dll'. What is the correct way to distribute these files?
I can't use merge modules as my installer doesn't support them.
I know I can run VCRedist_x86.exe, but I don't want to do this for various...
Hi all,
I use msbuild for using setup -url="location"...
I publish application using ClickOnce and I want changes the url in the setup.exe.
<Exec Command="$(PublishDir)\setup -url=$(ProviderUrl)" />
Another problem is that after using the /url switch to change out the URL, it appears message for manually confirming that the signatur...
Hi
I have a separate build configuration used to deploy built files. This configuration uses command line build runner. I have a bat file that copies output files to another computer share. The output files are produced by other build configuration. The problem is that when team city executes Windows XP copy command i get access denied...
Issue: When attempting to add a custom Web Part to a Sharepoint site, addition fails with 'File Not Found' Error. Checking the 12\LOGS indicates a resource file issue: #20015: Cannot open "Resources.en-US.resx": no such file or folder.
I have looked in all the normal suspect places (12\Resources, etc..). I have no Resources.resx to re...
Imagine that we have a sophisticated asp.net solution: MSSQL + ASP.NET MVC + ASP.NET Web Forms + WCF Service hosted in IIS.
Once a week the solution must be deployed to a single production server transparently for the users. The deployment can include changes in database scheme, minor IIS reconfiguration, replacement of files. The deplo...
Hi everybody,
I'm just a beginner about ASP.NET MVC. Thought it doesn't have any problems in the developing time, I don't even know what to continue when I try to deploy. After deployment, I can only browse login page.
I'm using
Windows Server 2003
IIS 6.0
Visual Studio 2008
Is there any step by step guide that will be suit for beg...
I did ear deployment in weblogic 10.It conatins war, ejb jar, APP-INF, META-INF. Now When I am calling the service from war, I am getting classnot found exception.When I deploy the war file , without using ear file this service works absoulutely fine.
How to resolve this problem. How classloader will check for jars
...
IN JSP i used to put things in bean's constructor which is in APPLCIATION scope,
similarly
i want to load a function upon deploy of application where i can put .
i tried putting in listener but @ that time i am not getting faces config 's injection .
so is there any way out ?
...
Hi
according to Non-Admin ActiveX Controls, it is possible to register activeX under current user (that will not require admin right during the installation).
I have crated ATL project (VS2008, native) and added some ATL Control that does nothing.
I created an inf file:
[version]
signature="$CHICAGO$"
AdvancedINF=2.0
[Add...
Programmers that actually promote their products to production need an installer. (pre-emptive "programming related" justificaton.)
For deploying a new suite of internal corporate apps and services, I'm trying to decide between using WIX and the InstallSheild express edition that comes with Visual Studio 2010.
I've looked, but haven'...