• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

resin error: cannot resolve symbol symbol : class

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Sheriff
Posts: 7001
6
Eclipse IDE Python C++ Debian Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This seems most likely to be a Resin configuration issue. It's more likely to get sensible answers in our forum specially for discussion of Resin, so I've moved the message there for you.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic