2013/4/18 caio lima <caiore...@gmail.com>:
> hi,
> sorry for my english.
> i just publish my web site made with java, jsp, and i'm stuck with a
> problem.
>
> my ".class" files is in the directory "WEB-INF/classes/..."
> and i have the class Diversos in
> "WEB-INF/classes/ferramentas/Diversos.class"
>
> when i use a import comand like <%@page import="ferramentas.*"%>
> and the jsp file is in the same level of WEB-INF the comand works fine.
>
> but when i try to use the excatly same import and the jsp file is in a
> subfolder, the import is not working.
> then when i try to use the class Diversos throws me the execption
>
> An error occurred at line: 11 in the jsp file: /acessos.jsp
> Diversos cannot be resolved to a type
>
> i don't know what to do anymore, already spent a lot a time trying to solve
> this.
> didn't find anything that can help me.
>
> i publish my site in homehost.com.br
>
> and in my local machine this error is not happen
>
> maybe there's a problem with tomcat's configuration.
>

How do you deploy your webapp?


(A common newbie's error is placing one's files into webapps/ROOT/myappname.
The proper place for a web application is webapps/myappname  or
webapps/myappname.war

The ROOT is just another web application. You cannot nest web
applications into each other.
)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to