websphere-6.1

deploying Websphere 6 on RAD 8

懵懂的女人 提交于 2019-12-13 04:01:44
问题 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? 回答1: RAD 8 can definitely run WAS 6 and 6.1 server instances; I'm running 6.1 on mine. But you have to select those components for installation. Using the IBM Installation Manager, you can Modify the RAD 8 installation and select what you need. 回答2: You got to change your question to ensure that you are communicating the right information.

WebSphere: issue merging plugin-cfg.xml for load balancing

醉酒当歌 提交于 2019-12-12 02:50:13
问题 I'm trying to merge and load balance several stand-alone WebSphere 6.1 Express servers. I'm using the instructions provided here: Merging plugin-cfg.xml files from multiple nodes http://www-01.ibm.com/support/knowledgecenter/SSEQTP_8.5.5/com.ibm.websphere.base.doc/ae/twsv_configsimplelb.html?lang=en and here: Configuring simple load balancing across multiple application server profiles http://www-01.ibm.com/support/knowledgecenter/SSAW57_6.1.0/com.ibm.websphere.base.doc/info/aes/ae/twsv

Websphere 6.1 and BASIC Authentication

你离开我真会死。 提交于 2019-12-11 19:45:12
问题 I have a sample file for BASIC page authentication that works perfectly in tomcat but it wont work at all in websphere. Any ideas what needs to be done differently in Websphere? Thanks Damien 回答1: Damien, Please review Chapter 7 of the Websphere 6.1 Security Handbook titled "Securing a Web application": http://www.redbooks.ibm.com/redbooks/pdfs/sg246316.pdf 回答2: Have you enabled global security on Websphere? 来源: https://stackoverflow.com/questions/221629/websphere-6-1-and-basic-authentication

WebSphere: change port of web service from default to 443

笑着哭i 提交于 2019-12-11 16:09:10
问题 I've created a web service using this example: http://www.albeesonline.com/blog/2008/07/27/creating-a-webservice-using-rad-7/ When I call the web service to get the WSDL, I use a URL like this: http://acme.com/storefront/services/InventoryInquiry?wsdl And WebSphere responds with a WSDL page with a URL like this: http://acme.com:9082/storefront/services/InventoryInquiry/wsdl/InventoryInquiry.wsdl What I'd like is for WebSphere to respond using SSL and port 443, and not the WebSphere default

Websphere Application Debug logging

孤人 提交于 2019-12-11 02:06:03
问题 I am trying to get my web application deployed on Websphere 6.1 to display debug level logs. Originally I was using log4j, but have changed all loggers to use commons logging since it seems this is supported by Websphere. I have set the log level under Logging and Tracing > server1 > Change Log Detail Levels to: *=info: com.myapplication.*=all Unfortunately this only seems to display info level logs from my application in the SystemOut.log The following shows up in the logs: if (log

What I have to do to guarantee that ccc.jar is loaded before aaa.jar?

五迷三道 提交于 2019-12-11 01:37:21
问题 Does somebody know in which order of precedence are the jars loaded? Having several jars in WEB-INF/lib (in a war inside an ear in WAS 6.1 ). Let's say aaa.jar , bbb.jar , ccc.jar . I have two different versions of a class paq1.paq2.paq3.MyClass inside aaa.jar and ccc.jar The one inside ccc.jar is the correct one; the one in the aaa.jar is the wrong. It seems that the wrong version is localized before the correct one. Does somebody know what I have to do to guarantee that ccc.jar is loaded

RAD (Rational Application Developer) — Clean vs. Publish vs Restart

倾然丶 夕夏残阳落幕 提交于 2019-12-09 13:11:17
问题 I am currently using the Spring 3.0 framework in a websphere 6.1 environment. The IDE I am using is RAD (Rational Application Developer) 7.5. I was working on a problem last night and I found that my code wasn't being 100% refreshed on the server after making a change in my workspace. My question is what is the difference from websphere's perspective between the following: Restarting the entire server with an EAR installed Cleaning an EAR within WebSphere Clicking on the project and selecting

How do I get basic authentication working on WebSphere?

一世执手 提交于 2019-12-09 06:23:58
问题 Okay, so I've been running a Java/Jersey webservice on Tomcat with basic authentication which works perfectly fine. I've got permissions set up in the web.xml file of my project, and users set up in tomcat-users.xml on the server. Works great. Problem is, now I have to transfer this project to WebSphere, which has nowhere near as simple of an implementation of basic authentication. I've seen this question: Websphere 6.1 and BASIC Authentication and looked at Chapter 7 of this pdf like

Why WebSphere 6.1 (JDK 1.5 Compliant) compiles my JSPs as JDK 1.4?

爱⌒轻易说出口 提交于 2019-12-08 05:50:43
问题 Our web application is JDK 1.5 compliant, and is running succesfuly on WebSphere 6.1 However, some JSPs we have that contain Java code in 1.5 syntax fail to compile by WebSphere. It seems that for some reason, WebSphere treats the JSPs as 1.4 complient and fails to compile. Any idea why and how to solve this? (Stop writing Java in JSPs is one answer, what else?) 回答1: if you are using RAD, open web.xml go to extensions tab and add new jsp attribute jdkSourceLevel and value 15 (no dot in it) it

Updating .ear file on websphere (6.1) still runs old code

醉酒当歌 提交于 2019-12-06 10:46:38
I have a question regarding updating a application on websphere application server. The application is already up and running and I just want to update the code which is packaged in a .ear file. Here is what I thought I should do: stop the application server. go to my enterprise application, select the one I am updating, and click update. point to my .ear file in replace the entire application radio button option. restart my application server. After doing this and trying out my application, it is still running the old code, which makes me really confused. The only way I managed to get it to