Lucene+ParseFile

2005-06-07 Thread Zakaria KHABOT
Hi all, Will using 'lucene' I want to get a brief resume from the document in witch the term of search exist, like this: 1resultatstrouvs, classparrelvement Nonbreavecdate Masquersommaires regrouperparlocation 1-1

Re: lucene+Tomcat

2005-06-01 Thread Zakaria KHABOT
: Tuesday, May 31, 2005 9:59 PM To: Tomcat Users List Subject: Re: lucene+Tomcat I think the lucene list might be of more help -Tim Zakaria KHABOT wrote: hi all, I try to display the demo example of lucene. I am using tomcat 5.5.4. Index.jsp is displayed but when I click search I encountred

lucene+Tomcat

2005-05-31 Thread Zakaria KHABOT
hi all, I try to display the demo example of lucene. I am using tomcat 5.5.4. Index.jsp is displayed but when I click search I encountred this message error : I have put ' lucene-1.4.3.jar and lucene-demos-1.4.3.jar' in the classPath. Thanks for all org.apache.jasper.JasperException: Unable

Variable in server.xml

2005-01-13 Thread Zakaria kHABOT
* * * * * * * * * * * * * * * Vexira NOTICE * * * * * * * * * * * * * * * This version of Vexira MailArmor is a DEMO version and not full featured. Vexira has processed a mail addressed to you, which contained no known potential malicious software. In case you notice abnormal behavior of your

Re: Variable in server.xml

2005-01-13 Thread Zakaria kHABOT
in catalina.properties) See the FAQ for how to set system properties on startup. -Tim Zakaria kHABOT wrote: Hi all, How can I declare a variable in server.xml. Insitide of having path=C:\folder, I want to put this value in a variable (var) and path=${var}. How to do

Tomcat as a stand alone

2001-03-10 Thread Zakaria .
hi, im using tomcat as a stand alone server, when i went through the conf files i couldnt see which of these files can work as httpd.conf in apache in the sence of configuring the ip of the server or the server name. I just got a web address from network solutions and i dont know where to make

Re: I CANT COMPILE SERVLETS!!!HELP

2001-03-01 Thread Zakaria .
Thanks everyone, my problem was that i just included the servlet.jar to the classpath, but in fact i had to include all in the tomcat\lib jars to the classpath, now i can compile by using only the javac command as with a regular java program...

I CANT COMPILE SERVLETS!!!HELP

2001-02-28 Thread Zakaria .
Hello, I have tomcat running fine but i couldnt compile any servlet. I put the servlet in different directories and tried (does it matter?) but same result: cannot resolve symbol:HttpServlet i use this command line from the same directory as the servlet: javac -classpath

RE: first time user!!!

2001-02-26 Thread Zakaria .
Thanks a lot, it worked!!! I have another question, when i try to compile a simple servlet using: javac -classpath c:\tomcat\lib\servlet.jar MyServlet.java i get an error about the symbol : HttpServlet the same error i get when i use :javac MyServlet.java Like the servlet.jar doesnt work or

first time user!!!

2001-02-22 Thread Zakaria .
My question is very basic, i cant get tomcat (jakarta-tomcat-3.2.1) to work on my windows machine, i set JAVA_HOME=c:\jdk1.3 and TOMCAT_HOME=c:\tomcat (i renamed jakarta-tomcat-3.2.1 to tomcat), and set the PATH for java interpreter...i keep getting: (after i type bin\startup in tomcat