Questions tagged [web-applications]

371 questions
0
votes
1 answer

Error when deploying an mvc2 application in an IIS

We are deploying an MVC2 based app on IIS at production environment floating in Internet. An error occurs and this is the process to raise it: The user clicks on a link to display a web form The user inserts data. The user submits the form. The…
JPCF
  • 154
  • 2
  • 9
0
votes
1 answer

Use a separate partition to host tomcat's webapps

I'm setting up s serie of tomcat server. And i've read a security guide. They say that, it's a good idea to host tomcat's webapps folder on a different partition than the rest of tomcat files. I'm wondering if it really worst the effort. I'm running…
benzen
  • 423
  • 1
  • 4
  • 8
0
votes
2 answers

Execute encrypted files but don't let anybody read them

I want to provide a virtual machine image with an installed web application. The user should be able to boot the vm (don't login, just boot) and a webserver should start automatically. The point is I want to hide the (ruby) source code of the web…
Stebi
  • 123
  • 5
0
votes
2 answers

low speed web application, Server problem or Application

I have a web application written by asp.net (c#) sql server 2005. we host it on 2 dedicated server ( IIS and SQL server ) From some month ago , in some days of week we have many reports about speed issue. we have some other application on this…
Ashian
  • 400
  • 1
  • 7
  • 24
0
votes
2 answers

"Timeout expired" with application consuming web service on another machine

I am having issue with an ASP.NET web application hosted one server trying to consume an web service hosted on another server. When I browse to a page consuming the web service, I get the following error: Server was unable to process request. …
0
votes
3 answers

Risks of giving full permissions to INETUSER for a directory in wwwroot (IIS6)

I'm not a web-app guy but I'm the only one at my work that raised any objections about giving full permissions to the (anonymous) INETUSER account for the purposes of running an ASP.NET web-app in IIS. That's read, write, execute, special…
Dave C.
  • 1
  • 1
0
votes
3 answers

How to provide web access to interact with a file system?

I need to be able to provide web access to interact with a file system (upload/download files). In general people will access these files using sshfs but in a pinch we want people to have web access to these files. We want to run a web server,…
caleban
  • 1,116
  • 5
  • 18
  • 34
0
votes
1 answer

How should I deploy my JVM-based web application on ubuntu?

I've developed a web application using clojure/compojure (JVM based) and while developing I tested it using embedded jetty that runs on 0.0.0.0:8080. I would now like to deploy it to run on port 80 on ubuntu. I do dynamic virtual hosting, so any…
Pieter Breed
  • 101
  • 4
0
votes
1 answer

A multiple web-app backup script

I'm mostly a Drupal developer, and have a backup script that goes through each site and uses Drush to perform a db dump, before archiving all the sites and their dumps. I've just finished a small Wordpress project, and so now my script can't…
Andy
  • 274
  • 2
  • 8
0
votes
3 answers

Exchange Server distribution lists functionality on a Linux-based web host?

I'm trying to figure out a way to centrally manage staff distribution lists for an organisation. There are many people that will want to send emails to these lists and we're currently all maintaining our own versions. This is a start-up charity with…
user55681
0
votes
1 answer

Deploy .ear file in to geronimo

I need to deploy an .ear application into "geronimo" apache (java) aplication server. I need to replace an OC4J server, and i think i would replace it with geronimo. When i try to deploy a working .ear file from OC4J into geronimo, it gives some…
Flip
  • 109
  • 1
  • 3
  • 11
0
votes
2 answers

ip-based or ssh tunnel for remote mysql?

we need remote connections from/to our mysql server for two reasons. testing/changes: we want to connect to a remote mysql server to manage databases with e.g. sqlYOG our production web server will be using a mysql server not running on the same…
solsol
  • 1,121
  • 8
  • 21
  • 31
0
votes
1 answer

How can I setup my machine so my web application accepts connections from remote machines?

I have a Ruby on Rails web application running on my computer (Ubuntu 10.04) that I'd like to be able to access from a remote machine. My server is mongrel but I have no problem installing another if it helps. How do I set things up so I can access…
Johnny
  • 113
  • 1
  • 5
0
votes
2 answers

outgoing mail for web app (multiple domains as sender)

I have a web app "myapp.com" that users can use to set up their own websites. Our application is written in php and should be able to do the following: send mails to our own users "from: me@myapp.com" send mails from our clients to their clients…
solsol
  • 1,121
  • 8
  • 21
  • 31
0
votes
1 answer

Should app config files be in jboss/bin directory?

I am a Integration Engineer for a software company. My development team has generated various jboss .ear applications that rely on configuration files being in the jboss/bin directory and setting the CLASSPATH externally using batch files (on…
djangofan
  • 4,182
  • 10
  • 46
  • 59