Questions tagged [application-server]

92 questions
0
votes
1 answer

What are the ports that should be open between Deployment Manager and Application Servers?

I install Deployment Manager and Application Server on different servers each one exist on different zone as following : 1- Deployment Manager : Web Zone . 2- Application Server : App Zone . What are that ports should be open it between these two…
Eng Al-Rawabdeh
  • 39
  • 1
  • 10
0
votes
3 answers

Websphere ND Dmgr - Application Server collocation advantages and disadvantages

In a Websphere Network Deployment Architecture, what would be the drawbacks of collocating a deployment manager server with one or more managed application servers on the same host? In other words, should I collocate Dmgr with other servers or have…
trikelef
  • 518
  • 1
  • 7
  • 26
0
votes
1 answer

How I can configure IBM Websphere application Server to send notification emails on out of sync?

I need to activate notification email on IBM WebSphere Network Deployment when the application servers are out of sync.
Eng Al-Rawabdeh
  • 39
  • 1
  • 10
0
votes
1 answer

Websphere - Performance Monitoring Infrastructure servlet login GET

I am trying to make an http call to the WebSphere PMI servlet. Websphere has security enabled and therefore I am asked to enter user credentials in order to display the xml. What actually doesn't work as I expect is that username and password in the…
AleIla
  • 103
  • 1
  • 5
0
votes
1 answer

Which JBoss version should be choose?

We are now developing and running a java web application under JBoss 4.2.3 for many years. We using Struts 1 + Hibernate 2 as the framework. We don't using any EJB things. My question is should we upgrade our runtime platform to newly JBoss…
hntangwei
  • 47
  • 1
  • 5
0
votes
1 answer

Application Server for AutoCAD and some other heavy applications.

In a civil engineering firm, there are 6 desktop computers (Dual core 2.6GHz CPU with 3GB of RAM). Each of them are running the following applications: Etabs, SaFe, AutoCAD, 3DMax, Sap, Office on Microsoft Windows. We are currently thinking about…
Saba Jamalian
  • 149
  • 1
  • 1
  • 5
0
votes
1 answer

Dynamically routing web traffic using DNS & Proxys

We have a big pool of web servers for a particular web application we develop on. Our clients currently point there domain or a subdomain using a A record to one of our servers. As we are growing we need to be able to dynamically move the sites to…
0
votes
2 answers

503 Service Unavailable error when deploying a working ear file to weblogic server!

I have a working service deployed to weblogic 9.2. We had a server migration, so we moved this application to another server with the same weblogic setup. Now, when I try to access the WSDL, I get 503 Service Unavailable error. It is the same…
Steve
0
votes
2 answers

Tomcat and Deployment with the Management / Admin screen

What is the correct way for deploying an Java web app on Tomcat via the Admin / Mgmt interface and have it be the root application and be hosted on port 80? By default I'm getting /myapp-0.1 and port 8080 ? Do most shops use Apache with reverse…
Tyndall
  • 591
  • 1
  • 7
  • 18
0
votes
1 answer

Sequencing Java 6 update 24/25 in appv

Has anyone attempted to sequence any java runtime with success? I want to run it virtualy and I thought that maybe i could use the middleware option. I was just about to test it out but I thought I would find out before I potentialy spend a lot of…
JohnyV
  • 938
  • 4
  • 26
  • 45
0
votes
1 answer

JSF Portlets in Liferay on JBoss

I'm currently looking at working with and deploying JSF portlets into Liferay 6.0.5, sitting on JBoss 5.1.0. I ran into a lot of trouble trying to port some JSF-y/Seam-y/EJB-y stuff I had lying around, so I thought I'd start simple and work my way…
JBirch
  • 175
  • 2
  • 8
0
votes
1 answer

About servlet and session configuration in Tomcat

I have two web application related questions: i) If a web application contains two servlets and a customer accesses these two servlets using proper URLs, how many sessions are created? One or two? ii) Could one use HTTPS for one servlet and not for…
0
votes
2 answers

GF 3.0.1 + Virtual Server: www.myhost.com:8080/projectname-war => www.myhost.com. How?

I need to change www.myhost.com:8080/myproject-war to www.myhost.com. Here is what I've been trying: I configurate the Virtual Server: server. I have still have default Network Listeners to be http-listener-1 and http-listner-2. I change the Default…
Harry Pham
  • 98
  • 1
  • 11
0
votes
1 answer

Set up Glassfish connection pool to talk to a database on a Ubuntu VPS

On my Ubuntu VPS, i have a mysql server running and a Glassfish 3.0.1 Application Server running. And I am having a hard to have my GF successfully ping the database. Here is my GF set up Assume: x.y.z.t is the ip of my VPS Resource Type:…
Harry Pham
  • 98
  • 1
  • 11
0
votes
2 answers

Best practice for routing requests to the right application server version on EC2

I'm following this procedure to deploy new application versions to EC2. When the new version proves stable, I update the A record of the DNS entry to route the traffic to the IP address of the new server. I guess this is not the best practice,…