[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Guys, EL expression/JSTL tags just display literally on

2008-03-14 Thread sepgs2004
My web.xml, element didnt have any mention of the namespace. May be the container assumed its favorite I think. I found information from this link: http://forum.java.sun.com/thread.jspa?threadID=552164&messageID=2701247 I updated my web.xml to reflect the following: | http://java.sun.com/xml

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Guys, EL expression/JSTL tags just display literally on my p

2008-03-14 Thread sepgs2004
I have JBoss 4.2.2, downloaded this Apache Taglibs standard.jar and jstl.jar and put these jars in jboss/server/default/lib directory; got past the compilation errors. Now on my rendered HTML page, EL expression just gets printed as it is in JSP, it does not get evaluated, seems like JBoss JSP

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss Virtual Host

2007-06-28 Thread sepgs2004
I do not know if you ever looked into this.. Might be helpful http://evolutionnext.com/blog/2005/09/05/1125954329320.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058840#4058840 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [Installation, Configuration & Deployment] - Re: Jboss server seems to shutdown automatically in mornign

2007-06-28 Thread sepgs2004
Its me again... It is a Redhat linux box... we start JBoss as a service. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058810#4058810 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058810 __

[jboss-user] [Installation, Configuration & Deployment] - Jboss server seems to shutdown automatically in mornign 8:30

2007-06-28 Thread sepgs2004
Seems like some jboss lifethread is doing this... I appreciate your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058805#4058805 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058805

[jboss-user] [Installation, Configuration & Deployment] - Is there any web interface to view JBoss server log dynamica

2007-06-05 Thread sepgs2004
I always go to the server location (for example, C:\jboss_lomboz_32\server\default\log) and look into the log file. I worked with Oracle App Server, used to have an Enterprise Manager Console, where I can see the log file contents and refresh them by a click... Could anyone help me locating th

[jboss-user] [Installation, Configuration & Deployment] - Guys, can we tell JBoss to clean tmp/work folders on restart

2007-04-12 Thread sepgs2004
I mean the following folders... \server\default\tmp\deploy and \server\default\work\ It seems, Jboss at restart, it is picking up from these folders old JSPs, etc. Atleast at app server restart, we would like to clean start. Thanks for your help View the original post : http://www.jboss.com

[jboss-user] [Installation, Configuration & Deployment] - If there are more than one -xms -xmx in JAVA_OPTS, which one

2007-01-24 Thread sepgs2004
My JAVA_OPTS for JBoss/JVM start up parameters contains two memory setting parameter, do you know which one it will take? JAVA_OPTS: -server -Xms128m -Xmx128m -Dprogram.name=run.sh -Djava.util.logging.config.class=com.sa.application.util.logging.SALogManagerConfigurator -Dlogging.config.file=ml