Re: problems with import in jsp file

2013-04-18 Thread caio lima
Hi, my index.jsp is inside webapps/ROOT i have the same folder structure in my local machine and it works. 2013/4/18 Konstantin Kolinko > 2013/4/18 caio lima : > > hi, > > sorry for my english. > > i just publish my web site made with java, jsp, and i'm stuck with a > > problem. > > > > my "

Re: problems with import in jsp file

2013-04-18 Thread Konstantin Kolinko
2013/4/18 caio lima : > 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 im

problems with import in jsp file

2013-04-17 Thread caio lima
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="ferrame