[JBoss-user] [Installation, Configuration & Deployment] - How to access between difference context path?

2006-03-20 Thread khan76s
hi... i`m working about orgnized web framework in jboss. i`ve got a question. u know, jboss is support laszlo as type of war. and then when i access images... in my laszlo page, it can`t find. i just wrote logical url like a /images/test.gif. it doesn`t work. when i wrote physical url l

[JBoss-user] [Installation, Configuration & Deployment] - share library between jboss lib folder and tomcat war lib fo

2006-03-20 Thread khan76s
hi when servlet use some class it have to locate on lib folder in tomcat? if i located on a lib that is used servlet in jboss/defalut/lib i would throw class not found exception. and how to share library beteen jboss lib folder and tomcat war lib folder? View the original post : http://ww

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: How to access default library from servlet?

2006-03-15 Thread khan76s
[i`m so sorry there have many spelling problems] Hi. it seem to silly question. but, i have to ask i would like to access some.class in defalut/lib/xxx.jar from servlet. as you know, it will occur erro like a "class is not found".. but, i load my class which located in default/lib as a mb

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: How to access default library from servlet?

2006-03-15 Thread khan76s
"khan76s" wrote : Hi. | it seem to silly question. but, i have to ask | | i would like to access som.class in defalut/lib/xxx.jar from servlet. | as you know, it will occur erro like a "class is not found".. | | but, i load my class while located in de

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - How to access default library from servlet?

2006-03-15 Thread khan76s
Hi. I seem to silly question. but, i have to ask i would like to access som.class in defalut/lib/xxx.jar from servlet. as you know, it will occur erro like a "class is not found".. but, i load my class while located in default/lib as a mbean. and i want to access this class. but, i can`t