You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Arun Jamwal <Ar...@eng.sun.com> on 2000/02/08 01:52:42 UTC

Re: latest tomcat bug.

It worked for me on

WinNT4.0
JDK1.2.2
Source  : /net/mizu/export9/tomcat/3.0.1/rc/a/ws

However, the latest cvs co build failed.....

E:\workspace\jakarta-tomcat>build
Buildfile: build.xml
Detected Java Version: 1.2
Project base dir set to: E:\workspace\jakarta-tomcat
The items attribute is deprecated. Please use the includes attribute.
The items attribute is deprecated. Please use the includes attribute.
The items attribute is deprecated. Please use the includes attribute.
The items attribute is deprecated. Please use the includes attribute.
The items attribute is deprecated. Please use the includes attribute.
The items attribute is deprecated. Please use the includes attribute.
Executing Target: prepare
Created dir: E:\workspace\build\tomcat
Created dir: E:\workspace\build\tomcat\classes
Created dir: E:\workspace\build\tomcat\conf
Created dir: E:\workspace\build\tomcat\src
Created dir: E:\workspace\build\tomcat\lib
Created dir: E:\workspace\build\tomcat\bin
Created dir: E:\workspace\build\tomcat\doc
Created dir: E:\workspace\build\tomcat\webapps
Copying 11 files to E:\workspace\build\tomcat\bin
Copying 14 files to E:\workspace\build\tomcat\conf
Copying 42 files to E:\workspace\build\tomcat\src\javax
Created dir: E:\workspace\build\tomcat\lib\test
Created dir: E:\workspace\build\tomcat\lib\test\Golden
Copying 33 files to E:\workspace\build\tomcat\lib\test\Golden
BUILD FATAL ERROR: srcdir does not exist!

MANDAR RAJE wrote:

> I tried the snoop example (/examples/jsp/snp/snoop.jsp) and
> got the following exception. I think there is some problem
> with request.getPathTranslated()..
>
> java.lang.NullPointerException
>         at org.apache.tomcat.core.Context.normPath(Context.java:994)
>         at org.apache.tomcat.core.Context.getRealPath(Context.java:359)
>         at
> org.apache.tomcat.core.RequestImpl.getPathTranslated(RequestImpl.java:247)
>         at
> org.apache.tomcat.core.HttpServletRequestFacade.getPathTranslated(HttpServletRequestFacade.java:209)
>         at
> jsp.snp._0002fjsp_0002fsnp_0002fsnoop_0002ejspsnoop_jsp_0._jspService(_0002fjsp_0002fsnp_0002fsnoop_0002ejspsnoop_jsp_0.j
>
> Mandar.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org