X Jin

Greenhorn
+ Follow
since Jan 14, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by X Jin

We have set the cookies by invoking the addProperty method :

Cookie lCookie = new Cookie("testCookie", data4Cookie);
lCookie.setPath("/");
Response.addProperty(lCookie);

in evironement IBM WPS 6.1 (JSR 286).

But, we cannot retrive the cookie that we have set, what's wrong in the configration ? Anyone can give us some suggestions, please ?

Thans in advance,

13 years ago
Hi,
I have an application in Websphere portal server v5.0.
I need to extract all pages from the configuration of WPS.
To do this, I try to executer the request SQL from the database directly, but i cannot get all pages with unique name. It seems to miss some pages in the table �ROLE_INST� or �LNK_USER_ROLE�. I doubt there are some data of the configuration still in cloudscape. Anybody can give me some advice for this? How can I view the data in "cloudscape\wps50" directory?
In other hand, using accessXML, all pages are in the output file XML.

Thanks very much for your help in advance,
15 years ago
Hi,
I have an application in Websphere portal server v5.0.
I need to extract all pages from the configuration of WPS.
To do this, I try to executer the request SQL from the database directly, but i cannot get all pages with unique name. It seems to miss some pages in the table �ROLE_INST� or �LNK_USER_ROLE�. I doubt there are some data of the configuration still in cloudscape. Anybody can give me some advice for this? How can I view the data in "cloudscape\wps50" directory?
In other hand, using accessXML, all pages are in the output file XML.

Thanks very much for your help in advance,
Thanks your response.
Yes, I have WSDL description: Webervice.wsdl
I can access the method from the Explorater of WebService.
In my case, the URL of Webservice is : http://localhost:9080/bip/services/WebService
The method, by example is "isAlive" with the parameter in type String.
I try type in URL like http://localhost:9080/bip/services/WebService/isAlive?message=test,
However, I cannot get the response and it redirect to an error page.
15 years ago
Hi,

Somebody can tell me how to call the methods of webservice from the URL?


Thanks,
15 years ago
Hi,

I'm trying to migrate our source to WAS 6.0, using RAD7.0
Could please tell me where I can add the directory in ws.ext.dirs with WAS V6.0 ?
Actually, I cannot access the admin console, see the exception:
Erreur de servlet]-[_ibmjsp._logon]: java.lang.ClassNotFoundException: _ibmjsp._logon
at com.ibm.ws.classloader.CompoundClassLoader.findClass(CompoundClassLoader.java:464)
at com.ibm.ws.classloader.CompoundClassLoader.loadClass(CompoundClassLoader.java:365)
at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
at java.beans.Beans.instantiate(Beans.java:202)
at java.beans.Beans.instantiate(Beans.java:63)
at com.ibm.ws.webcontainer.servlet.ServletWrapper$3.run(ServletWrapper.java:1780)
at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.loadServlet(ServletWrapper.java:1775)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:558)
at com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:121)
at com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper.handleRequest(JSPExtensionServletWrapper.java:204)
at com.ibm.ws.jsp.webcontainerext.JSPExtensionProcessor.handleRequest(JSPExtensionProcessor.java:254)
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3071)
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:236)
at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:210)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1958)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:89)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:472)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:411)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:288)
at com.ibm.ws.ssl.channel.impl.SSLConnectionLink.determineNextChannel(SSLConnectionLink.java:950)
at com.ibm.ws.ssl.channel.impl.SSLConnectionLink$MyReadCompletedCallback.complete(SSLConnectionLink.java:582)
at com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1701)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:566)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:619)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:952)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1039)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1471)

Could anyone give me some advice for this problem ?
16 years ago