startup.bat looks like:
@echo off
rem ------------------------------------------------------------------------
---
rem startup.bat - Start Script for the CATALINA Server
rem
rem $Id: startup.bat,v 1.3 2000/10/16 18:50:58 craigmcc Exp $
rem ------------------------------------------------------------------------
---
set _CATALINA_HOME=%CATALINA_HOME%
if not "%CATALINA_HOME%" == "" goto gotCatalinaHome
set CATALINA_HOME=.
if exist "%CATALINA_HOME%\bin\catalina.bat" goto gotCatalinaHome
set CATALINA_HOME=..
if exist "%CATALINA_HOME%\bin\catalina.bat" goto gotCatalinaHome
echo Unable to determine the value of CATALINA_HOME
goto cleanup
:gotCatalinaHome
"%CATALINA_HOME%\bin\catalina" start -nonaming %1 %2 %3 %4 %5 %6 %7 %8 %9
:cleanup
set CATALINA_HOME=%_CATALINA_HOME%
set _CATALINA_HOME=
i copied all the jar-files from JBoss\Client and inserted them into
tdk\webapps\sogyo\Web-inf\lib
i removed the jndi.jar and the jndi-1.2.1.jar from this directory (they
exits in the tdk\bin and tdk\share.
So that should work.
Maarten
----- Original Message -----
From: "John Menke" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 18, 2001 3:14 PM
Subject: RE: unknown protocol: jndi
> Maarten, do you have your jar files setup like is outlined in the
tdk-jboss
> howto and are you running catalina with -nonaming? The problem will exist
> until you follow the instructions. (This is what the howto fixes)
>
> >
> > Hi,
> >
> > Apparently this is a known problem but i can't find the solution
anywhere.
> > Does anyone know what or where it is?
> >
> > For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]