Re: JDK support....

2001-02-13 Thread Jeff Lansing

Hi,
I found out the hard way that iPlanet doesn't really support Servlet 2.2,
although they say things about "almost" doing it.
Jeff

"Pathiakis, Paul" wrote:

 Hi,

 I'm totally clueless about this right now, but if someone could
 answer the following:

 How does Tomcat compare to the servlet engine in iPlanet Netscape
 server?
 Do they perform the same function?

 If I'm using the java servlet engine only in iPlanet, what do I
 substitue with?  Jakarta with Tomcat?
 Apache with Tomcat?  How do I integrate these two? shareable
 module?

 Do any of Jakarta, Apache, Tomcat, etc, support JDK 1.3?

 (Please, if you can see where I'm coming from, feel free to give a
 verbose answer and extrapolate as
 you see fit.)

 Thank you,

 Paul P.

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: JDK support....

2001-02-13 Thread Grobe, Gary

I'm very interested in this one. What do you mean they don't "really"
support it. I'm working on a project that will require 2.3 servlets for
several platforms and was hoping iPlanet would have this done by 2002.

It says on their website they do 2.2, so what the "almost"? I guess my basic
2.2 servlet test may not be enough to test with then.

-Original Message-
From: Jeff Lansing [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 13, 2001 8:03 AM
To: [EMAIL PROTECTED]
Subject: Re: JDK support


Hi,
I found out the hard way that iPlanet doesn't really support Servlet 2.2,
although they say things about "almost" doing it.
Jeff

"Pathiakis, Paul" wrote:

 Hi,

 I'm totally clueless about this right now, but if someone could
 answer the following:

 How does Tomcat compare to the servlet engine in iPlanet Netscape
 server?
 Do they perform the same function?

 If I'm using the java servlet engine only in iPlanet, what do I
 substitue with?  Jakarta with Tomcat?
 Apache with Tomcat?  How do I integrate these two?
shareable
 module?

 Do any of Jakarta, Apache, Tomcat, etc, support JDK 1.3?

 (Please, if you can see where I'm coming from, feel free to give a
 verbose answer and extrapolate as
 you see fit.)

 Thank you,

 Paul P.

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: JDK support....

2001-02-13 Thread John Golubenko

Sorry for interrupting, but I think if your target is 2002, you won't 
have a problem
with 2.3 and probably even with 3.0(whatever its gonna be). You can 
probably can find
the support files on their web-site, to check out what they support or 
plan to do so.
- John. 

 Original Message 

On 2/13/01, 8:13:42 AM, "Grobe, Gary" [EMAIL PROTECTED] wrote regarding 
RE: JDK support:


 I'm very interested in this one. What do you mean they don't "really"
 support it. I'm working on a project that will require 2.3 servlets for
 several platforms and was hoping iPlanet would have this done by 2002.

 It says on their website they do 2.2, so what the "almost"? I guess my 
basic
 2.2 servlet test may not be enough to test with then.

 -Original Message-
 From: Jeff Lansing [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, February 13, 2001 8:03 AM
 To: [EMAIL PROTECTED]
 Subject: Re: JDK support


 Hi,
 I found out the hard way that iPlanet doesn't really support Servlet 2.2,
 although they say things about "almost" doing it.
 Jeff

 "Pathiakis, Paul" wrote:

  Hi,
 
  I'm totally clueless about this right now, but if someone could
  answer the following:
 
  How does Tomcat compare to the servlet engine in iPlanet Netscape
  server?
  Do they perform the same function?
 
  If I'm using the java servlet engine only in iPlanet, what do I
  substitue with?  Jakarta with Tomcat?
  Apache with Tomcat?  How do I integrate these two?
 shareable
  module?
 
  Do any of Jakarta, Apache, Tomcat, etc, support JDK 1.3?
 
  (Please, if you can see where I'm coming from, feel free to give 
a
  verbose answer and extrapolate as
  you see fit.)
 
  Thank you,
 
  Paul P.
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, email: [EMAIL PROTECTED]


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]

NOTICE:  This communication may contain confidential or other privileged information.  
If you are not the intended recipient, or believe that you have received this 
communication in error, please do not print, copy, retransmit, disseminate, or 
otherwise use the information.  Also, please indicate to the sender that you have 
received this email in error, and delete the copy you received.  Any communication 
that does not relate to official Columbia business is that of the sender and is 
neither given nor endorsed by Columbia.  Thank you.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: JDK support....

2001-02-13 Thread Jeff Lansing

Hi,

Let's see what I recall.
(1) war files not supported.
(2) web.xml not used.
(3) WEB-INF meaningless. (path has to point directly to classes)
(4) ServletContext.getRealPath(domain) only points into the main /docs directory
even if domain has been defined elsewhere.
There may have been other things

Jeff

"Grobe, Gary" wrote:

 I'm very interested in this one. What do you mean they don't "really"
 support it. I'm working on a project that will require 2.3 servlets for
 several platforms and was hoping iPlanet would have this done by 2002.

 It says on their website they do 2.2, so what the "almost"? I guess my basic
 2.2 servlet test may not be enough to test with then.

 -Original Message-
 From: Jeff Lansing [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, February 13, 2001 8:03 AM
 To: [EMAIL PROTECTED]
 Subject: Re: JDK support

 Hi,
 I found out the hard way that iPlanet doesn't really support Servlet 2.2,
 although they say things about "almost" doing it.
 Jeff

 "Pathiakis, Paul" wrote:

  Hi,
 
  I'm totally clueless about this right now, but if someone could
  answer the following:
 
  How does Tomcat compare to the servlet engine in iPlanet Netscape
  server?
  Do they perform the same function?
 
  If I'm using the java servlet engine only in iPlanet, what do I
  substitue with?  Jakarta with Tomcat?
  Apache with Tomcat?  How do I integrate these two?
 shareable
  module?
 
  Do any of Jakarta, Apache, Tomcat, etc, support JDK 1.3?
 
  (Please, if you can see where I'm coming from, feel free to give a
  verbose answer and extrapolate as
  you see fit.)
 
  Thank you,
 
  Paul P.
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, email: [EMAIL PROTECTED]

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: JDK support....

2001-02-13 Thread Alex Fernández

Besides the annoying (and never corrected) bugs: init-params not loaded, session
shaky...

Cheers,

Alex.

Jeff Lansing wrote:

 Hi,

 Let's see what I recall.
 (1) war files not supported.
 (2) web.xml not used.
 (3) WEB-INF meaningless. (path has to point directly to classes)
 (4) ServletContext.getRealPath(domain) only points into the main /docs directory
 even if domain has been defined elsewhere.
 There may have been other things

 Jeff

 "Grobe, Gary" wrote:

  I'm very interested in this one. What do you mean they don't "really"
  support it. I'm working on a project that will require 2.3 servlets for
  several platforms and was hoping iPlanet would have this done by 2002.
 
  It says on their website they do 2.2, so what the "almost"? I guess my basic
  2.2 servlet test may not be enough to test with then.
 
  -Original Message-
  From: Jeff Lansing [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, February 13, 2001 8:03 AM
  To: [EMAIL PROTECTED]
  Subject: Re: JDK support
 
  Hi,
  I found out the hard way that iPlanet doesn't really support Servlet 2.2,
  although they say things about "almost" doing it.
  Jeff
 
  "Pathiakis, Paul" wrote:
 
   Hi,
  
   I'm totally clueless about this right now, but if someone could
   answer the following:
  
   How does Tomcat compare to the servlet engine in iPlanet Netscape
   server?
   Do they perform the same function?
  
   If I'm using the java servlet engine only in iPlanet, what do I
   substitue with?  Jakarta with Tomcat?
   Apache with Tomcat?  How do I integrate these two?
  shareable
   module?
  
   Do any of Jakarta, Apache, Tomcat, etc, support JDK 1.3?
  
   (Please, if you can see where I'm coming from, feel free to give a
   verbose answer and extrapolate as
   you see fit.)
  
   Thank you,
  
   Paul P.
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, email: [EMAIL PROTECTED]
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, email: [EMAIL PROTECTED]
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, email: [EMAIL PROTECTED]

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: JDK support....

2001-02-13 Thread Rick Roberts

I just converted several applications from Netscape (ahem, iPlanet)  and 
Oracle to Apache/Tomcat and PostgreSQL.  The first of these are running fine, 
although they have not been running for very long.  I still have a coupe to 
go.  Basically, everything is working pretty good.   Using JSP, Servlets, 
JDBC, JDK1.2.2, Tomcat 3.2.1, Apache 1.3.12, PostgreSQL 6.3.5, Red Hat 6.2.

Netscape is pretty good, now, but the first cuts at JSP were really, really, 
bad.  I have never had any trouble with Netscape's servlets though.  They 
also won't update the SGI / IRIX version, which is why I decided to look for 
options.  Thanks Tomcat!

Rick

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]