I have trouble opening the admin console for the websphere server. The server is up and running though, the application deployed and all. The only problem is with the console which gives a 404 error.
I am trying to inject an EJB with the @EJB annotation : when I inject an EJB into another EJB it works fine.
We\'ve got a project migrating from websphere to jboss. In the websphere d开发者_如何转开发eployment document, there\'s a step specifying war class loader policy: single class loader for application.
This is about as basic as I can make it - brand new setup in RAD, brand new project, all default settings and this code:
I\'m using Websphere Portal 7.0 and creating a portlet with RAD 8.0. My portlet is trying to make a db2 connection to a remote server. I wrote a java program locally to do a basic JDBC connection to t
I want to use a role based access control for the authorization of one of the applications on a WebSphere application server, but as far as I\'ve seen the users and roles are defined on application se
The set up I have websphere 6.1 running two application servers. Each running the same application (Maximo). Each applicat开发者_如何学JAVAion point to a different database.
we have WAS (Websphere Application Server) 7 web service, that is somekind of proxy to other party SSL secured WebService.
I am looking for a way to extract EJB3 knowledge from the source code to external build files. We are currently doing a migration to Maven of an application originally built by Ant. The application
I am trying to build my java classes but they aren\'t going to the directory defined in the WEB-INF/classes directory.