Roberta Remenyi

Greenhorn
+ Follow
since Jun 17, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Roberta Remenyi

Hello,
My question is like this: Can you configure Weblogic on NT to be used only as a WEB server and be connected to Weblogic on unix configured as a JSP server???
21 years ago
Hello,
When trying to boot Weblogic (used as a servlet engine) we get the error below. Can anyone hepl with this?
Exception in thread "main" java.security.AccessControlException: access denied (java.lang.RuntimePermission createSecurityManager)
at java.security.AccessControlContext.checkPermission(Unknown Source)
at java.security.AccessController.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPermission(Unknown Source)
at java.lang.SecurityManager.<init>(Unknown Source)
at weblogic.boot.ServerSecurityManager.<init>(ServerSecurityManager.java:11)
at weblogic.Server.main(Server.java:59)
Thanks,
Roberta
at weblogic.Server.main(Server.java:55)
21 years ago
I would like to know if is a simple way to parse XML code to JAVA code.
I receive an XML file and I need to translate it to a java class.
(PS Please don't send me to java.sun.com... there are problems with the site. )
22 years ago
where can i get some xml tag libraries?
------------------
Roberta R.
Anyone knows of any xml courses online? Or a good tutorial???
------------------
Roberta R.
Does anyone know if you can activate JVM's garbage collector manually ( hard coded )?
23 years ago
We use Weblogic as an application server. Does anyone know if we need to do (configure) something special in order for Weblogic to make and use a pool for EJB entity beans?
------------------
Roberta R.
23 years ago