Sebastiao Santos

Greenhorn
+ Follow
since Jun 12, 2003
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 Sebastiao Santos

Anyone tried to configure the following property on the scheduler factory ?

org.quartz.scheduler.threadsInheritContextClassLoaderOfInitializingThread=true


I've tried without success. Still can't lookup java:comp/env ejb homes.
11 years ago
Hi,

I'm having problems to compose pages with <jsp:include .../> on WAS, on JBoss x Tomcat every works fine.

I've tried a lot, but my <jsp:include page="bla.action" /> do not work in Websphere 6.1.

Everytime I get a recursive include to my home page.

If I remove the <jsp:include ...> to action and put data + include to jsp rendering the data, all works fine.

I have JAAS protecting all my actions, but this happens after I've got success login.

As I'm desperated and tried everything, now I'm trying not to use the Struts2 Filters, but one Servlet as dispatcher to prepare and execute the actions like above:


I'm not using sitemesh, but have struts clean up filters up and running:


When I was using FilterDispatcher, I've used FORWARD, REQUEST, INCLUDE, ERROR as dispatching, but, none works.

On my struts.xml I have something like:


Someone knows what is happening with my jsp:include *.action ?

[]'s
14 years ago
Hi,

What about the client app still using HTTPS, making calls with javax.net.ssl, and obtaining serialized XML ?

We still can grant the SSL cypher, a important requisite.

Is this a razoable solution ?

thanks
Man,

If I read this before, my score myst be better.

Still going to level III, already delivered level II.

Congratulations.
I think that if you view helpers could serve to all clients (web and application), it could work !