deploy

VS 2010 Database Project deploy sql scripts

Hi, I am working on a sql database project in VS 2010. I know how to synchronize the schema, but what I want is this: 1. I have some data sql scripts that inserts data into some tables. 2. I want to when I click Deploy on the DB project to automatically deploy those data scripts and execute them on the sql server. How to do this? Thank...

Deploying Java application compiled with Netbeans - Can't find 3rd party class

Hi, I've built my application in Netbeans 6.8. The application contains various references to third party products (such as Microsoft database driver for SQL Server and JIDE). When compiled it produces a dist folder that I thought you could simply xcopy to a location and it would work. When I run my application, as soon as it enc...

Is there a way to add keywords to the start menu shortcut a ClickOnce deploy creates?

We deploy a Winforms app with a name like "Its Our App". People refer to it as IOA. I'd like to keep the full name for the shortcut but have watched many users hit the Windows key on their keyboard, type IOA, and state in wonder, "Where's It's Our App"?. Is there a way to add IOA as a keyword for the shortcut, without adding it to the ...

How to run multiple instances of a single GWT application with different web.xml files on different subdomains ?

I've a GWT application, I run my application on tomcat server. My application only uses MySQL database to save & retrieve all needed data & has no side effect on file system (I mean it does not change any file on it's deployment path). Now I want to run multiple instances of my application on different subdomains, the only different betw...

update iphone app "CodeResources file must be a symoblic link"

hi i tried to update an iphone app, which lies in an other "itunes connect" profile. i used "application loader" and everything is fine until i try to upload the zip file i get this strange message and cant figure out whats going wrong "The CodeResources file must be a symbolic link to _CodeSignature/CodeResources" i opened the bundle...

[iPhone app] How to publish an app for testing

Hello ! I'm currently creating an iPhone app and we need some testing with about 20~30 users. Actually we put the app on our iPhone by connecting the iPhone to the computer and debugging the app. But now we need to have a more efficient way to install the app on iPhone but without submitting it to Apple Store and also without the need...

What package of .Net framework is required on target client machine in order to run .Net winforms application?

I'm Trying to deploy my winforms project using installshield in order to make is available to be installed on other computers. My project is written under .net framework 3.5. My question is : What version of .net package should be installed on the target machine in order to be able to run my project? One thing to notice is that target...

Repeated password prompt with Maven deploy-file to scp repository

I'm trying to deploy an artifact to a remote repository accessible via scp and having a problem with repeated password prompts. My settings.xml contains this fragment: <servers> <server> <id>example.com</id> <username>myusername</username> <password>mypassword</password> <filePermissions>664</filePerm...

Autodeploy in Glassfish V3 and JNDI in sun-resources.xml problem

When I want to deploy my war in glassfish v3 (Hot deploy / autodeploy) an error raised. Because of I am using database resource in my project. It's JNDI is stored in the sun-resources.xml file so when I drag & drop the war to autodeploy I take the Error. But when I use of Netbeans deploy ant script all things happens properly. My que...

Best way to deploy on Glassfish V3

What is the best way to deploy my web project (or ear project) to remote server and glassfish? How to use ant-deploy.xml and build-impl.xml that netbeans create for this purpose? Using autodeploy folder and separately adding sun-resources.xml to the GF Or Using ant and.... Would you please explain me step by step? Regards ...

Is it possible to deploy a SharePoint WSP without causing an IIS Reset?

Hi All, I'm working in SharePoint 2010 and have been unable to deploy (or retract) my WSP without causing an IISReset. Here's my situation: •The solution contains: •Fields •One content type •A page layout based on the content type •A bunch of images that go into the style library •There is ZERO code in the solution •I've manual...

New Test App Build on iTunes 10 Won't Install

I have been developing test builds of an app for some time and have deployed through iTunes successfully until now, with iTunes 10. At the same time I am getting a strange warning in Xcode during the build. It is: warning: building with 'Targeted Device Family' set to iPhone only ('1') not supported with SDK 'Device - iPhone OS 3.2'...

How to deploy this "Python+twill+mechanize" combination to "Google App Engine"?

Hello, I've been trying to pass my login and password from Python script to the eBay sign-in page. Later I want this script to be run from "Google App Engine" I was suggested to use "mechanize". Unfortunately, it didn't work for me: IDLE 1.2.4 >>> import re >>> import mechanize >>> br = mechanize.Browser() >>> br.open("https:...

Where to deploy the Web Application???

I have made a Facebook application (using C# and ASP.NET + SQL server), which is hosted on my localhost. Is there any other place where I can deploy this web application, so that it can be accessible from anywhere on the internet. What changes should be made in the connection string, while deploying this on the internet??? ...

Error when i deploy war (TomCat)

hello, when i deploy my war into TomCat i have this error: 14 sept. 2010 11:48:07 org.apache.catalina.core.StandardContext filterStart GRAVE: Exception au démarrage du filtre struts2 Unable to load bean: type: class:com.opensymphony.xwork2.ObjectFactory - bean - jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/...

Why should define('RELOCATE',true) be removed from wordpress config?

It seems that using the define('RELOCATE') command is a convenient tool to perform site development using a local database and webserver, then to upload into production. Otherwise, its necessary to perform SQL REPLACE commands to update all the URLs in the posts, media and other content. The Wordpress codex specifically states that i...

Does GAE accept twill at all?

Hello, I have created my GAE application in directory "my_application". Inside this directory I created a .py file and named it "my_scrypt". The contents of "my_scrypt" in the beginning were as following: print 'Content-Type: text/plain' print '' print 'This is my first application' Then I ran it locally on my machine (Windows X...

Deploying application question (C++)

Hello! Does someone know if there is a way to pack everything-application related into one (single) exe-file? My product is fully written in C++, has a lot of external plugins (dll) and some external data packages. It should be accessible using the network and without installation (launch in one click). Are there some tools to make ...

exporting war file in jdeveloper 10g

how can i export .war file in jdeveloper 10g ? ...

Sonatype nexus snapshot deploy into hosted repository - snapshot request doesn't translate into timestamp

Hey, I created hosted snapshot repo, deployed snapshot artifact, added to the public repo...and now maven http request cant get the artifact-1.5.-SNAPSHOT.jar. It's there, but the request is not translated into the timestamp instead of SNAPSHOT. Metadata contains correct values. public/org/exist/exist-core/1.5-SNAPSHOT/exist-core-1.5-20...