Questions tagged [web-applications]

369 questions
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
  • 4
  • 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
  • 4
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,172
  • 10
  • 45
  • 59
0
votes
4 answers

integrating ldap workstation login with webapps

Is there a way to integrate an LDAP authentication system on a windows network with intranet webapps so that the user on logging into their desktop does not need to log in a second time with the web app? Open to other forms of authenticating other…
0
votes
1 answer

Does PHP ala FCGI use the IIS-AppPool or the FCGI AppPool on IIS6

I've got an IIS6 (win2k3 server) setup using PHP via FCGI (microsofts install this time); and I know FCGI has its own Application pool of sorts; I was wondering therefore if this means that the PHP is isolated from the IIS AppPool?
Chris McKee
  • 3,119
  • 2
  • 19
  • 16
0
votes
1 answer

Open Source webapp that shows PC / Projector status in 30+ Lecture rooms

I am looking for a simple web application that only has a simple graphical representation of the current status of 30+ lecture rooms. I.e. Green = good, Red=bad i.e. PC or Projector not working. With a little message and a ETA as well. I am not…
Seanchán Torpéist
  • 1,808
  • 2
  • 14
  • 10
0
votes
1 answer

Web Applications under Apache Tomcat with multiple directory contexts

I have two webapps, prod-1.2.1.war and test-2.0.0.war. If I put these straight into the "tomcat/webapps"-folder, they'll get deployed as; hXXp://localhost/prod-1.2.1/ hXXp://localhost/test-2.0.0/ This works but really I would like them to show up…
goran
0
votes
7 answers

Multiple Java Apps on single Server

What is the best way to host potentially dozens of fairly trivial Java web applications on a single machine? These will be for different clients, and so having them isolated from each other is important, so that if one goes down, they don't all go…
None
0
votes
1 answer

Best Hosted Mail Server for a SaaS Web App?

I'm developing a CRM SaaS based web application, and one of the features i would like to have is the ability for users to foward emails to my app. The app will also from time to time send out notification emails. Other than setting up my own mail…
user35591