RE: (EXPERTS ONLY) Bean Creation in Dispatch Servlet

2001-05-25 Thread Kyle Burke
LOL! now that's rich! -Original Message- From: Leon Palermo [mailto:[EMAIL PROTECTED]] Sent: Friday, May 25, 2001 2:25 PM To: [EMAIL PROTECTED] Subject: Re: (EXPERTS ONLY) Bean Creation in Dispatch Servlet Clearly then you would not be the expert I was looking for :) Leon > > > > > >

RE: I'm really getting tired of these messages...

2001-05-24 Thread Kyle Burke
I agree. It is very tedious. It's definitely people who signed up for the list with a web-based mail account and just stopped using it. It gets shut off because it's neglected and everyone on the list pays the price. Can we report these bogus emails to the moderator so they can remove that ema

FW: Include question...

2001-05-24 Thread Kyle Burke
gt; > <% > String sPage = "index.jsp"; > > if (myCondition()) { > sPage = "anotherPage.jsp"; > } > else if (anotherCondition()) { > sPage = "yetAnother.jsp"; > } > %> > > > > Hop

RE: Include question...

2001-05-23 Thread Kyle Burke
.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498) at java.lang.Thread.run(Thread.java:484) -Original Message- From: Kyle Burke [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 23, 2001 1:40 PM To: Tomcat-Users Subject: Include question... Is this possible (see

Include question...

2001-05-23 Thread Kyle Burke
(see ). Thanks peops! Unable to compile class 'try' without 'catch' or 'finally' but I dont have any exception handling in the page. <% if(action.equals("edit")){ %> <%@ include file="includes/edit_staff.jsp"%> <% }else{

RE: Newbies UNITE!

2001-02-24 Thread Kyle Burke
Judging by some of the posts, who would use the docs anyway? They are supplied for other api's, yet questions that are explained clearly in them still get asked here. -Original Message- From: Adam Fowler [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 24, 2001 3:54 PM To: [EMAIL PR

RE: Servlet problem

2001-02-23 Thread Kyle Burke
I stand corrected. Thanks Michael. -Original Message- From: Michael Wentzel [mailto:[EMAIL PROTECTED]] Sent: Friday, February 23, 2001 4:54 PM To: '[EMAIL PROTECTED]' Subject: RE: Servlet problem > The "UploadTest.class" file. > > -Original Message- > From: Carlos López M. [mai

RE: Servlet problem

2001-02-23 Thread Kyle Burke
The "UploadTest.class" file. -Original Message- From: Carlos López M. [mailto:[EMAIL PROTECTED]] Sent: Friday, February 23, 2001 5:08 PM To: [EMAIL PROTECTED] Subject: RE: Servlet problem Thanks for the tip, but another question what's has to go in the /servlet/ folder -Mensaje or

RE: Servlet problem

2001-02-23 Thread Kyle Burke
You're editing the wrong web.xml file first of all. The one you're changing is used to configure your webapps. You need to edit the <%=your drive letter%>:\<%=your tomcat folder%>\webapps\ROOT\WEB-INF\web.xml file. Your code: UploadTest.java // ".java" is BAD The right code added to

RE: image upload

2001-02-23 Thread Kyle Burke
Java Servlet Programming by Jason Hunter (Chapter 4) http://www.servlets.com/jsp/examples/index.html -Original Message- From: Ambarish V Vaidya [mailto:[EMAIL PROTECTED]] Sent: Friday, February 23, 2001 3:11 PM To: [EMAIL PROTECTED] Subject: image upload hi guys, can anyone tell me

RE: Áß±¹/½Å±Ô µµ¸ÞÀÎ ¾È³»

2001-02-23 Thread Kyle Burke
Title: What the heII? -Original Message-From: ilovedomain [mailto:[EMAIL PROTECTED]]Sent: Friday, February 23, 2001 1:46 PMTo: [EMAIL PROTECTED]Subject: Áß±¹/½Å±Ô µµ¸ÞÀÎ ¾È³»  

RE: Neebie question...

2001-02-23 Thread Kyle Burke
<%=drive letter%>:\<%=tomcat folder%>\webapps\ROOT\WEB-INF\classes -Original Message- From: Gary Bentley [mailto:[EMAIL PROTECTED]] Sent: Friday, February 23, 2001 2:30 PM To: [EMAIL PROTECTED] Subject: Neebie question... Sorry about this but I'm stuck... I've already got JServ working

RE: first time user!!!

2001-02-23 Thread Kyle Burke
Just a friendly note to newbies (I hope this doesn't turn into a flame fest): ALWAYS ALWAYS ALWAYS read the vendor docs when installing an app. 9 times out of 10 what you're looking for is in there and if it's not, check the archives. There is a wealth of knowledge in there that we can thank o