Re: ClassPath question?

2001-02-02 Thread André Alves
In the CLASSPATH is necessary put the name of the archive, as follow: /usr/local/tomcat/lib/servlet.jar --- Jian Zhang [EMAIL PROTECTED] escreveu: Hello; Can anyone help with this compile error msg: javac HelloWorld.java HelloWorld.java:1: Package javax.servlet not found in import.

RE: problem with classpath and .jar files

2001-01-23 Thread André Alves
Hi, Yes, I create the directory struct in .jar. --- CPC Livelink Admin [EMAIL PROTECTED] escreveu: Did you create the jar with directories? -Original Message- From: Andr Alves [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 23, 2001 11:46 AM To: [EMAIL PROTECTED] Subject:

Re: problem with classpath and .jar files

2001-01-23 Thread André Alves
In winnt I placed .jar below of the /WEB-INF/classes/ and only configured in wrapper.properties classpath for .jar and the program functioned perfectly. I made this same configuration in redhat, but it did not work. Somebody knows which can be the cause of this? --- Jeffry Guttadauro [EMAIL

RE: problem with classpath and .jar files

2001-01-23 Thread André Alves
I already tried to place .jars in /WEB-INF/lib, but this did not function... therefore I is trying to know if it is necessary to configure or worker.properties or wrapper.properties so that tomcat finds jars... --- "Morahg, Yoav" [EMAIL PROTECTED] escreveu: .jars go in the WEB-INF/lib

.jar files

2001-01-22 Thread André Alves
Hi, I would like to know where I must make the configuration to use class contained in an archive jar. Thanks __ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices. http://auctions.yahoo.com/

Re: .jar files

2001-01-22 Thread André Alves
I'm using HedHat 6.2 --- Andr Alves [EMAIL PROTECTED] escreveu: Hi, I would like to know where I must make the configuration to use class contained in an archive jar. Thanks __ Do You Yahoo!? Yahoo! Auctions - Buy the things you

mod_jk.so

2001-01-19 Thread André Alves
Where I get mod_jk.so for linux?? Thanks __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ - To unsubscribe, e-mail: [EMAIL

Re: mod_jk.so

2001-01-19 Thread André Alves
Hi against Eric, I located mine apxs and now the following error occurred: sorry, no DSO support for Apache avaliable under your plataform. Where I configures the DSO support for the apache? --- Eric Paul [EMAIL PROTECTED] escreveu: Do a locate/find to figure out where your copy of apxs really

off-topic question - servlet notification

2001-01-17 Thread André Alves
Hi, How I make to notify a servlet that the application client is down, or better, as a servlet can know that an application client down? thanks __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/

AW: off-topic question - servlet notification

2001-01-17 Thread André Alves
Hi, How I make to notify a servlet that the application client is down, or better, as a servlet can know that an application client down? thanks Hi, I'm making the follow application: The client application open a URLConnection with the serlet and the servlet makes some selects, updates

proxy authentication with domain

2001-01-09 Thread André Alves
Hi, I am having problems to make authentication with Microsoft Proxy server because it requires a domain to authentication. I wrote the following program of test to try the authentication because I did not obtain access servlets. I only receive code 407, of required authentication. I would

charset problem

2001-01-04 Thread André Alves
Hi, I'm using apache 1.3.9, tomcat 3.2.1 and NT 4 SP 5. When I pass words with special characters like parameter to tomcat, to be inserted in a data base, the insert don't occurs. I would like know if exists any configuration to tomcat accept words with special characters, like "André" or

RE: charset problem

2001-01-04 Thread André Alves
The query is simply ignored. setting environment variable "TOMCAT_OPTS=-Dfile.encoding=ISO8859_1", not work. Is like tomcat recived the request but made nothing . I enter data in the simple html form. tomcat receives this datas, and send the end page, as if the data were inserted but, when I

RE: charset problem

2001-01-04 Thread André Alves
far is that no-one seems to have encountered a similar issue with tomcat, ie that it is not a known bug or common problem. Good luck solving it! Simon -Original Message- From: André Alves [SMTP:[EMAIL PROTECTED]] Sent: Thursday, January 04, 2001 8:04 PM

a simple test to charset

2001-01-04 Thread André Alves
I, made the following test: import java.io.*; import java.text.*; import java.util.*; import javax.servlet.*; import javax.servlet.http.*; public class HelloWorldExample extends HttpServlet { public void doGet(HttpServletRequest request, HttpServletResponse response) throws IOException,

Apache and Tomcat 3.2.1

2001-01-02 Thread André Alves
Hi, I'm using Tomcat 3.2.1 and Apache 1.3.9 with mod_jk. When a start Apache, tomcat don't start automatically. I would like know how do tomcat start when apache starts. Thanks. __ Do You Yahoo!? Yahoo! Photos - Share your holiday photos online!

Mapping Zones

2001-01-02 Thread André Alves
Hi, I'm trying create a zones means "servlet" to I type the url "http://my_ip/servlet/HelloWorldExample" to run the servlets but, I don't know make this. I just run it mapping the url "http://my_ip/servlet/servlet/HelloWorldExample". Anyone can help me? thanks in advanced