Servlet 2.5
(http://www.jcp.org/aboutJava/communityprocess/maintenance/jsr154/index3.html)
and JSP 2.1 (http://jcp.org/en/jsr/detail?id=245) have
both released. Would these be supported on Tomcat 5.5
anytime soon? Or would this be in a new version
(Tomcat 6?)
Thanks!
/s
___
them.
>
>Tomcat 6 will implement the next version of the JSP
and Servlet specs,
>whenever those come out.
>
>Yoav
>
>
>
>>-Original Message-
>>From: Sam Ewing [mailto:[EMAIL PROTECTED]
>>Sent: Thursday, February 17, 2005 7:46 PM
>>To: tomcat-
J2EE 5.0 releases in the second half of 2005. Will
this be implemented by Tomcat 5.5 too, or will this
result ina new version - say Tomcat 6 (for Servlet
2.4/JSP 2.1?).
I was writing an article on this area, and was curious
about the roadmap..
Thanks,
Sam
Hi Remy,
How close is 5.0.15 to a non-beta Tomcat release?
Thanks,
/s
--- Remy Maucherat <[EMAIL PROTECTED]> wrote:
> Sun has released the new J2EE RI, but not the
> specifications (no wonder
> they are first with an implementation ...). Assuming
> the specs are also
> released today, I wi
Hi,
When would a non-beta version of Tomcat 5 be released?
Thanks,
/s
__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
F
I had a couple of questions regarding the Coyote HTTP
connector in Tomcat 5.x:
1. Tomcat 5.x has maxThreads, maxSpareThreads and
minSpareThreads attributes unlike the
Coyote connector in Tomcat 4.x (which has
maxProcessors, minProcessors).
However, I looked at the
org.apache.coyote.tomca
))
...
The JAACallbackHandler object gets built, but the
method never returns from the LoginContext connector-
not even an exception.
Help!
/s
--- Sam Ewing <[EMAIL PROTECTED]> wrote:
> Even added a jaas.conf in my user.dir with the
> following entry...
Even added a jaas.conf in my user.dir with the
following entry...
Tomcat {
com.sun.security.auth.module.NTLoginModule
required;
};
--- Sam Ewing <[EMAIL PROTECTED]> wrote:
>
>
> I am using JAASRealm with the NT Login module. My
> Realm configuration from
> server.x
I am using JAASRealm with the NT Login module. My
Realm configuration from
server.xml (tomcat 4.1.18) is:
I then modified the web.xml for the admin and manager
applications, changing it to my NT domain name and
restarted Tomcat.
On browsing to the admin and manager application, I
merely get
removes the war file all right,
but the server.xml entry that is added is not removed.
--- Sam Ewing <[EMAIL PROTECTED]> wrote:
> I remember seeing a bug sometime back on deployed
> applications not persisting across Tomcat restarts.
> Has this been fixed?
>
> Th
I remember seeing a bug sometime back on deployed
applications not persisting across Tomcat restarts.
Has this been fixed?
The deployed app is copied into CATALINA_HOME/work
which is not loaded up by Tomcat- so how does Tomcat
find the context again? Is server.xml modified?
I haven't been able t
In tomcat 4.1, can the install task be used to install
to a remote machine? (i.e. war file not on the machine
that runs tomcat..)
tx
__
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com
--
To unsubscribe, e-mail:
I have my deploy target in build.xml as:
I get back an error from the ant script:
file:C:/users/sam/build.xml:78:
java.net.UnknownHostException: D
(Line #78 is the line that has the path= and war=
lines)
Any help appreciated!
__
Do Y
What do we need to do for using SSL when we have a
webapp connector?
Is all we have to do revolve around getting Apache to
handle SSL? Any special webapp directives in
httpd.conf? What about server.xml changes- do we only
need to set scheme to https and secure to true?
Anything else?
tx,
___
Hi Pier,
Yes, I am building on Linux (Redhat 7.3).
I see a
tempval="--enable-static --disable-shared
--disable-threads"
in the configure script.. do I knock of the
disable-threads?
Do you mean my apr_config (I dont see a apr_config.h
being created..).
It looks like this:
"
prefix="/usr/l
Thanks Pier- its working with Apache 2.0 now.
How do I solve the apache 1.3 problem though?
I tried rebuilding the connector as
$ ./configure --with-apxs=/path/apache1.3/bin/apxs
--enable-threads
$ make
But I still get the same problem..
> That's because the latest APR has introduced a
> "fla
I read elsewhere that that mod_webapp fowarded
requests for static resources to Tomcat (instead of
Apache). Is this fixed? If not, are there workarounds?
Tx,
__
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com
--
ebapp.so into
server: /home/sam/http/libexec/mod_webapp.so:
undefined symbol: apr_atomic_set
./apachectl start: httpd could not be started
"
Help!!
--- Pier Fumagalli <[EMAIL PROTECTED]> wrote:
> Sam Ewing <[EMAIL PROTECTED]> wrote:
>
> > I am on Apache 2.0.39 and Tomcat
I am on Apache 2.0.39 and Tomcat 4.1.3, and the latest
webapp connector code, fresh from CVS.
I am facing a "Invalid virtual host name" error from
Apache with this configuration:
LoadModule webapp_module libexec/mod_webapp.so
WebAppConnection conn warp localhost:8008
WebAppDeploy
A question on the APJ connector.. how does Apache know
that APJ is listening on port 8009?
For WARP, ist quite clear.. we have a WebAppConnection
directive...
__
Do You Yahoo!?
Yahoo! Greetings - send holiday greetings for Easter, Passover
http:/
Hi Costin,
> - mod_jserv implements ajp12
> - mod_jk implements ajp12, ajp13, jni
> - mod_jk2 implements ajp13 ( and one of my goals for
I looked at
http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html
This says that "This implementation supports the AJP
1.3 and 1.4 protocols"..
__
Thank Constin,that really helped. Are there any
advantages of WARP over APJ? I mean why would I want
to use one over the other?
Sam
--- [EMAIL PROTECTED] wrote:
> On Thu, 28 Mar 2002 [EMAIL PROTECTED] wrote:
>
> > Maybe I've not kept up on the docs enough but ...
> >
> > I do think this threa
y with
> improvements here and there as far
> as application deployment etc.
>
> There are issues with both of them but no real
> documenation or comments on
> the benefits/pitfalls of either on the Tomcat site.
>
>
>
> - Original Message -
> From: "Sam Ew
I was not able to locate any information on the
differences between mod_webapp and mod_jk for Tomcat
4.0.. could anyone point me in the right direction?
What about the respective protocols? APJ v/s WARP?
Also, where could I find instructions on configuring
apache to use mod_webapp?
Any reply wo
24 matches
Mail list logo