Поместил библиотеки в WEB-INF/lib. JSP компилируются нормально, только когда дело доходит до runtim'a - ClassNotFound exception. Любые идеи?
Используем JSF. Taglibs в порядке.
Буду оччень признателен.
Странное дело (WLAS-8)
Правила форума
Пожалуйста, ознакомьтесь с правилами данного форума
Пожалуйста, ознакомьтесь с правилами данного форума
- Karlson
- Завсегдатай
- Сообщения: 381
- Зарегистрирован: 20 май 2007, 12:51
-
- Пользователь
- Сообщения: 81
- Зарегистрирован: 20 дек 2005, 20:26
We had the similar problems when migrating application from JBoss 4.03 to WAS 6.1. At that time, we used MyFaces and Oracle ADF implementations and experienced some bizarre exceptions and apllication behavior. The problem was partially solved when we changed classloader policy of both the Application and Web Module to Parent_Last in the admin console.
- Karlson
- Завсегдатай
- Сообщения: 381
- Зарегистрирован: 20 май 2007, 12:51
Are you sure you're speaking about Web Logic Application Server 8.X. It sounds more like Web Sphere to me...Don Horse писал(а):We had the similar problems when migrating application from JBoss 4.03 to WAS 6.1. At that time, we used MyFaces and Oracle ADF implementations and experienced some bizarre exceptions and apllication behavior. The problem was partially solved when we changed classloader policy of both the Application and Web Module to Parent_Last in the admin console.
Cheers!
-
- Пользователь
- Сообщения: 81
- Зарегистрирован: 20 дек 2005, 20:26
Right, the migration was to WebSphere Application Server 6.1
Cannot help with BEA WL as per se, though all AS are similar in essence and WAS administration is the most confusing.
Try to put your comon jars under the AS lib/ext directory (might be different on WL) or create shared libraries.
Cannot help with BEA WL as per se, though all AS are similar in essence and WAS administration is the most confusing.
Поместил библиотеки в WEB-INF/lib
Try to put your comon jars under the AS lib/ext directory (might be different on WL) or create shared libraries.
You're welcome.Любые идеи? ... Буду оччень признателен.
- Karlson
- Завсегдатай
- Сообщения: 381
- Зарегистрирован: 20 май 2007, 12:51