Страница 1 из 1
Странное дело (WLAS-8)
Добавлено: 20 июн 2007, 11:20
Karlson
Поместил библиотеки в WEB-INF/lib. JSP компилируются нормально, только когда дело доходит до runtim'a - ClassNotFound exception. Любые идеи?
Используем JSF. Taglibs в порядке.
Буду оччень признателен.
Добавлено: 22 июн 2007, 01:21
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.
Добавлено: 22 июн 2007, 14:10
Karlson
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.
Are you sure you're speaking about Web Logic Application Server 8.X. It sounds more like Web Sphere to me...
Cheers!
Добавлено: 23 июн 2007, 00:09
Don Horse
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.
Поместил библиотеки в 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.
Добавлено: 23 июн 2007, 08:37
Karlson
Уже решили!
Всем спасибо!!!