Questions tagged [websphere-6.1]

Use this tag for questions related to version 6.1 of IBM's WebSphere Application Server.

288 questions
0
votes
1 answer

Logging Stopped in Websphere

The Websphere protal 6.1 was logging normally [WAS_HOME]\profiles[PROFILE_NAME]\logs[SERVER_NAME]\ But when I tried to clear the content of the log file to clear old logs, WebSphere log to this file anymore and the file is always blank, knowing that…
Yehia A.Salam
  • 1,987
  • 7
  • 44
  • 93
0
votes
1 answer

Configuring Entrust CA cert for APNS on Websphere 6.1?

I'm running Websphere 6.1 on RHEL Linux. Trying to find out how to configure the APNS Entrust CA using the Websphere admin console key management commands. We are also using a proxy server outboud to connect to the Apple 17.0.0.0/8 push notification…
0
votes
1 answer

WAS-Active Directory Reason for Authentication failure

I am using form based authentication with Websphere Application Server and Active Directory. Authentication can fail because of variety of reason viz. user/password incorrect Password expired Account locked because of some pre set invalid…
Anshuman
  • 13
  • 2
0
votes
1 answer

how to test application deployed in websphere cluster.?

I have create a cluster in websphere and deployed a defaultapplication coming with ibm package to cluster. Now,i want to test this application to check weather it installed correctly on each member of the cluster or not. How can i check that on…
Yagnesh Agola
  • 4,556
  • 6
  • 37
  • 50
0
votes
2 answers

deploying Websphere 6 on RAD 8

I have to deploy WAS 6/6.x on RAD 8. In the dropdown for creatnig a new server I see only WAS7 and WAS 8 as options not 6 . How can I get WAS 6 on RAD 8?
anon
  • 1,101
  • 3
  • 17
  • 33
0
votes
2 answers

How to check if parallel portlet rendering is working or not

I have enabled parallel portlet rendering in Webspere portal server 6.1.5. by following the below steps legacy.useParallelRendering.html = true std.useParallelRendering.html = true And at individual portlet level as well. Could somebody please…
Snehan Solomon
  • 432
  • 3
  • 17
0
votes
1 answer

How to pass other data with j_security_check?

I use IBM Websphere Application Server 6.1 and my login screen have controls as:
User Name: [ Admin ] <<-- j_username Password: [ ******* ] <<-- j_password …
Fuangwith S.
  • 5,654
  • 8
  • 37
  • 41
0
votes
1 answer

RESTEasy java.lang.LinkageError: LinkageError while defining class: org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher

I am trying to implement RESTEasy in my project, which is giving java.lang.LinkageError: LinkageError while defining class:org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher I am using websphere 6.1 and RESTEasy 2.1.0.GA The detail…
JavaResp
  • 2,253
  • 5
  • 24
  • 25
0
votes
1 answer

I want to call/redirect to a Portal page from Struts2Portlet Action Class?

Hi We are developing a Struts2Portlet Application in WebSpherePortal6.0.1. In my application I want to redirect to another portlet page after fullfilling the validations in my struts action class.How to achieve it. Please help me. Thanks in Advance.
Rakesh Sabbani
  • 1,655
  • 5
  • 17
  • 31
0
votes
1 answer

Possible causes of an java application server's instance sudden shutdown

Given that I'm developer and knowledge of app servers is scoped to the basics such as deploying, declaring / mapping resources. My first step is to investigate the app and server logs (sysout and syserr) to find any clues and see the last thing the…
0
votes
1 answer

IBM Rational Application Developer 7 Websphere 6.1 not getting started while connecting over VPN

Application server IBM WebShpere 6.1 is getting started and runs for longtime when connected to VPN. But, its starts fine without VPN connection. It was working fine for more than a year and suddenly facing it. Anyone come across the same issue.…
G J
  • 41
  • 5
0
votes
1 answer

how to install and start the ear automatically using maven for web sphere6

I am using maven build for Automation. Can any one suggest me, how to install ear and start the ear at server side using maven For WebSphere 6.1 Thank u in advance
pradeep cs
  • 513
  • 4
  • 9
  • 34
0
votes
1 answer

How to install ear in local web sphere (automatically)

I am looking for automatic Ear deployment for WAS6 application. Is there any default scripts provided by WAS6? If Yes, Please provide me script names and please explain me, how to use that. It would be great help for me. If there is no default…
pradeep cs
  • 513
  • 4
  • 9
  • 34
0
votes
1 answer

Copy jsp files directly to installed apps on websphere server

In my previous company, we used to copy jsp files and the class files to the websphere server directly in the path below C:\Program Files\IBM\SDP70\runtimes\base_v61\profiles\AppSrv01\installedApps\P443Node02Cell Now, In my present company I dont…
Mahi
  • 87
  • 1
  • 5
0
votes
3 answers

WAS threads are getting hung

I am facing an issue that WAS threads are getting hung. Configurations: OS: AIX, WAS: 6.1.0.31 com.ibm.websphere.threadmonitor.interval: 180 seconds com.ibm.websphere.threadmonitor.threshold: 10…
Vaibhav Warpe
  • 141
  • 2
  • 4
  • 11