> ..WEB-INF/Classes/packagename/BeanClassName.java.
> On Mar 22, 12:27 am, onkar.yeole...@gmail.com wrote:
>
[quoted text clipped - 3 lines]
>
> Andrew T.
Thanx .
But I already done this thing & It is not working.
I am using ApacheTomcat 5.0 & Jdk1.5,
I am storing testApp dir of my application in ..webapps dir.
webapps/testApp/web-inf/... & storing .jsp pages in testApp dir.
shall I edit web.xml?
Also will Tomcat server create .class file for BeanClassName.java
file?
Lew - 21 Mar 2007 20:15 GMT
>> onkar.yeole...@gmail.com wrote:
>>
>>> ..WEB-INF/Classes/packagename/BeanClassName.java.
>> WEB-INF/classes/packagename/BeanClassName.java
WEB-INF/classes/packagename/BeanClassName.class
bytecode, not source
onkar.yeole...@gmail.com wrote:
> webapps/testApp/web-inf/
webapps/testApp/WEB-INF/
> shall I edit web.xml?
No.
> Also will Tomcat server create .class file for BeanClassName.java file?
No.
Make sure you spell your directory names correctly. Andrew and I have pointed
out a couple of mistakes in your posts.
-- Lew