Questions tagged [websphere-6]

WebSphere Application Server (WAS) is a software product that performs the role of a web application server

WebSphere is a software framework and middleware that hosts Java based web applications. It is the flagship product within IBM's WebSphere software suite.

  • Support for Java Standard Edition 1.4
13 questions
3
votes
2 answers

JNDI issue with Websphere 6 UserTrasaction and Quartz Scheduler

I have my Web Application running on WebSphere 6.0 and also there are some Quartz Scheduler Tasks. If I do the lookup like that in hibernate.cfg.xml: java:comp/UserTransaction It works fine with my…
2
votes
2 answers

Include static file in JSP with variable filename on WebSphere 6

I'm struggling with including a static file into my JSPs on Websphere 6.0.2.17. I tried this: <% final String MY_DIR = ResourceBundle.getBundle("mybundle").getString("props.pages.wcm"); %> <% final String page =…
cringe
  • 13,401
  • 15
  • 69
  • 102
1
vote
1 answer

Different result of h:messages after migration from JSF 1.1 to JSF 1.2

I have a problem with page rendering after migration from WAS 6.0 + JSF 1.1 to WAS 7.0 + JSF 1.2. The main problem is in the following code:
1
vote
4 answers

where does System.out.println statements gets printed in websphere App Server

I have an application which is configured on IBM WebSphere 6.0 version. In that application, where ever the System.out.printlN() Statements, are there Where do they get printed? I mean which log files, will get it printed? In standalone I can…
gmhk
  • 15,598
  • 27
  • 89
  • 112
0
votes
1 answer

Error in starting WebSphere 6.0 with JProfiler

I want to use JProfiler to profile Websphere v6.0(Java 1.4.2) in a remote server linux(Red Hat Enterprise Linux Server release 5.3 kernel release 2.6.18-238.1.1.el5) but after following the documentation, when I start Websphere, I got the following…
Camara
  • 1
  • 1
0
votes
2 answers

Understanding Websphere Internals

I have the misfortune of having to help troubleshoot some performance issues in an ancient application running on Websphere 6.0.2. It runs on an SLES9 using the IBM JDK 1.4.2. There is not a single part of this application that could be considered…
Matt
  • 8,367
  • 4
  • 31
  • 61
0
votes
2 answers

WebSphere 6.1 Increase Server Start timeout above 300 seconds

I'm maintaining some legacy code (dont ask), and my EAR file takes so long to load i hit the 300 second timeout, where the server starts but doesnt deploy the EAR. Then If i click publish, it deploys correctly because it saved precious seconds of…
Stefan
  • 352
  • 3
  • 15
0
votes
1 answer

How to properly monitor the actual number of database connections from WebSphere 6.1?

I need to monitor the actual number of connections from Websphere to the database. I've tried to do this in three different ways, but each way gives me a different outcome. I'm working on Webpshere 6.1 with several nodes, each containing three…
Rubid
  • 59
  • 1
  • 1
  • 5
0
votes
1 answer

Where exactly in server.xml can I add -Djavax.net.debug=all is it in the jvmEntries in the debugArgs?

I wanted to add the following JVM arguments to get more detailed logs in IBM WebSphere 6 -Djavax.net.debug=all Should I add it to the genericJvmArguments or the debugArgs option. More specifically should I just edit the server.xml or use admin…
Ujjwal Pathak
  • 646
  • 12
  • 21
0
votes
1 answer

Can WebSphere variables be used in extendedDocumentRoot?

Can variables be used in the ibm-ext.xmi file for the extendedDocumentRoot attribute on WebSphere 6.x? It appears they are available for Websphere 7.
Bill Griffith
  • 31
  • 1
  • 8
0
votes
1 answer

map resource reference to resources in WAS6

In my EAR containing a WEB module and an EJB module I am trying to map EJB resources in WAS6 using ibm-ejb-jar-bnd.xmi. While installing EAR it ask for datasource mapping in Map resource reference to resources. my question is While installing the…
blackberry dev
  • 371
  • 2
  • 5
  • 16
0
votes
1 answer

Error during Installing WAS 6 : createprocess failed

I'm tried to install Websphere application Server Version 6 for one development project, and when I start the installation I got the error message that. the JVM is not correct and i should start the installation using -is:javahome
0
votes
1 answer

Can the code developed and running in Websphere application server v5.1 run in Websphere application server v6.0/6.1/7.0?

Can the code developed and running in Websphere application server v5.1 run in Websphere application server v6.0/6.1/7.0 without any problems? My scenario: Originally, the application developed using Java 1.4 and WAS v5.1. As part of change request,…