websphere-6.1

How do I build a WAS 6.1 specific EAR without RSA/RAD?

Are there some IBM ant tasks that support this? ...

Problem with connecting to a java web service running on WebSphere 6.1

Hello! I have one machine running a java web service on IBM WebSphere. It is using port 9081. I also have a client to this web service written in c#.NET. The funny thing is that I can easily reference the web service in Visual Studio 2005 (I get the wsdl definition) by http://ip_address:9081/ProjectName/services/MyService?wsdl but I can...

How to add the hostname to every line of SystemOut.log ?

Hello, We have load balancing and the same name on multiple instances of WebSphere 6.1. Is there a way to WebSphere need to add the physical hostname to the WebSphere SystemOut.log lines (for example, to prepend to every line)? Thanks, Bert ...

update portlet without refreshing portal page

I'm trying to create a simple agena portlet. Now I've developed a basic one using spring-portlet-mvc, it allows you to navigate to the next and previous month with thusly named links that invoke a previousMonth or nextMonth function in my controller. Now the problem I'm having is that this navigation causes my whole page to refresh. Now...

Changes to markup files not getting picked up in wicket project

When I change a html file in my wicket project and reload the page the changes don't get automatically picked up. I have to republish to pick up the changes. Changes to java files get picked up without any problems. I am running a wicket 1.4 project on a websphere 6.1 server. So far I have tried the following steps Validated that relo...

In a distributed environment, how can I configure log4j to log to different files for each JVM instance in the same host?

My application runs on IBM WebSphere 6.1 Network Deployment. The application have several JSP files and Java classes. Today each host have only one JVM instance but my intention is to start another instance on each host. How can I configure log4j to log to different files for each JVM instance in the same host? I thought of using variabl...

How to disable or reduce SSL logging in Websphere Application Server

Hi fellow WAS users, The logs in Websphere Appplication Server are thrashing a lot with redundnant details on SSL certificates used for each message sent over https. Does anyone know how to disable this in WAS? Thanks ...

WebSphere web.xml / bindings issue

I just recently started having issues while deploying EARS within websphere. The error I get after I install the apps is provided below. ------Start of DE processing------ = [7/18/10 10:51:19:309 CDT] , key = javax.management.MBeanException com.ibm.ws.management.AdminServiceImpl.invoke 679 Exception = javax.management.MBeanException So...

Websphere Application Debug logging

Hi There, 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...

How do I launch the WebSphere management console in Windows 2003 Server

I am new to WebSphere application server. I need to make minor changes on the server. I don't know how to launch the Admin console. ...

jmeter websphere 6.1 j_security_check

Can someone explain to me how to get jmeter to login. I have an http request that goes to apps/j_security_check. I have added two parameters j_username and j_password. It does not seem to authenticate the user when I run this request. ...

Problem with RMS and Websphere 6.1 32 bit

Hi, I'm facing a problem with Websphere and RMS, followings are what I have: Windows 2003, sp2, 64 bit, enterprise edition. Microsoft Office word 2003 sp3. The machine is connected to a domain, and I logged-in by a domain user (with email address). RMS client installed. RMS is worked correctly when trying to apply it from Word it self....

Has anyone been able to hotdeploy using m2eclipse on Websphere 6.1 with MyEclipse?

I've been looking around for a while how can I hotdeploy my projects when using m2eclipse plugin on MyEclipse and working with Websphere 6.1. What I've done so far is to deploy my full application using the was6 maven plugin (http://mojo.codehaus.org/was6-maven-plugin/) but that plugin will only deploy the EAR into the Websphere.So when...

Websphere problem with JSP page

Hi all, I am migrating a web application from tomcat to an IBM Websphere 6.1. The problem is that i get this error when i navigate to a specific page: Error message: JSPG0048E Page failed to validate using taglib validator for http:java.sun.com/jsp/jstl/core : org.xml.sax.SAXParseException : Premature end of file. Error code...

WebSphere - Horizontal Scalability

Does WebSphere 6.1 (not the ND edition) support the creation of a server group/cluster with multiple nodes possibility spanning across multiple machines. The idea is to create a horizontal cluster for load-balancing and fail-over support. The Base Edition of WAS allows the creation of multiple WAS instances but what about the creation ...

Is there a way to find out how long it takes for websphere process a request

I have an issue where I need to monitor how long it takes for Websphere to process a request. Specifically I need to know how much time is spent in the "application world", that is time spent processing code in the ear file. I can't just compute request_time - reponse_time because that contains time spent in the container or what I cal...

Websphere App Server 6.1: Redeploy after web.xml change required?

In WebSphere Application Server 6.1, is it necessary to redeploy the application (WAR/EAR) every time a change is made to a web.xml descriptor file? ...

Is there a pre-existing sulution using c# with the Excel Interops to template excel like jXLS does?

I'm looking for comments, alternative solutions and recommendations. Background: We currently have a CRUD app built on Websphere using the struts framework. We generate excel documents using a standalone C# application that is tied together to the web application using an ActiveX control. We pass XML that contains elements for each docu...

How can I add Websphere 6.1 server/runtime to Eclipse?

I'm currently using RAD 7.0.x.x but I would like to switch to Eclipse. As far as I managed to Google, there's no way to do it (there is an example which shows it's possible by making a Genreic Server/Runtime, but that option is not available in Eclipse Galileo 3.5.2.). I could try Helios, but before downloading and installing would like ...

websphere application server

What is the exact use of this bellow entry in WAS6.1 server.xml. Can you please tell me why we need this "defaultCookieSettings" and his attribut "secure=false". defaultCookieSettings xmi:id="Cookie_1282579260990" domain="" maximumAge="-1" secure="false" <components xmi:type="applicationserver.webcontainer:WebContainer" xmi:id="WebCon...