posted 21 years ago
Can anybody give me a reason why the compiler can't find my classes in
WEB-INF/classes? This happens to me, now when I want to setup a
deployment workstation. On the server I have'nt this problem and I use
the mostly the same config... only things that differs are
All pages are ok, excluding those using classes from WEB-INF
I did check resin confs and also webapp confs.
webapp confs are identical and differences between resin confs...
# diff resin.conf.workstation resin.conf.server
3c3
<app-dir>/home/lpetcu/Documents/html</app-dir>
---
<app-dir>/var/www/html</app-dir>
5c5
<http>
---
<!--http>
,10c7,10
</http>
<!--srun host='127.0.0.1' port='6802'/-->
---
</http-->
<srun host='127.0.0.1' port='6802'/>
Thanks,
Liviu