Re: About jsp:include

2000-11-28 Thread Kazuhiro Kazama
Thank you, Craig. From: "Craig R. McClanahan" <[EMAIL PROTECTED]> Subject: Re: About jsp:include Date: Tue, 28 Nov 2000 22:38:43 -0800 Message-ID: <[EMAIL PROTECTED]> > <%@ page contentType="text;html; charset=euc-jp" %> > For example, the following example is failed when "test.html" is

Re: About jsp:include

2000-11-28 Thread Craig R. McClanahan
Kazuhiro Kazama wrote: > I have a question about jsp:include's specification & implementation. > > JSP 1.1 specification says "Content is not parsed; it is included in > place." in "2.7.5 Including Data in JSP Pages". > > But current Tomcat 3.2b8 implementation convert its contents from Java > VM

About jsp:include

2000-11-28 Thread Kazuhiro Kazama
I have a question about jsp:include's specification & implementation. JSP 1.1 specification says "Content is not parsed; it is included in place." in "2.7.5 Including Data in JSP Pages". But current Tomcat 3.2b8 implementation convert its contents from Java VM's native character encoding to the

RE: ENCTYPE="multipart/form-data"

2000-11-28 Thread Falcon cheetah
I am using a siof the file to the opener so I can submit my finished message to be sent. Please let me know what is going on.   Thanks.mple form, all it does is lets the user choose a file to use as an attachement. Once the user chose a file, two things will happen, one is to pass the form to hand

Re: Now, am I stupid or what?

2000-11-28 Thread Jon Stevens
on 11/28/2000 5:28 PM, "Pier P. Fumagalli" <[EMAIL PROTECTED]> wrote: > Are those two on the CDs that Fred gave us? Because if not I'm clueless :) They are on the MacOSX developer CD...and I can't believe I'm saying this to you, mr. bandwidth, but you *could* just download and install them from

Re: Now, am I stupid or what?

2000-11-28 Thread Pier P. Fumagalli
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >> They're dirty unix hacks, that's why! :) > > I don't think they are hacks, but I will agree they are somewhat hard to > use. > > However, I did manage to learn enough to get JServ building just fine and > there is a huge collection of useful cod

Does anybody want or need this functionality

2000-11-28 Thread Charlie Hinson
Yes this is what we have found. Therefore, we have created our own by revealing several request methods through the facade. This works great for us, but doesn't lend itself to sites that host for multiple organizations. Since this is very useful for complex web sites, I would consider submittin

Re: Now, am I stupid or what?

2000-11-28 Thread jon
> They're dirty unix hacks, that's why! :) I don't think they are hacks, but I will agree they are somewhat hard to use. However, I did manage to learn enough to get JServ building just fine and there is a huge collection of useful code in JServ that could easily be migrated over to Tomcat if s

Re: [PATCH] Possible fix for bug #373

2000-11-28 Thread Gomez Henri
> OK, I have studied Doug's patch and do not see how it can cause any > potential > regression problems. Therefore, I've committed the patch to the 3.2 > code base. > Henri/Doug/others could you please to a fresh checkout of the > "tomcat_32" branch > and try this out? There is still time to rev

Re: Now, am I stupid or what?

2000-11-28 Thread Matthew L Daniel
I asked Pier off-list about why autoconf/automake was not good. It was requested that the response go back to the list so that all can benefit. As for me, I would love to hear more opinions on the subject, on or off-list, since I am trying to learn the best-practices of large scale development

Re: [PATCH] Possible fix for bug #373

2000-11-28 Thread Craig R. McClanahan
OK, I have studied Doug's patch and do not see how it can cause any potential regression problems. Therefore, I've committed the patch to the 3.2 code base. Henri/Doug/others could you please to a fresh checkout of the "tomcat_32" branch and try this out? There is still time to revert the patch

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/service/connector Ajp13ConnectorResponse.java

2000-11-28 Thread craigmcc
craigmcc00/11/28 13:36:56 Modified:src/share/org/apache/tomcat/service/connector Tag: tomcat_32 Ajp13ConnectorResponse.java Log: Correct protocol handling for AJP13 so that a JK_AJP13_END_RESPONSE message gets generated only once, even when RequestDispatche

Re: [VOTE] Tomcat 3.2 Final Release (!) and OngoingMaintenance Plan

2000-11-28 Thread Mike Anderson
>>> [EMAIL PROTECTED] 11/27/00 06:00PM Dear TOMCAT-DEV folks,>>Well, it appears that we successfully licked a large number of the problems with>3.2-beta-8, without introducing any serious new regressions.  Therefore, I'd>like to ask that we vote on the following three propositions:>>>(1

Re: EJB

2000-11-28 Thread Shawn McMurdo
The Jonas EJB server ( http://www.objectweb.org/ ) is integrated with Tomcat 3.2 in Enhydra Enterprise which is available at http://www.enhydra.org . Shawn Helmut Wirth wrote: > > Jatin Shah wrote: > > > > Hi, > > I am very new to tomcat. How should I Implement EJB into Tomcat. Any site or >doc

Re: EJB

2000-11-28 Thread Helmut Wirth
> Jatin Shah wrote: > > Hi, > I am very new to tomcat. How should I Implement EJB into Tomcat. Any site or >document is appriciated. > > Thanks > Jatin Shah > www.kana.com > There is a EJB server at http://www.jboss.org The description claims it works with tomcat. I haven´t tested it out yet.

Re: BUG: method overloading problem using bean setproperty

2000-11-28 Thread Hans Bergsten
Manoel Sa wrote: > > (i am submitting to the list since bugrat isnt working) > > OS: Linux 2.2.16 > JVM: sun or ibm 1.3 > tomcat release: 3.1 or 3.2b8 > > when using listboxes with multiple selections posting from a form > setproperty ... property="*" doesnt call the appropriate method. > =

cvs commit: jakarta-tomcat/src/native/apache1.3 Makefile.linux

2000-11-28 Thread craigmcc
craigmcc00/11/28 12:07:13 Modified:src/native/apache1.3 Tag: tomcat_32 Makefile.linux Log: Use a previous definition of APXS if one has been created in the surrounding environment. Submitted by: Paul Frieden <[EMAIL PROTECTED]> Revision ChangesPath No

[PATCH] trivial makefile patch

2000-11-28 Thread Paul Frieden
Attached is a trivial patch for src/native/apache1.3/Makefile.linux. It applies on 3.2b8. All it does is add an ifdef around the definition of APXS so that you can override it in some other kind of build script. Paul --- Makefile.linux-old Tue Nov 28 13:16:05 2000 +++ Makefile.linux Tue

Bugrat down/broken?

2000-11-28 Thread Brian Vetter
I tried submitting a new bug to Bugrat this afternoon. I get the following error: Error: 500 Location: /BugRatReport/PostReport Internal Servlet Error: java.lang.NoClassDefFoundError: javax/activation/DataSource at org.gjt.bugrat.servlet.BugRatReport.processReportPOST(Compiled Code)

RE: [VOTE] Tomcat 3.2 Final Release (!) and Ongoing Maintenance Plan

2000-11-28 Thread GOMEZ Henri
>Is that the fix for the RequestDispatcher.forward() problem? >If so, then I have not >done so. Are you completely confident that the patch works as >advertised, with no >harmful effects? (You have a lot more experience with AJP13 >than I do). If so, I can >go ahead and commit it. RequestD

RE: [VOTE] Tomcat 3.2 Final Release (!) and Ongoing Maintenance P lan

2000-11-28 Thread GOMEZ Henri
Any chance to see the RequestDispatcher patch (previously sent) applied ? I've got no answer from list

Re: [VOTE] Tomcat 3.2 Final Release (!) and Ongoing Maintenance Plan

2000-11-28 Thread Craig R. McClanahan
GOMEZ Henri wrote: > >(1) Build and release Tomcat 3.2 final on Wednesday 11/29/2000 > > > > +1 (known bugs to be fixed in 3.2.1 - Did you apply the patch from Clinton, > Doug [[EMAIL PROTECTED]] > Is that the fix for the RequestDispatcher.forward() problem? If so, then I have not done so. Are

RE: [VOTE] Tomcat 3.2 Final Release (!) and Ongoing Maintenance Plan

2000-11-28 Thread Larry Isaacs
(1) +1 (2) +1 (3) +1 Thanks Craig. Larry

EJB

2000-11-28 Thread Jatin Shah
Hi, I am very new to tomcat. How should I Implement EJB into Tomcat. Any site or document is appriciated.   Thanks Jatin Shah www.kana.com  

Re: [VOTE] Tomcat 3.2 Final Release (!) and Ongoing Maintenance Plan

2000-11-28 Thread cmanolache
> (1) Build and release Tomcat 3.2 final on Wednesday 11/29/2000 +1 > (2) Ongoing Support Plan for Tomcat 3.2 +1 ( until 3.3 is released and we'll switch to 3.3.1, etc) In 3.3 the core will be finally finished in most aspects, and almost all functionality will be part of replaceable modules.

BUG: method overloading problem using bean setproperty

2000-11-28 Thread Manoel Sa
(i am submitting to the list since bugrat isnt working) OS: Linux 2.2.16 JVM: sun or ibm 1.3 tomcat release: 3.1 or 3.2b8 when using listboxes with multiple selections posting from a form setproperty ... property="*" doesnt call the appropriate method. eg. R

include doesn't work more than once?

2000-11-28 Thread Gianluca Mameli
Hi! I have a problem with tomcat and include jsp command. If I try to include the same external file in a jsp page more than once (Example 1 or 2) I get an exception: org.apache.jasper.compiler.ParseException: Seen file \html\IncludeThen.html already, maybe this is a recursive include?! ...

Re: jsp:getProperty vs. javaBean get method.

2000-11-28 Thread Glenn Nielsen
You raise an interesting question. JSP custom tag libraries were added to the JSP 1.1 spec, the jsp:useBean, jsp:setProperty, jsp:getProperty were part of the earlier JSP spec. >From reading the JSP 1.1 spec, it is unclear to me whether a scripting variable defined by a JSP custom tag has to be

Re: [Tomcat 4.0] SOLARIS-isms and other problems in native code

2000-11-28 Thread Andy's Mail list address
oh and you can also cat /proc/cpuinfo, it gives you a nice verbose output with processor name bogomips and megahertz... I wonder why they don't just return something from that in uname -p??? -Original Message- From: Pier P. Fumagalli <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROT

Re: [VOTE] Tomcat 3.2 Final Release (!) and Ongoing Maintenance Plan

2000-11-28 Thread Serge Knystautas
- Original Message - From: "Pierre Delisle" <[EMAIL PROTECTED]> > The JSP spec is quite clear on the subject: > > "The only types of properties that can be assigned to from String > constants and request parameter values are those listed in TABLE 2-4; the conversion applied > is that sho

Re: [Tomcat 4.0] SOLARIS-isms and other problems in native code

2000-11-28 Thread Andy's Mail list address
On line use uname -m. This only gives you the "processor architecture" (i386, i586, i686). -p returns unknown on my machines, which I don't think is splendid, but I think I can guess why its that way. In my laptop I've got an AMD of some sort, in my desktops I've got varying Pentiums (pentii?..

RE: [VOTE] Tomcat 3.2 Final Release (!) and Ongoing Maintenance Plan

2000-11-28 Thread GOMEZ Henri
>(1) Build and release Tomcat 3.2 final on Wednesday 11/29/2000 > >There are some known outstanding issues (documented in the >release notes), plus >some remaining work to be done on the AJP13 connector -- but >in my option these >can be dealt with successfully in a maintenance cycle that is >p

java.util.MissingResourceException

2000-11-28 Thread Thorsten Groß
Hello I have installed Tomcat 3.2b8, JavaSDKSE1.3, Windows NT 4 Service Pack 6 and everything was running fine. Then a few days ago the system crashes with the following exception: Including all jars in ..\lib in your CLASSPATH. Using CLASSPATH: ..\classes;..\lib\ant.jar;..\lib\jasper.jar;..\li

Re: [VOTE] Tomcat 3.2 Final Release (!) and Ongoing Maintenance Plan

2000-11-28 Thread Pierre Delisle
> (1) Build and release Tomcat 3.2 final on Wednesday 11/29/2000 +1 > (2) Ongoing Support Plan for Tomcat 3.2 +1 > (3) Release Manager for Tomcat 3.2.x Maintenance Releases +1 -- Pierre

Re: [VOTE] Tomcat 3.2 Final Release (!) and Ongoing Maintenance Plan

2000-11-28 Thread Pierre Delisle
The JSP spec is quite clear on the subject: "The only types of properties that can be assigned to from String constants and request parameter values are those listed in TABLE 2-4; the conversion applied is that shown in the table. Request-time expressions can be assigned to properties of any ty