Christian Parpart wrote:
>           <Ejb   name="ejb/EmplRecord" type="Entity"
>                  home="com.wombat.empl.EmployeeRecordHome"
>                remote="com.wombat.empl.EmployeeRecord"/>
>
> What does it mean, perhaps 'Extended java bean'?

I'd guess "Enterprise Java Bean", but it's unlikely that this will fix
your problem...

> docBase="C:/Eigene Dateien/projects/surakware/htdocs"

Try using either "Eigene~1" or whatever short name there is for "Eigene
Dateien", as Tomcat isn't all too happy about directory/file names with
spaces in them, and also use a "/" instead of "\" - that's what works
fine for me on Windows NT 4.0... oh - and make sure you get the case of
all your directory/file names correct, as Tomcat doesn't do case
insensitive matching like Windows does; if in doubt, use a DOS prompt
and good old "dir" to be on the safe side... :)

Also, the only "home" attribute I know of would be the ContextManager's,
but that only sets the root to use for relative paths, i.e. it won't do
anything if you're using absolute paths like you're doing.

Anyway, I guess avoiding spaces in file names, using slashes instead of
backslashes and making sure you get the case of all names right should
fix your problem...

-- 
Kurt Bernhard Pruenner --- Haendelstrasse 17 --- 4020 Linz --- Austria
Music: http://www.mp3.com/Leak --- Work: http://www.ssw.uni-linz.ac.at
.......It might be written "Mindfuck", but it's spelt "L-A-I-N".......
np: Kit Clayton - Nia-Ikala (Nek Sanalet)

Reply via email to