1
vote
6answers
46 views
Separate web.xml for development and production
Hello!
My web.xml is different in devel and production environments. For example in development environment there is no need in security constraints.
Typically I deploy new application version as …
0
votes
1answer
16 views
Java Web-Application deployment and initialization
Hi all,
i'm developing a web-application for managing and sharing images and more general media-types at all.
My technology stack is:
Java 6
Spring 2.5x
JPA 1.0
JCR 1.0 with Jackrabbit 1.6.x
…
1
vote
3answers
80 views
How to deploy on JBoss exploded web application from Eclipse Galileo?
Is it possible to deploy on JBoss exploded web application(not archived war file) from Eclipse Galileo?
0
votes
2answers
69 views
Simplest way to serve static data from outside the application server in a Java web application
I have a Java web application, using Spring and Struts, running on Tomcat 5.5. I want to load static images that will be shown both on the Web UI and in PDF files generated by the application. Also …
0
votes
2answers
22 views
Can I access keychain from a webapp (javascript) on the iPhone ?
The question is pretty much in the title ;-)
Do you know if there is a webkit API for reading/writing from the iPhone keychain ? That is, I would need to access the keychain from a webapp.
Thanks in …
0
votes
1answer
47 views
Error opening PDF in browser - what HTTP header values should I use for streaming a PDF over https?
I have a J2EE webapp which is used to download a generated PDF served by an HTTP servlet. When running over SSL in production the users are getting the error message
There was an error opening …
0
votes
2answers
157 views
Intranet music web application for an office media server?
My office is thinking of setting up a media server with speakers connected to it so that everyone in our office can queue up music via a web app. Right now we just pass around a speaker cable.
Does …
0
votes
1answer
26 views
Error message when trying to add a Service Reference.
I'm trying to add a service reference to my silverlight project from a file stored on my hosting server. When I put the link in I get the following error:
The document at the url …
1
vote
1answer
40 views
Web Application Problems (web.config errors) HTTP 500.19 with IIS7.5 and ASP.NET v2
This is driving the whole team crazy. There must be some simple mis-configured part of IIS or our Web Server, but every time we try to run out ASP.NET Web Application on IIS 7.5 we get the following …
0
votes
1answer
27 views
open source web interface to create svn projects?
Is there an open source web front for me to put on my server? I would like to give friends a url so we all can create our own svn projects without restrictions and great speed. optional SSL would be …
3
votes
4answers
78 views
TCL as a Server Side Programming Language
Hello:
I am getting ready to build a web application (app) and was interested in using DHTML and TCL. I have been building apps in TCL for awhile and feel pretty comfortable with using this …
0
votes
4answers
34 views
Passing parameters from silverlight to ASP.net
Hi,
I've made a little game in silverlight that records users scores whilst they play.
I decided it would be a lot better if I could implement a leaderboard, so I created a database in mySQL to …
0
votes
3answers
101 views
How can I deploy my ready website?
I have well developed an ASP.NET website with SQL Server 2000. How can I drop it on a server?
0
votes
3answers
46 views
Launching an online app: do I use CDN, Amazon Services or a dedicated server?
My web application requires as little lag as possible. I have tried hosting it on a dedicated server, but users on the other side of world have complained about latency issues.
So I am considering …
2
votes
7answers
83 views
Incremental deployment of java web applications
We have following problem. Developers frequently need to make small changes to our web applications. When I say small, I mean things like correcting the spelling on a web page or similar. Generating …
