Hi guys,
I am in a job of migrating an application running on weblogic to jboss.
The biggest challenge i face here is obtaining any JNDI resource in the existing code
where all the resources are accessed like this:
Properties h = new Properties();
h.put(Context.INITIAL_CONTEXT_FACTORY
let's say your war package name is: example.war under which u have one jsp, test.jsp
and web-inf folder.
Then you must access the test.jsp like this
http://localhost:8080/example/test.jsp
where i assume that the server runs on your local machine on port 8080
View the original post :
http://
Hi guys,
In Weblogic, the compiler for jsp compilation could be set like this:
compileCommand
/bin/javac.exe
in weblogic.xml.
Does anybody know how to set the similar stuff in JBoss?
View the original post :
http://www.jboss.org
Hi guys,
I have the web-jsptaglibrary_1_1.dtd put under WEB-INF\dtds . One of my
tlds which is under WEB-INF\tags\up is referring to the dtd like this
When i start the jboss server and try to access any custom tag which refers the tld,
server throws an exception like this
org.a