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 imp

RE: problem with classpath and .jar files

2001-01-23 Thread André Alves
in the WEB-INF/lib directory, not WEB-INF/classes. > > -Yoav > > -Original Message- > From: André Alves [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 23, 2001 1:18 PM > To: [EMAIL PROTECTED] > Subject: Re: problem with classpath and .jar files > > >

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 PR

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 A

Re: problem with classpath and .jar files

2001-01-23 Thread André Alves
Hi Jeffry, Is necessary some type of special configuration so that tomcat to find the class? Some thing as to configure worker.properties or wrapper.properties? --- Jeffry Guttadauro <[EMAIL PROTECTED]> escreveu: > The .jar should go directly in the WEB-INF/lib directory. > > > > > > [EMAIL

RE: problem with classpath and .jar files

2001-01-23 Thread André Alves
irectory? That's where it should go. > > -Yoav > > -Original Message- > From: André Alves [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 23, 2001 11:36 AM > To: [EMAIL PROTECTED] > Subject: problem with classpath and .jar files > > > I have the followi

problem with classpath and .jar files

2001-01-23 Thread André Alves
I have the following problem: I created a structure of directories to place mine .class and later generating one .jar. Below of WEB-INF/classes I have the structure: /com/mycompany/class and in this last directory I have mine .class... Wen I run tomcat, without grouping the class in a .jar, the p

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 Y

.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: 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 real

Re: mod_jk.so

2001-01-19 Thread André Alves
Hi Eric, I make this, but the following error occurred: make: /usr/sbin/apxs: command not found What it can be this? --- Eric Paul <[EMAIL PROTECTED]> escreveu: > You need to download the source and compile it yourself. The > mod_jk faq > has info on how to do this, but some of it doesn't exa

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 PROTECTE

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, updat

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/ --

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 like

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, Servlet

RE: charset problem

2001-01-04 Thread André Alves
27;t have > to set up Tomcat special in any way, as far as I > can remember. > > What you *can* take away from the answers so > 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 l

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 ma

RE: charset problem

2001-01-04 Thread André Alves
rs. > > So the point for *you* to check is whether your > SQL is being run, and if so whether it is throwing > an exception. > > If you can confirm that your SQL is not being > run at all (ie that the problem *is* somewhere in > tomcat) then I suggest you post again. &g

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 "João".

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

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! htt