[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: #include virtual comand not working in JBoss

2006-04-10 Thread juzer
:-) Did just that. We found out that jboss standalone would not suffice and an apache webserver would be required to server up static content. We separated our static and app content deployed diff ear files on both and the code started working. Regards, Juzer View the original post :

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: #include virtual comand not working in JBoss

2006-04-08 Thread dduchaine
Why don't you front JBoss with Apache? See Wiki View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3935994#3935994 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3935994 ---

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: #include virtual comand not working in JBoss

2006-03-25 Thread [EMAIL PROTECTED]
Servlet filter that parses the page. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932626#3932626 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932626 --- This SF.Net

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: #include virtual comand not working in JBoss

2006-03-20 Thread juzer
I almost forgot ... this command works well in JRun. I am trying to migrate my app to JBoss. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3931367#3931367 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3931367

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: #include virtual comand not working in JBoss

2006-03-20 Thread [EMAIL PROTECTED]
Use a standard mechanism like jsp includes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3931406#3931406 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3931406 --- This

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: #include virtual comand not working in JBoss

2006-03-20 Thread juzer
right, but my app does not use a jsp architecture. All files are html and the dynamic content is handled through code using a custom built architecture. Using a jsp include would mean converting all htmls into jsps, which might not be a feasible option. Is there no work around for this?