[JBoss-user] [Installation, Configuration & Deployment] - how do you control when sessions are swept away?

2006-06-06 Thread zzztimbo
using SessionMonitor.getSessions(), i can see that there has been a session alive since Saturday, which is about 3 days. how do i control how long sessions last before they are garbage collected? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949434#3949

[JBoss-user] [Installation, Configuration & Deployment] - best way to install on fedora core 5

2006-05-18 Thread zzztimbo
i've read you're supposed to use yum to do all your installations. what is the best way to install the latest version of the jboss app server on fedora core 5? thanks for any tips. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944796#3944796 Reply to the

[JBoss-user] [Installation, Configuration & Deployment] - i would like to have jboss respond to port 80 on my mac os 1

2006-05-11 Thread zzztimbo
i modified the server.xml file in the jbossweb-tomcat55.sar directory to http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943057#3943057 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943057 --

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Intermitent DeploymentException: Unexpected end of ZLIB

2006-04-28 Thread zzztimbo
i sometimes get this problem as well. i have to resort to stopping JBoss and the restarting. not convenient at all. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940246#3940246 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - asian characters in url

2006-04-28 Thread zzztimbo
i have a javascript function that pops open a new window and then send the user to a url with some parameters passed in. the problem i have is that some of the parameters i want passed in are asian characters (unicode characters). when i view source, i see the characters are there in the java

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: tag library error - org.apache.jasper.JasperException

2006-04-12 Thread zzztimbo
i do believe my problem is with nested tags. i have a tag called: QuestionBox and everything within it is rendered as text. i have inserted other custom tags inside of it and they just print to the screen. has anyone had a problem like this? code example: i know the DoSomething ta

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - tag library error - org.apache.jasper.JasperException

2006-04-12 Thread zzztimbo
I'm using a tag library to create user interface motifs. This application has been previously deployed on JRun 4, without a problem. I am currently working on making modifications to make it run on JBoss. Here is the exception I am getting: org.apache.jasper.JasperException: /dep/currx.jsp(1

[JBoss-user] [JBoss Seam] - Re: creating a page with lists from the db

2006-03-23 Thread zzztimbo
"[EMAIL PROTECTED]" wrote : It means there is an @In attribute for a context variable that is null, and you do not have required=false or create=true. thank you very much. that appears to have worked. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932297#3932

[JBoss-user] [JBoss Seam] - Re: creating a page with lists from the db

2006-03-23 Thread zzztimbo
"ido_tamir" wrote : from the docs: | 1.3.2. How it works | The first time we navigate to the messages.jsp page, whether by a JSF postback (faces request) or a direct browser GET request (non-faces request), the page will try to resolve the messages context variable. Since this context varia

[JBoss-user] [JBoss Seam] - creating a page with lists from the db

2006-03-23 Thread zzztimbo
i would like to have a page display items that are already persisted in the database. the examples i've encountered have been displaying a list of items only after an action button has been pressed. is there an example of how to do this when a page loads? View the original post : http://w