You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Yogesh Bhanu <yo...@gsf.de> on 2001/10/23 09:44:01 UTC

addendum Warp.jar

Hi all,
            I had to hardwire the java stuff in Makedefs and now the
compile does start but does complain about unresolved symbols
anybody has any clue about it ..

home/yogesh/webapp-module-1.0-tc40/java# make
/usr/opt/jdk131/bin/javac  -d . -classpath
/usr/local/www/jakarta/common/lib:/usr/opt/jdk131/jre/lib/:/usr/opt/jdk131/lib:/usr/opt/jdk131:.:${CLASSPATH}
\
    Constants.java WarpConfigurationHandler.java WarpConnection.java
WarpConnector.java WarpEngine.java WarpHost.java WarpLogger.java
WarpPacket.java WarpRequest.java WarpRequestHandler.java WarpResponse.java
WarpConfigurationHandler.java:63: cannot resolve symbol
symbol  : class Container
location: package catalina
import org.apache.catalina.Container;
                           ^
WarpConfigurationHandler.java:64: cannot resolve symbol
symbol  : class Context
location: package catalina
import org.apache.catalina.Context;
 ...
....
...


Thanks in advance
yogesh




> Hi all ,
>
>             I am trying to compile mod_webapp as I have to use
> EAPI support ..
> The problem is mod_webapp compiles and I have a .so but warp.jar never
> compiles .
> First  Makedefs path was  pointing to /Users/Pier ....
> I changed that to point to my Makedefs ..
> Now it complains  like this ..
>
> yogesh/webapp-module-1.0-tc40/java# make
> d . -classpath :${CLASSPATH} \
>     Constants.java WarpConfigurationHandler.java WarpConnection.java
> WarpConnector.java WarpEngine.java WarpHost.java WarpLogger.java
> WarpPacket.java WarpRequest.java WarpRequestHandler.java
> WarpResponse.java
> /bin/sh: d: command not found
> make: [warp.jar] Error 127 (ignored)
> cf0 warp.jar org/
> make: cf0: Command not found
> make: [warp.jar] Error 127 (ignored)
>
> any pointers ..
> Also can anyone also tell me How can I incorprate Tomcat  into apache as
> a Virtual host .
>
> Thanks in advance
> yogesh

--
Whatever you do will be insignificant, but it is very important that you do it.
                -- Gandhi




Re: addendum Warp.jar

Posted by Pier Fumagalli <pi...@betaversion.org>.
Yogesh Bhanu at yogesh@gsf.de wrote:

> Hi all,
>           I had to hardwire the java stuff in Makedefs and now the
> compile does start but does complain about unresolved symbols
> anybody has any clue about it ..
> 
> home/yogesh/webapp-module-1.0-tc40/java# make
> /usr/opt/jdk131/bin/javac  -d . -classpath
> /usr/local/www/jakarta/common/lib:/usr/opt/jdk131/jre/lib/:/usr/opt/jdk131/lib
> :/usr/opt/jdk131:.:${CLASSPATH}
> \
>   Constants.java WarpConfigurationHandler.java WarpConnection.java
> WarpConnector.java WarpEngine.java WarpHost.java WarpLogger.java
> WarpPacket.java WarpRequest.java WarpRequestHandler.java WarpResponse.java
> WarpConfigurationHandler.java:63: cannot resolve symbol
> symbol  : class Container
> location: package catalina
> import org.apache.catalina.Container;
>                          ^
> WarpConfigurationHandler.java:64: cannot resolve symbol
> symbol  : class Context
> location: package catalina
> import org.apache.catalina.Context;
> ...
> ....
> ...
> 
> 
> Thanks in advance
> yogesh

Oh , and when you run configure with --enable-java, don't forget to also add
--with-tomcat...

Check out "configure --help"

    Pier