[JBoss-user] [Beginners Corner] - Re: Applet problem - ClassNotFoundException

2004-11-08 Thread alehrens
Turns out that everything that the applet is going to use had to go into my applet ear. So, the classes reside in two places, but theoretically, should never conflict because they're the same classes. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854327#38

[JBoss-user] [Beginners Corner] - Applet problem - ClassNotFoundException

2004-09-17 Thread alehrens
Hi, I'm trying to run an applet with Jboss 3.2.3. I only want to put my one main applet class in the jar that resides in the war file and then have the utility classes reside in a common area so that other .ears can see them as well. Originally, I thought this would be in the server lib direct

[JBoss-user] [EJB/JBoss] - Classes in two ears in two places

2004-09-15 Thread alehrens
In our application, we have one main group of classes. This group of classes are used by both our main application and by our client side applet. Currently, we put these classes in the deploy directory so that we can deploy multiple .ears and have all these .ears have visibility to the cental

[JBoss-user] [Installation & Configuration] - Re: No session timeout

2004-06-24 Thread alehrens
fyi...I had to add a session-config part to the web.xml file for my .war. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839810#3839810 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839810 --

[JBoss-user] [Installation & Configuration] - No session timeout

2004-06-21 Thread alehrens
Hi, I'd like to create a little application that does not support any timeout whatsoever. I've already changed the web.xml file in the http-invoker.sar/WEB-INF directory to show a session-timeout value of -1. I've also changed the web.xml file in jbossweb-tomcat41.sar to show a session-timeou