Hi All! 

I have a problem installing Apache JServ. I am running Solaris 2.7 on Intel
platform, using Apache 1.3.12 and JDK 1.3 . When running "make", I get the
following errors:

Compiling JServConnection.java ...

JServConnection.java:85: org.apache.jserv.JServConnection should be declared
abstract; it does not define flushBuffer() in
org.apache.jserv.JServConnection

public class JServConnection

^

/apache/tomcat/ApacheJServ-1.1.2/src/java/org/apache/jserv/JServContext.java
:90: org.apache.jserv.JServContext should be declared abstract; it does not
define getAttributeNames() in org.apache.jserv.JServContext

class JServContext implements ServletConfig, ServletContext, JServSendError,
JServLogChannels {

^

/apache/tomcat/ApacheJServ-1.1.2/src/java/org/apache/jserv/JServSession.java
:74: org.apache.jserv.JServSession should be declared abstract; it does not
define getAttribute(java.lang.String) in org.apache.jserv.JServSession

public class JServSession implements HttpSession, JServLogChannels,
Serializable {

^

Note: Some input files use or override a deprecated API.

Note: Recompile with -deprecation for details.

3 errors

Does anyone know how to resolve this problem? I would appreciate any help.
Thanks.

Ken

-----Original Message-----
From: Shahed Ali [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 29, 2000 10:13 AM
To: [EMAIL PROTECTED]
Subject: encodeRedirectURL in TC 3.1


Hi,
 
I am using Tomcat 3.1 standalone on Intel Solaris 8  and JDK 1.3.
 
When I send a response.encodeRredirectURL("page.jsp?Msg=This is a Message"),
it does not convert the spaces in Msg=.
 
I tested with Netscape 6 on Linux.
 
I searched BugRat, but could not find a match.
 
Is this a known Bug ?
 
Thanks
Shahed.
 


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

Reply via email to