Questions tagged [application-server]

92 questions
1
vote
2 answers

Scaling web application across multiple services

We're developing our web application and have been working on reducing our load times. When we began developing the application, we signed up with a well known hosting provider offering "dedicated solutions" on the cloud. As a result, we have one…
1
vote
1 answer

How to reach a virtualized application server running on Mac OS X from an outside computer or tablet

After Googling for hours on end looking for a solution I decided to leave a message on this forum. I hope you guys can give me a push in the right direction to solve this issue. I am using a Macbook running OS X 10.6.8 (Snow Leopard). This machine…
1
vote
2 answers

Keeping application library versions in synch with server

I have a maven based application, and it references certain libraries that are marked as provided by my application server, such as: javax.servlet servlet-api 2.5 …
Jeff Storey
  • 448
  • 1
  • 7
  • 19
1
vote
1 answer

Jetty Vs Tomcat for a JSF based social networking & sharing website

I need to host my JavaServerFaces application which is a sort of networking & sharing website. Which amongst Jetty & Tomcat is recommended for my app? Need easy scalability, better performance & low costs.
Rajat Gupta
  • 301
  • 4
  • 17
1
vote
2 answers

Application Server vs. Web Server?

I asked my teacher in class that Java Server Faces will work on Apache Tomcat. But he then corrected me saying that Tomcat is a Web Server not an Application Server, hence it will not run Java Server Faces. My question is what is the difference…
1
vote
2 answers

Server port still open after force close?

I have a server running on a local server. Every once in a while it will freeze up, and I'll need to use a Ctrl+Z to cancel out of it. The issue is that the port it uses is still open to it after I force close it, and it can't reclaim that port…
Jess
  • 389
  • 1
  • 6
  • 16
1
vote
1 answer

How can I share and distribute a desktop application to multiple clients on a local network

I am considering a network design for a small office. I am looking at designing the network like this: I'd like to have a central computer on which all the office software is installed and users sign in from the 5 PCs on the local network. I've seen…
zcourts
  • 149
  • 1
  • 1
  • 7
1
vote
2 answers

Is there any reason to use Apache as a proxy between my users and Glassfish?

I've seen a lot of discussion on the best way to use Apache as a proxy (either mod_proxy or mod_jk) with Glassfish (and other Java application servers), but I haven't seen anybody really explain why. My setup right now is a single VPS running Ubuntu…
user83640
1
vote
2 answers

SharePoint 2010 with two application servers

I've been tasked with setting up a 3-tier SharePoint farm. Two load balanced webservers Two applications servers A SQL server Everything is all set up and working with load balancing etc. etc. My question is what do I do with the application…
1
vote
5 answers

PHP application server (like thin or mongrel)?

I'm scaling a PHP application to multiple servers with a frontend webserver (running Apache) for static files and proxying dynamic requests for two application servers. My question is how do I run PHP on the application servers? From the Rails world…
derfred
  • 113
  • 6
1
vote
2 answers

Glassfish and OCSP

We currently have Glassfish configured to work with CRL. We have a batch script that runs every night, downloads the latest CRL, and updates the our list. Lately we have been having trouble with the download not working, and thus causing problems…
Jacob Schoen
  • 111
  • 1
  • 6
1
vote
2 answers

My ClearCase Registry Backup log is empty, should I be worried?

it may seems silly, but I just realised... I am doing a check-up of all my ClearCase server logs on a weekly basis, using the ClearCase Log Browser. I generally only look for errors, so I don't pay much attention to empty logs. But maybe, the fact…
Thomas Corriol
  • 219
  • 1
  • 5
1
vote
2 answers

What is a good strategy for diagnosing a Java Application Server that has stopped responding?

I have an installation of OpenSSO running on Glassfish. Everything is pretty much stock with as little configuration as possible to get the system working. I've started running into issues where the server will stop responding. It will accept…
tremoloqui
  • 1,303
  • 1
  • 10
  • 9
1
vote
1 answer

Does the ClearCase administrator account needs to be an Windows Administrator to manage the ClearCase Web Server application

we are using ClearCase here (version 7.0.1), and the ClearCase WebServer is installed on a box different from the ClearCase VOBs and Views servers. The box used is also hosting another application and audit/IT security here have questionned the fact…
Thomas Corriol
  • 219
  • 1
  • 5
1
vote
1 answer

Install windows VPN on a Web Server

Can I run a VPN service on a server that run as a Web Server that is hosting several websites? Can I use both VPN and Application server on same Windows 2008 server? I have just one public IP address. The reason is that I have to disable remote SQL…
Ashian
  • 400
  • 1
  • 7
  • 24