Questions tagged [ibm-was]

IBM® WebSphere® Application Server offers options for a faster, more flexible Java application server runtime environment with enhanced reliability and resiliency.

IBM® WebSphere® Application Server offers options for a faster, more flexible Java application server runtime environment with enhanced reliability and resiliency.

It supports single server environments and medium-sized configurations, as well as dynamic web applications requiring web tier clustering over multiple application server instances.

WebSphere Application Server helps you:

  • Increase developer productivity with open standards and broad programming models, including lightweight options for web deployments.
  • Deploy and manage applications and services without the constraint of time, location or device type.
  • Includes the Liberty profile, which is a highly composable, dynamic application server profile.
  • Enhance security and control using integrated management and administrative tools.

Source: http://www-03.ibm.com/software/products/en/appserv-was

Developer download links

Knowledge Center / InfoCenter links

Forum links

Fix list and fix pack downloads

Free Websphere Books

178 questions
0
votes
2 answers

Websphere : Where should I add the jar file for LoginModule

I have written a login module in WebSphere, if I want to use it in application level I can add that in shared libraries, but right now I want to use it under system login under the RMI_Inbound, I can add the path of my class there, but where exactly…
Friendy
  • 519
  • 1
  • 6
  • 18
0
votes
1 answer

When starting WAS 8.5 app server from a docker container getting 502 Bad Gateway error

I have a docker image that install the WAS 8.5 (Developer Edition) with fix packs. Now I create and start my Docker Container (was8cont) exposing few public ports. Now when I start the App Server using command -- docker exec was8cont…
0
votes
1 answer

How to make use of Jars under Plugins folder of Webpshere8.5.5.2

Hi, My product is migrating to websphere 8.5.5.2 from Jboss6 along with database branded data direct jar. During the database query, we have received the below error. …
Naresh
  • 147
  • 4
  • 14
0
votes
1 answer

not able to ping filenet content engine ever after successful deployment of ear

I have added CE application to WAS server but not able to ping it. WAS server containing Filenet Application is at port number 9063 and i am pinging content engine url at default 9080 port. Is this a problem?. How can I find out on which port…
Harvinder
  • 1
  • 2
0
votes
1 answer

Restoring WAS7.0 CAR file to WAS 8.5

My current application setup is running with WAS 7.0 and we are planning to migrate with WAS 8.5. Since my application is having lot of complex console setup like Queues , Activation Spec, multiple data sources , security configs, work manager…
Mohan
  • 3,893
  • 9
  • 33
  • 42
0
votes
1 answer

Change from Shared to Unshared connection

How can I change from shared connections( which is by default) to unshared connection. ? And how to ensure if the connection to data source which I m using is unshared?
androidDev
  • 1,179
  • 4
  • 13
  • 31
0
votes
2 answers

Setting max connection value to 0: IBM WebSphere

Is it a good practice to set max connection to 0 in connection settings of data source in WAS which will enable infinite physical connections to database? My web application is always running out of connections at some of time as there is long…
androidDev
  • 1,179
  • 4
  • 13
  • 31
0
votes
2 answers

Error when running Arquillian with was embedded

I am trying to reproduce the test described in the Arquillian guide [1]. I was able to build the arquillian-was-embedded-8 from the source code as indicated here [2], however when running the test project using "mvn test" I get the following…
narko
  • 3,645
  • 1
  • 28
  • 33
0
votes
2 answers

checking number of connections used by data source : Java

Is there any way to check the number of connections used by data source? I am getting connectionwaittimeout exception in my web application, so to check which function is utilizing more connections or not releasing any connection I want to check the…
androidDev
  • 1,179
  • 4
  • 13
  • 31
0
votes
1 answer

IBM Liberty issue

An architect is having issues bringing Liberty up. Currently, an individual is running a server on his local computer and they want to move it to a shared server. When he tries to deploy a simple “helloworld” it’s failing and he is receiving an…
0
votes
1 answer

RAP application with entrypoint path defined to "/" is not working on Tomcat7

My RAP application has entrypoint defined following
To Kra
  • 3,344
  • 3
  • 38
  • 45
0
votes
1 answer

How can I get the context root of an application using a wsadmin jython script with -conntype NONE in WAS

I am trying to create a script that prints out the web URLs of certain commonly used applications, but am having difficulty finding a wsadmin command that will get the web context root for an application. I am aware that AdminApp.view(app,…
0
votes
2 answers

WAS 8.5 Network deployment automation/scripting

I'm using Websphere network deployment application server 8.5 on unix environment. I'm updating my existing applications on daily basis from admin console and i change the context root of each application depending upon the environment. I wanted to…
Piyush Singh
  • 57
  • 1
  • 8
0
votes
1 answer

Struts 1.x action is being called multiple times

My application is using Struts 1.x and it's running on WAS.. All action classes are working fine except one wherein I click on one button and one action(which is expected to complete in 1hour) is called and then it starts executing ..the issue comes…
androidDev
  • 1,179
  • 4
  • 13
  • 31
0
votes
1 answer

Installing WAS 7 on Linux using command line

I am trying to install WAS7 using command line via putty and I am getting the following error: [root@TVMSLD tools]# ./imcl install com.ibm.rational.was.v70.extension_1.0.0.20080911_1339 -repositories /home/admin/Softwares/WAS7.0/WAS70…
user1407668
  • 587
  • 5
  • 20
  • 35