Hi, Guys - Can anyone tell me what's the best way to pass values from
servlets to JSP? I have a serlvets that connect to the database and
retrieve the values using JDBC. Now I need to pass the values to a JSP page
to display on the browser. What's the best way to implement it? Do I need
to
"Craig R. McClanahan" wrote:
>
> Remy Maucherat wrote:
>
> > > Glenn Nielsen wrote:
> > > On both Linux and Win98, I get an NPE at startup time:
> > >
> > > Starting service Tomcat-Standalone
> > > Apache Tomcat/4.0-dev
> > > java.lang.NullPointerException
> > > at
> > org.apache.catalin
Remy Maucherat wrote:
> > Glenn Nielsen wrote:
> > On both Linux and Win98, I get an NPE at startup time:
> >
> > Starting service Tomcat-Standalone
> > Apache Tomcat/4.0-dev
> > java.lang.NullPointerException
> > at
> org.apache.catalina.core.StandardEngine.importDefaultContext(Standard
remm01/02/25 20:59:29
Modified:catalina/src/share/org/apache/catalina/core
StandardEngine.java
Log:
- Remove an extra ';' at the end of if statement.
Revision ChangesPath
1.7 +5 -5
jakarta-tomcat-4.0/catalina/src/share/org/apache/c
> Glenn Nielsen wrote:
> On both Linux and Win98, I get an NPE at startup time:
>
> Starting service Tomcat-Standalone
> Apache Tomcat/4.0-dev
> java.lang.NullPointerException
> at
org.apache.catalina.core.StandardEngine.importDefaultContext(Standard
> Engine.java:195)
> at
org.ap
Glenn Nielsen wrote:
> I just committed the changes to implement a DefaultContext element
> which can be nested within an Engine or Host config. This was
> something I really needed to simplify the amount of work it takes
> to maintain a Tomcat 4 server.xml config when supporting multiple
> virt
craigmcc01/02/25 20:49:06
Modified:tester/src/bin tester.xml
Log:
Add tests for relative paths.
Revision ChangesPath
1.18 +10 -0 jakarta-tomcat-4.0/tester/src/bin/tester.xml
Index: tester.xml
===
> I just committed the changes to implement a DefaultContext element
> which can be nested within an Engine or Host config. This was
> something I really needed to simplify the amount of work it takes
> to maintain a Tomcat 4 server.xml config when supporting multiple
> virtual hosts. The bigges
larryi 01/02/25 20:34:17
Modified:src/share/org/apache/tomcat/core Response.java
Log:
Fix for Bugzilla Bug #92.
Bug submitted by: Lamberton ([EMAIL PROTECTED])
The first real write to the response isn't guaranteed to occur in the top
level request. Updated the notifyEn
Craig et. al.,
I have put together an alpha version of the CGI emulation servlet
listed as a todo in the Tomcat 4.0/4.1 Catalina TODO list (Servlet
Provided Functionality section).
This is my first submission for review, so I expect there will be a
lot of pointers/comments on the (lac
I just committed the changes to implement a DefaultContext element
which can be nested within an Engine or Host config. This was
something I really needed to simplify the amount of work it takes
to maintain a Tomcat 4 server.xml config when supporting multiple
virtual hosts. The biggest reaso
glenn 01/02/25 19:53:13
Modified:catalina/src/share/org/apache/catalina/startup
ContextConfig.java
Log:
Implement DefaultContext in server.xml config
Revision ChangesPath
1.41 +21 -5
jakarta-tomcat-4.0/catalina/src/share/org/apache/cat
glenn 01/02/25 19:52:48
Modified:catalina/src/share/org/apache/catalina/startup Catalina.java
Log:
Implement DefaultContext in server.xml config
Revision ChangesPath
1.16 +62 -25
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup/Catalina.java
glenn 01/02/25 19:52:22
Modified:catalina/src/share/org/apache/catalina/core
StandardHost.java
Log:
Implement DefaultContext in server.xml config
Revision ChangesPath
1.9 +38 -4
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalin
glenn 01/02/25 19:52:00
Modified:catalina/src/share/org/apache/catalina/core
StandardEngine.java
Log:
Implement DefaultContext in server.xml config
Revision ChangesPath
1.6 +41 -5
jakarta-tomcat-4.0/catalina/src/share/org/apache/catal
glenn 01/02/25 19:51:36
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
Implement DefaultContext in server.xml config
Revision ChangesPath
1.41 +36 -4
jakarta-tomcat-4.0/catalina/src/share/org/apache/cata
glenn 01/02/25 19:51:10
Modified:catalina/src/share/org/apache/catalina Host.java
Log:
Implement DefaultContext in server.xml config
Revision ChangesPath
1.3 +23 -5
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Host.java
Index: Host.java
=
glenn 01/02/25 19:49:45
Modified:catalina/src/share/org/apache/catalina Engine.java
Log:
Implement DefaultContext in server.xml config
Revision ChangesPath
1.3 +23 -4
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Engine.java
Index: Engine.ja
glenn 01/02/25 19:49:24
Modified:catalina/src/share/org/apache/catalina Context.java
Log:
Implement DefaultContext in server.xml config
Revision ChangesPath
1.15 +17 -4
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Context.java
Index: Context
glenn 01/02/25 19:48:59
Modified:catalina/docs/config context.html
Log:
Implement DefaultContext in server.xml config
Revision ChangesPath
1.3 +19 -6 jakarta-tomcat-4.0/catalina/docs/config/context.html
Index: context.html
=
glenn 01/02/25 19:48:45
Modified:catalina/docs/config categories.html
Log:
Implement DefaultContext in server.xml config
Revision ChangesPath
1.3 +1 -0 jakarta-tomcat-4.0/catalina/docs/config/categories.html
Index: categories.html
glenn 01/02/25 19:48:18
Added: catalina/src/share/org/apache/catalina/core
DefaultContext.java
Log:
Implement DefaultContext in server.xml config
Revision ChangesPath
1.1
jakarta-tomcat-4.0/catalina/src/share/org/apache/catal
glenn 01/02/25 19:47:38
Added: catalina/docs/config default.html
Log:
Implement DefaultContext in server.xml config
Revision ChangesPath
1.1 jakarta-tomcat-4.0/catalina/docs/config/default.html
Index: default.html
=
Hi All,
I've added some code to the native service source to test restarting and
stopping jsvc via SIGHUP and SIGTERM respectively, and also to fix a small
compile error when the DEBUG define is set. Please let me know if the changes
are appropriate. Patch is attached.
With the supplied function
--- "Ignacio J. Ortega" <[EMAIL PROTECTED]> wrote:
> Some comments on format and condign conventions ( in
> not the most
> appropiate for this :) :
>
> .- Wrap lines on the 80 chars boundary..
>
Oops! I did fine on the code - unfortunately went
over
on a couple of javadoc lines. Another comm
Some comments on format and condign conventions ( in not the most
appropiate for this :) :
.- Wrap lines on the 80 chars boundary..
.- Follow guidelines in
http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html
.- do not use tabs at all
I Know , i Know , this little comments can suppouse
Hola Mel:
> - supports two new configuration properties:
>
> org.apache.tomcat.common.classpath and
> org.apache.tomcat.shared.classpath
>
They are long , uhh, what about :
tomcat.shared.cp and
tomcat.common.cp
I'll do the patch ASAP in any case.. we can comment on later :)
Saludos
The attached patch file contains diffs for adding the
following feature to startup.Main:
- supports two new configuration properties:
org.apache.tomcat.common.classpath and
org.apache.tomcat.shared.classpath
- builds URLs to each jar and directory in the
above two class paths and prep
As described the Tomcat 3.2.2 release plan. The tomcat_32 branch will be
frozen tonight. I will be tagging and building the first beta release
tomorrow (Monday). I hope to have the release posted be early evening
(central time, US).
I have updated the RELEASE-NOTES document to list bug fixes a
marcsaeg01/02/25 12:39:45
Modified:.Tag: tomcat_32 RELEASE-PLAN-3.2.2
Log:
Removed the paragraph about approval vote as this vote passed already.
Revision ChangesPath
No revision
No revision
1.1.2.3 +1 -9
marcsaeg01/02/25 12:38:12
Modified:.Tag: tomcat_32 RELEASE-NOTES
Log:
Updated the release notes for the 3.2.2b1 release.
Revision ChangesPath
No revision
No revision
1.1.2.3 +55 -65jakarta-tomcat/Attic/REL
Hi All,
I've been trying to build the service code from the Tomcat 4.0b1 source base
under my Linux system. Unfortunately there seems to be a problem with the
systeminfo.h (and underlying sysinfo system call) header file.
systeminfo.h does not exist under Linux (at least on my system, it's
sysin
nacho 01/02/25 10:00:34
Modified:src/share/org/apache/tomcat/modules/server Ajp12.java
Log:
No shutdown implicitly call stops first , no the other way..
Revision ChangesPath
1.14 +4 -5
jakarta-tomcat/src/share/org/apache/tomcat/modules/server/Ajp12.java
nacho 01/02/25 09:47:17
Modified:src/share/org/apache/tomcat/core ContextManager.java
Log:
Decoupling stop from shutdown..
Now a embedded tomcat can be stopped and the restarted .
Shutdown implicitly stops first
Revision ChangesPath
1.170 +2 -4
jakart
--- "Ignacio J. Ortega" <[EMAIL PROTECTED]> wrote:
> Hola, Mel:
>
> > Hi folks,
> >
> > I'm still new here so help me with the correct
> > protocol here.
> >
>
> Follow http://jakarta.apache.org/site/source.html
> guidelines
>
Ignacio,
Thanks! I'll follow that up.
> Basically send a
Hi,
I have a question:
Is there any way to know that the page was
refreshed i.e.
when I submit a request to my program (jsp) it gets
the data from the query of the request and
processes it. Once the request has been processed
then if user clicks refresh button I do not
want the request to
Hola, Mel:
> Hi folks,
>
> I'm still new here so help me with the correct
> protocol here.
>
Follow http://jakarta.apache.org/site/source.html guidelines
Basically send a cvs diff -u of the files or file involved in your
patch.. to the list with a "[PATCH]" in subject..
One more advice (
Hi folks,
I'm still new here so help me with the correct
protocol here.
I'd like to propose a minor change to the Tomcat 3.3
class:
org.apache.tomcat.startup.Main
to support two additional configuration properties:
org.apache.tomcat.common.classpath and
org.apache.tomcat.shared.classpa
The current beta-1 of TC4 requires that taglib jar files contain a manifest.
TC3.2 doesn't.
Is this a requirement anywhere? I've checked the JSP specs and the JAR
guide.
Thanks,
Kevin Jones
DevelopMentor
www.develop.com
-
To
39 matches
Mail list logo