RE: Setting Up Tomcat for Multiple Users

2004-01-04 Thread Michael Coughlan
> I read something on the $CATALINA BASE but don't know how to deploy > that. Would be grateful for any help given I am no expert, but I believe $CATALINA BASE would only be helpful if everyone had his or her own Tomcat server each of which pulled classes and other files from a base install. That'

RE: Linux Kernel 2.6.0 success

2004-01-03 Thread Michael Coughlan
> -Original Message- > From: Oscar Carrillo [mailto:[EMAIL PROTECTED] > Sent: Friday, January 02, 2004 8:19 PM > To: Tomcat Users List > Subject: Linux Kernel 2.6.0 success > > I am successfully running the latest Apache/Tomcat4/mod_jk/openssl/jdk > with the new kernel 2.6.0 with RedHat9.

RE: HelloWorld embedded applet not being served

2003-12-22 Thread Michael Coughlan
> I'm having trouble serving up a fairly simple embedded applet from the > O'reilly Servlet Programming tutorials. Nevermind. I now see the debudding information at the bottom of the browser: "error.java.long.NoClassDefFoundError:com/oreilly/servlet/HttpMessage" I need to point out the Oreilly

HelloWorld embedded applet not being served

2003-12-22 Thread Michael Coughlan
I'm having trouble serving up a fairly simple embedded applet from the O'reilly Servlet Programming tutorials. Tomcat can't seem to find the applet that I request from loginpage.html using this line of HTML. The HTML page is served just fine, but both IE and Netscape seem to bring up an empty ap

RE: (OT) Why JBoss (and Tomcat)?

2003-12-22 Thread Michael Coughlan
> Sun want's to sell their Sun ONE software, so the > licence for the free J2EE SDK is restricted. (For > internal use and development) > > (But this is getting quite off topic for this list) Thanks for the reply. Now it's clear to me. As James stated in his last email "Sun's implementation also

RE: Why JBoss (and Tomcat)?

2003-12-22 Thread Michael Coughlan
> Perhaps this will help you decide which application server to use. > http://www.theserverside.com/reviews/matrix.jsp This Matrix is excellent. Thanks, James. I noticed that J2EE x Tomcat was not checked off? For my project, I will need servlets with J2EE, JMS etc. Why can't I simply use Tom

RE: Why JBoss (and Tomcat)?

2003-12-22 Thread Michael Coughlan
> (J2EE SDK the is not intended as a tool for production) Thanks for the post. Can you please clarify? Are you saying that the J2EE SDK is not production quality while JBoss is? - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: Problem with Excel and Word Documents

2003-12-22 Thread Michael Coughlan
> While downloading/viewing a file from a jsp page, there are no > problems encountered by IE. But, when the same is opened on > Netscape 7.0 (and up), the file is opened up in the same window > and all the data is improperly rendered because NS cannot > interpret the file properly. Are you famil

RE: Why JBoss (and Tomcat)?

2003-12-22 Thread Michael Coughlan
Thanks for the great reply. > You are mixing several different things: I agree. Sorry to be so thick, everyone. I hope I am not too far off topic with this conversation thread, but I simply don't understand how JBoss differs from the J2EE SDK. > - J2EE is a spec that consists of several techno

RE: Why JBoss (and Tomcat)?

2003-12-21 Thread Michael Coughlan
Thanks again for the reply, Tim. As you can tell, I am a little confused although it's becoming somewhat more clear. > J2EE includes JMS, EJB, and a bunch of other acronyms. > java.sun.com should > have a whitepaper about j2ee and everything it can do. I think I can imagine that whitepaper. Thi

RE: Why JBoss (and Tomcat)?

2003-12-21 Thread Michael Coughlan
Thanks for the reply. > Tomcat is a servlet (and jsp) container. Thats it, nothing else. Zippo. Understood. Although Tomcat seems to be more robust than Apache in tracking sessions and saving state, which is what App Servers did in the past. > JBoss is a full J2EE server which offers all the

Why JBoss (and Tomcat)?

2003-12-21 Thread Michael Coughlan
This might seem like an embarrassing question (or a poor post for the Tomcat-user list), but why would a developer want to download JBoss with Tomcat bundled instead of Tomcat alone? Does the Jakarta project have a competing open-source appsever product? I understand why someone would need an app

RE: Start and stop server

2003-12-19 Thread Michael Coughlan
> There is a Startup and Shutdown batch scripts in your Tomcat's bin > directory. I also remember that Tomcat 4 also used to be a Windows Service, for stopping, starting, and running on startup. Start -> Settings -> Control Panel -> Services I've moved to Tomcat on Linux and can't verify that fa