[JBoss-user] [Security & JAAS/JBoss] - looking up jndi resource in jboss with security credentials

2004-08-13 Thread pritam
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

[JBoss-user] [HTTPD, Servlets & JSP] - Re: How to config Jboss to allow it access the server local

2004-08-12 Thread pritam
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://

[JBoss-user] [HTTPD, Servlets & JSP] - JSP compiler Setting in Jboss

2004-08-12 Thread pritam
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

[JBoss-user] [HTTPD, Servlets & JSP] - Relative URI problem in Jboss

2004-08-12 Thread pritam
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