Hello All,
            When i am trying to deploy an application that is running fine under 
Tomcat , I am getting this error:

Generated servlet error:
    [javac] Compiling 1 source file
    [javac] 
C:\tomcat\JBoss\jboss-3.2.3\jboss-3.2.3\server\default\work\MainEngine\localhost\AuthorityWeb\authorityLogin_jsp.java:8:
 package bfcorp does not exist
    [javac] import bfcorp.*;
    [javac] ^
    [javac] 
C:\tomcat\JBoss\jboss-3.2.3\jboss-3.2.3\server\default\work\MainEngine\localhost\AuthorityWeb\authorityLogin_jsp.java:95:
 cannot resolve symbol
    [javac] symbol  : class PrintWriter 
    [javac] location: class org.apache.jsp.authorityLogin_jsp
    [javac] PrintWriter pw = new PrintWriter(out,true);
    [javac] ^
    [javac] 
C:\tomcat\JBoss\jboss-3.2.3\jboss-3.2.3\server\default\work\MainEngine\localhost\AuthorityWeb\authorityLogin_jsp.java:95:
 cannot resolve symbol
    [javac] symbol  : class PrintWriter 
    [javac] location: class org.apache.jsp.authorityLogin_jsp
    [javac] PrintWriter pw = new PrintWriter(out,true);
    [javac]                      ^
    [javac] 3 errors

   I have also placed the lib files in the default lib folder.I have put the 
application as war files in the deployment directory.
 
    Is there a need to modify xml files.
Regards,
Vivek
  


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829171#3829171

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829171


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to