Questions tagged [websphere-7]

Version 7.x of IBM WebSphere Application Server (WAS)

811 questions
7
votes
2 answers

Deleted Profile shows in profile management tool of IBM Websphere

I deleted the profile in C:\Program Files (x86)\IBM\WebSphere\AppServer\profiles and it still shows up in Profile management tool, how to delete the profile in profile management tool?
user3587174
  • 661
  • 3
  • 8
  • 13
7
votes
3 answers

What's the default JNDI name of an EJB in Websphere Application Server 7 (WAS)?

In the Administration COnsole of WAS 7, on the Applications > Application Types > WebSphere enterprise applications > application > EJB JNDI names section, I have a table with four columns : EJB Module (e.g. ProjectEJB.jar) EJB (e.g. BeanBO ) URI…
Daniel Flores
  • 770
  • 3
  • 12
  • 31
7
votes
2 answers

How to programmatically check JMX MBean operations and attributes?

Suppose we have a MBean that has the following attributes and operations. Attributes: name size Operations: getName() getSize() Is there a way to programmatically check for the attributes and operations? I've been working with the IBM WebSphere…
MD6380
  • 1,007
  • 4
  • 13
  • 26
6
votes
1 answer

Using Websphere MQ Topic .NET API

I read this article And still didn't understand the notion of how topics works in MQ. In JMS I know that you can publish a message on a Topic, and in order to receive a message from it you first need to subscribe to it (using the subscription name…
Guy
  • 915
  • 2
  • 14
  • 27
6
votes
2 answers

Certificate chaining error in Websphere

I am trying to consume a RESTful service from url https://someurl.com. I have added the following properties in my code: Security.setProperty("ssl.SocketFactory.provider", "com.ibm.jsse2.SSLSocketFactoryImpl"); …
Ayan Biswas
  • 1,641
  • 9
  • 39
  • 66
6
votes
1 answer

JAX-RS without jersey on WAS7

I have JAX-RS WS application deployed on WAS 8.0 with an empty 2.4 web.xml, class that extends 'javax.ws.rs.core.Application' and 2 resources, and it works great. I would like to deploy this application on WAS 7.0, but I'm getting: 'Error 404:…
danieln
  • 4,795
  • 10
  • 42
  • 64
6
votes
1 answer

Setting up a URL resource on WebSphere Application Server 7.0?

I need to setup a URL resource in WebSphere and is following this tutorial. However, the tutorial requires the modification of WebSphere's web.xml and ibm-web-bnd.xml using WebSphere Studio. I don't have a WebSphere Studio so I need to modify those…
Arci
  • 6,647
  • 20
  • 70
  • 98
6
votes
2 answers

wsadmin + jython restart WAS appserver

Is it possible to stop/start WAS appserver using wsadmin (jacl/jython). I want to detele all caches on profile and then restart WAS appserver. I'm using wsadmin as standalone.
6
votes
2 answers

How to do websphere 7 deployment automation using maven?

Hi all Our Maven scripts are currently written to compile/package & deploy in tomcat6 (development) server. This helped us in automating the build-deploy process. Moving forward, we want to do automated deployments into WAS7 (Websphere 7) server…
yathirigan
  • 5,619
  • 22
  • 66
  • 104
5
votes
2 answers

Websphere: log soap requests & responses

I'm using Websphere 7. Using existing WSDL, I've created WS client using wsimport ant task (com.sun.tools.ws.ant.WsImport). Is there a way I can log SOAP xml requests/responses sent/received by this client?
Igor
  • 1,406
  • 2
  • 23
  • 45
5
votes
2 answers

Configuring and looking up a simple String via JNDI in WebSphere

For the configuration of our applications we want to place some of the configuration in the application server. We are currently using the WebSphere JNDI facility for looking up urls and datasources. In addition we want to place simple Strings in…
Udo Held
  • 12,314
  • 11
  • 67
  • 93
5
votes
3 answers

How to Speed Up IBM Rational Application Developer/Rational Software Architect

I want to know how can I speed up RSA 7.5( which is an IDE by IBM having eclipse under the hood with websphere server runtimes) mainly server start. The first time I start it after computer reboot it loads after, but after that it takes for ever to…
Nomad
  • 1,092
  • 11
  • 29
  • 42
5
votes
1 answer

websphere 7 and (application based) open-jpa 2

I want to not use the built in Websphere 7 jpa plugin, instead use an application WEB-INF/lib/open-jpa 2 and a proprietary persistence provider. I cannot install the OSGI and JPA 2 feature pack for Websphere. Originally, I was getting a sax parse…
Morgan Dowell
  • 267
  • 5
  • 11
5
votes
3 answers

websphere 7 (and Spring Roo) incompatible with javax.el.ELException

I have a application where the frontend is based on the Spring Roo 1.1.2 jspx files. Every think works fine in Tomcat 6, but if I deploy the same application in a Websphere 7 (class loader: parent last), then I get a…
Ralph
  • 118,862
  • 56
  • 287
  • 383
5
votes
1 answer

How to multi-thread a Java EE database audit logger?

I'm working on a Java EE 5 application running on Websphere 7.0, and am trying to find a thread-safe and performant way to multi-thread the persistence of database audit log records. Are there any known methods for performing multi-threaded audit…
Kaleb Brasee
  • 51,193
  • 8
  • 108
  • 113
1
2
3
54 55