Questions tagged [application-server]

92 questions
2
votes
5 answers

How do I setup JBoss 5.1.0.GA to run multiple instances?

Does anyone have any experience or advice in setting up multiple JBoss 5.1.x instances on the same machine that has 1 network card? Here is what I did: Installed JBoss 5.1.0.GA into c:\myjboss 1.5. I copied the server/default directory to…
djangofan
  • 4,182
  • 10
  • 46
  • 59
2
votes
2 answers

Can I use failover partner in the connection string for non-mirroring SQL server set up?

I have set up two SQL server instance with IPs say x.x.x.x and y.y.y.y. On the application level when specifying connection to SQL server, can I specify the connection string as below jdbc:sqlserver://x.x.x.x:port;…
2
votes
1 answer

How to add WebSphere Application Server 9 to Rational Application Developer 9.5?

How do I add WebSphere Application Server 9 to Rational Application Developer 9.5? It's not showing up in the existing servers list. When I open the IBM Installation Manager > Modify > RAD, there is no WAS 9 support feature to add. I have been…
Quadmore
  • 33
  • 1
  • 6
2
votes
0 answers

Encrypt credentials JNDI authenticating to JBoss 7.1.1.Final

In my JNDI Lookup, connecting to JBoss 7.1.1.Final from remote clients with plain text password is working fine. Now, I am trying to encrypt credentials in the form, but it's not…
2
votes
0 answers

Trying to deploy Confluence on Glassfish 4

So I'm trying to deploy Confluence as a WAR on Glassfish 4 (Using Oracle JDK 7). The WAR deploys just fine except I get the following errors when trying to load the page in my browser: Could not load bootstrap from environment No server id…
TuxOtaku
  • 59
  • 7
2
votes
1 answer

Websphere 7.0 Work Manager Max Threads Ignored?

I'm trying to chase down a bug in an internal application and as part of this work I noticed an apparent discrepancy between the "Maximum number of threads" setting in WAS (BASE 7.0.0.0 r0835.03) and a thread dump that I took while the server was…
1
vote
1 answer

How to setup SSL certs for a LAN web app server

I want to setup a ticketing system in my company for managing/tracking support tickets and a knowledge-base of past issues. I am having trouble figuring out the best way to encrypt the traffic to this server. It won't be externally accessible and I…
1
vote
2 answers

WebSphere not launching completely?

We use WebSphere for the message queues only. We have an application that is using them in a single node environment. I have it installed exactly how its installed and configured in our other single node environments, but for some reason, the page…
1
vote
2 answers

With an application server behind a reverse proxy, which server should handle the error pages and why?

We have a reverse proxy setup for our application that is managed by another team. Currently the 404 and 403 pages we've setup on the application server are overwritten with the reverse proxy error pages. Is there way to let the application server…
1
vote
0 answers

Is it possible to customize the Wildfly standalone web gui?

For best identify any single Wildfly server, is it possible to customize the Wildfly (10.1) standalone WebUI with adding some logo or changing header bar colors?
sgargel
  • 190
  • 1
  • 15
1
vote
2 answers

Resin 4 Windows service name is always "Resin Web Server"

I'm trying to run multiple Resin 4 service instances on a Windows Server 2003 box which means each service name must be unique so I can determine which one of the many that I need to start/stop or restart when changes occur. According to the Resin 4…
jas
  • 147
  • 2
  • 7
1
vote
1 answer

How often do websphere process or application servers need to be restarted?

am a system admin. my boss is asking us to reboot production IBM WebSphere process or application server every week. I understand that, it was a good practice to reboot server often long back release stale connections etc. But, i believe now all the…
SE1984ad
  • 11
  • 1
1
vote
0 answers

How cache OpenLDAP Meta database (for use with Websphere Application Server)?

I have configured Meta database directory on OpenLDAP server for two different Active Diretories and it's work. But now I'd like set cache for this OpenLDAP, but I don't know how. From my slapd.conf database meta suffix …
zorbon.cz
  • 195
  • 1
  • 1
  • 6
1
vote
0 answers

TCP Window Size Allocation, TCP Window Zero Errors and Network Latency

My mind is about to explode as everyone is always blaming the network guys for disconnections and slowness in the networks, but Solarwinds Reports that all utilization in the network devices and links are Okay. So I tried sniffing then I got "Zero…
Rufi
  • 11
  • 1
1
vote
0 answers

Using Azure for application performance testing

I have some custom system management scripts/applications that I would like to performance test against a large number of systems (10,000+) in an effort to simulate larger-scale enterprise networks. The application runs on a server that will make…