Im trying to start working with Java EE using Weblogic, and i cant make JSTL tags work, in simpliest code i get the following errors when deploying my application:
During deployment ofmy application in开发者_StackOverflow中文版 Oracle weblogic 11g Messages Unable to access the selected application.
What is the m开发者_如何学JAVAinimum amount of RAM that the Weblogic Admin Consoel (version 10.3.2) will run under? 256MB is usually a safe bet but for our larger production domains, we use as much as
I\'m trying to create new user in WebLogic 11g security realm. InitialContext ctx = new InitialContext(env);
Need to have a configuration screen for my listener. Now I want to start and stop the MyListener from web application.
I want to implement SAML Token based authentication and authorization for a Web services in Java to be deployed on WEBLOGIC 11g Server?
I have a long UR开发者_如何学运维L that points to initial page of the website and I want to make it simple so user can remember it. I don\'t want to do client-side redirects, I want to do it on server
I have a web application that does not have much of static content and more of dynamically generated pages. Lets say I deploy it in weblogic. Why do I开发者_StackOverflow社区 still need a web server (
I am adding a WAR module [my-web-app] to an existing EAR application [my-ear-app] that currently contains EJB modules only. The WAR module is a RESTful app written in Spring MVC 3.0.
Well kind of a crazy question and I may be off my rocker but here it goes.I have a Java project that is NOT and web application.It is basically a service that right now is started using the main metho