Questions tagged [application-server]

92 questions
0
votes
1 answer

Cannot install Oracle Application server

After succesfull installation of database 10g server, I cannot run install file for application server - it closed unexpectly. How can be problem investigated? Log file contains: Checking installer requirements... Checking operating system version:…
ziftech
  • 131
  • 6
0
votes
4 answers

Can I have multiple touch screen monitors running separate instances of an application with their own touch interfaces?

I basically need a setup where many touch screen monitors run an application. So instead of hooking up each monitor to a mini-server of it's own, I was wondering if I could run those applications on monitors off of a single server. The application…
gAMBOOKa
  • 999
  • 6
  • 19
  • 34
0
votes
4 answers

Are business applications which depend on remote desktop are obsolete

We are planing to invest in new software for our factory. Targeting application is standard users application for handling data of goods (bills, finances, accounting management, goods, simple manufacturing with human inputs of data). One of our…
0
votes
2 answers

.NET Web And Application Server Configuration

We are currently building an ASP.net N-Tier application build on .NET 3.5 with Oracle 10gR2 as the backend database.The application is data intensive and transaction based and needs to support an average load of about 600 concurrent users. The…
0
votes
5 answers

Subversion/Hudson/Sonar/Artifactory - too much for my little server to handle! Help!

I have a little dedicated server. It's at a cheap price and has a simple AMD 1800+ (1.5ghz), 256mb DDR RAM, ...need I continue? And I think I'm overloading it already. I have installed the following, and it's running CentOS…
Ricket
  • 439
  • 2
  • 7
  • 18
0
votes
1 answer

JavaMail application won't send email to external SMTP server

This is actually a question from an exam, but I believe it could help others troubleshooting a similar situation. In a system, an e-mail needs to be sent to a certain mailbox. The following Java code, which is part of a larger system, was developed…
Luiz Cruz
0
votes
1 answer

Our Server HP ProLiant DL380 Gen 8 Hard Drive Not Detecting

Our Server is working fine since long time, today once our server has restarted suddenly we found the boot error. After short time we identified our Raid drives are not deducted by the Server. Following error i found while starting : 1792 Slot 0:…
0
votes
1 answer

How to collect and consolidate application health across instances in aws

We deploy several applications across EC2 instances. They are jar files, war files on Tomcat, npm based UI applications and python scripts. Each has a different way of validation. For war files under Tomcat webapps I can check the swagger UI. For UI…
0
votes
1 answer

Nginx Config For React and Node App Proxying to Wrong Path

I've setup a server with an Nginx config for a React frontend and Node backend. The Node app serves as an API for the react app. The node routes for /api/... are getting passed to the following path: /client/public/api/... This results in a 404. I…
jFasaJr
  • 111
  • 1
  • 6
-1
votes
1 answer

How to put your own Server online?

I'm new learner to servers. I installed Ubuntu Server on my computer. Questions: My question is how to put your own server online? Which speed is need to put your own server online? Which applications need?
Itra
  • 11
  • 3
-1
votes
1 answer

Can I check dynamically what are the instances of server is running?

Currently i am using IBM websphere, my ques is, is their any way through which i can find dynamically, what are the instances of server that are running through console or through java API's.
-1
votes
1 answer

How IBM Implement WebSphere Application Server SDK for Sun Solaris OS

I deploy the same application in IBM-WAS on different OS ( Windows , AIX and SUN-Solaris ) , SDK errors appeared on SDK for just Solaris OS , I refer some sites and it talk that the SDK on Solaris OS was build based on Sun SDK is it write ? so…
Eng Al-Rawabdeh
  • 39
  • 1
  • 10
-1
votes
1 answer

Switching Applications server on different VM snapshot

I have a VMware VM running with a specific Application Server. Instead of creating a new VM for install a new application server, Is it a good practice creating a snapshot of old Application Server VM and then go to clean_instalation snapshot and…
kmxillo
  • 113
  • 1
  • 3
-1
votes
1 answer

Main server fails and I want my backup server to take over

In a situation in which my primary server fails.I don't want my application to go down but the application to start fetching information form a backup server which is my Pc(Located someplace else) which has a backup pf the Data till the main server…
-1
votes
1 answer

why use both web servers and application servers in the same architecture?

I understand the difference between the two, but I don't understand why you would use both. What is the point of separating the work between the two types of servers and increasing the amount of network calls.