weblogic9.x

Weblogic: listing users assigned to a specific group/role

Can I do this through the Admin console? Or do I need a script? If the latter, some hints about how to approach this would be appreciated. ...

Weblogic refuses to start for different user

I have a Weblogic instance that starts fine for one user, but when a different user tries to start the same code it fails like this: <Jun 26, 2010 8:19:30 AM EDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 1.5.0_15-b04 from Sun Microsystems Inc.> <Jun 26, 2010 8:19:32 A...

where translated servlet of jsp got stored

As we know, when the jsp got complied it will get converted to servet. I have installed weblogic server 9.2, and i deployed a struts project which has jsp files. And in the browser i am able to see the application. Now i want to see the servelt file of jsp which i ran. Can anybody please tel me where i can find it or do i need to do ...

Best CI for Code Branching & Scaleable

My group has asked me to look at various CIs. I have been looking at hudson and apache continuum. I would prefer something open source. We have over 100+ builds going right now and its just going to grow. It needs to do maven and ant builds this is a J2EE environment. We also do a code branch every month so it would need to be easy to br...

Access JMS Queues from WebLogic in JBoss

What is the recommended approach for an application deployed as an EAR in JBoss 5.1 to access JMS destinations on WebLogic 9.2? The current implementation, which worked just fine on 4.2.3, does not even start without errors on JBoss 5.1. The application deployed to 4.2.3 used a Spring JmsTemplate to connect to WebLogic. WebLogic's clien...

Can we add weblogic 9.x as a server runtime to weblogic 10.3.2?

Can we find some weblogic 9.x plug-ins or patches to add weblogic 9.x runtime to weblogic 10.3.2? ...

Problem debugging web application deployed on Weblogic.

I have a problem debugging web application deployed on Weblogic v 9.2 application server. Debugging environment is the following: Eclipse Europa Oracle Enterprise Pack for Eclipse When I run application set by step, if I click F6 (Step over) - everything is Ok. But, when I click F5 (Step into) - debugging hangs, in Debug window, thr...

Weblogic and Struts2 FilterDispatcher problem

When deploying a Struts2 webapp on Weblogic 9.2 Multipack3, I always get: BEA-101165 Could not load user defined filter in web.xml: org.apache.struts2.dispatcher.FilterDispatcher. I tested the application in other application servers (JBoss) and it works. Does anyone knows the cause and solution for this? ...

Weblogic connection pool

Hi, Whenever I change connection pool parameters (url, id, pwd etc) I try to deploy the new connection pool in weblogic using the Control tab. I do a shutdown and start which IMO should redepoly the new connection pool. But the changes take effect only when I restart the server. What other parameters need to be tuned to avoid restarting ...

Weblogic State = Prepared

Hi, I have a web application deployed on weblogic 9.2 and the application has a servletcontextlistener and in the contextinitialized method, i am starting a timertask which will ftp a file to a remotre server every 24 hrs. Now if i keep the application in a state prepared, will the timer still run? I ask this question because a state = ...

Spring + Weblogic 9.2 + JAX-WS using Autowiring

I'm trying to make work WebServices in Spring in next way: WS managed by Weblogic. Autowiring WS in Spring as described in Spring Reference. Having WS included in same WebApplication All application requests match Acegi, Hibernate and Struts2 web.xml filters with pattern "/*". To isolate WebService requests I've included an implement...