Error: Connection was refused when attempting to contact

2005-10-05 Thread André
lable at http://maca.sourceforge.net. I put the war file on the webapps folder; then I start tomcat (startup.sh); so, the folder maca_ad_web is created. So, when I put the URL http://127.0.0.1:8080/maca_ad_web I received the error listed. Someone can help me? André T

Error: Connection was refused when attempting to contact 127.0.0.1

2005-10-07 Thread André
lable at http://maca.sourceforge.net. I put the war file on the webapps folder; then I start tomcat (startup.sh); so, the folder maca_ad_web is created. So, when I put the URL http://127.0.0.1:8080/maca_ad_web I received the error listed. Someone can help me? André T

Connection Reset By Peer

2003-12-17 Thread "Ferreira, André"
at java.lang.Thread.run(Thread.java:479) Thanx. André Ferreira Note: The information in this e-mail is confidential and is intended solely for the addressee. If you have received this e-mail in error, you are hereby notified that any review, copying or distribution is strictly prohibited. Please

TomCat Server Killed

2003-12-18 Thread "Ferreira, André"
(and keep it alive) without keeping the user session still open in the CDE environment? Thanx. André Ferreira Note: The information in this e-mail is confidential and is intended solely for the addressee. If you have received this e-mail in error, you are hereby notified that any review, copying

RE: TomCat Server Killed

2003-12-18 Thread "Ferreira, André"
HYes, your method does work to get Tomcat running, but then the application I am using with tomcat does not work. It seems the application logs some kind of session-id with the CDE session. Uhh:(! André Ferreira -Original Message- From: Giuliano Gavazzi [mailto:[EMAIL

Question about Debug log

2001-05-08 Thread André Martiniano
Hy all   I´m running TomCat 3.2.1 and Apache 1.3.19 on Red Rat Linux and it´s ok.   I´d like to know if there is a way to deviate the Debug output (that one shown when script startup.sh is executed). I know that it´s just add the line path=´logs/tomcat.log´ to server.xml file. But what i want

Thanks!!

2001-05-09 Thread André Martiniano
Thanks to Brandon Cruz, Greg Hanson, Boris Niyazov and Tew Tee Li. Their answer about debug log help me a lot.   André Martiniano  

mod_jk.conf-auto automatic generating

2001-05-09 Thread André Martiniano
Hy   My TomCat is not automaticaly generating the mod_jk.conf-auto file. As said in documentation, each TomCat inicialization should be generate this file. However, the tomcat-apache.conf file is been generated automaticaly. Anyone knows why?   Thanks in advance.

mod_jk.conf-auto automatic generating

2001-05-09 Thread André Martiniano
Hy   My TomCat is not automaticaly generating the mod_jk.conf-auto file. As said in documentation, each TomCat inicialization should be generate this file. However, the tomcat-apache.conf file is been generated automaticaly. Anyone knows why?   Thanks in advance.

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

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

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 "

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

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

a simple test to charset

2001-01-04 Thread André Alves
out.println(""); out.println("start"); out.println(""); out.println("Name = "+strName); out.println(""); out.println("end"); out.println(""); out.println(""); } } And I invoke this servle

Runing Tomcat as a NT Service with JDK1.3.1 - problem solved

2001-08-21 Thread André Rosenzweig
parameter for the java.exe that preventes the LOGOFF Event of the NT from hanging he JVM. It´s just putting -Xrs at the command line at the end of wrapper.properties. Please, include this information on the documentation, it will save much time from people. Thank You []'s André Rosenzweig [

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

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

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

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

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

.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 Y

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

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

tomcat output gets mixed up for different requests

2004-07-09 Thread André Weidemann
the source code, but does anyone have a slight idea what could be the cause for this? André. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Retrieveing Unicode stuff from MySQL 4.1.x ?

2004-07-14 Thread André Weidemann
Ivan Jouikov wrote: I tried to use table with CHARACTER SET UTF8, but it didn't change anything :( Any other suggestions? I'm using a line like the one below to connect to the MySQL DB and it is working quite well here: DBUrl="jdbc:mysql://"+server+":"+databaseport+"/"+database+"?user="+login+"&p

Re: tomcat output gets mixed up for different requests

2004-08-03 Thread André Weidemann
the doGet() method, makes the problem disappear, but also makes the Tomcat very slow. Any help will be greatly appreciated, André. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: tomcat output gets mixed up for different requests

2004-08-03 Thread André Weidemann
e but close to it. I had PrintWriter for the response.getWriter specified as a class-variable. It is working flawlessly now. André. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Can't use Cookies in tag libraries ?????

2001-10-02 Thread André de Jesus
tag libraries > >my configuration is : >Tomcat 3.2.3 >AJP1.2 >Apache 1.3.20 >IE5.5 > > >Have you any ideas ??? > >thanks > > >Arnaud HERITIER >Ingénieur d'études >SOPRA. Group >EAI Consulting >Tel : +33-1-53-33-44-74 >Email : [EMAIL PROTECTED] > > -- André de Jesus <[EMAIL PROTECTED]> TEKTIX - Consultoria em Sistemas de Informação, L.da http://www.tektix.com

Tomcat 4.0 access log DIES all the time for no reason

2001-10-02 Thread André de Jesus
Hi Access logs are very important to server maintenance and traffic analysis. So, a log system needs to be flexible. In UNIX (Linux), flexibility is obtainable through the filesystem interface. For example, logs can be sent to a pipe instead of a regular file. Then, a process reads the pipe a

Tomcat 4.0 weirdness setting bean properties from checkboxes

2001-10-02 Thread André de Jesus
Hi The following JSP directive: is supposed to work for any CGI parameter coming form an HTML form. But with HTML form checkboxes, even if the bean function that receives the values checks for null or "on", the resulting bean value corresponds always to the "true" state. This makes it neces

Re: Caching Login Info in Tomcat 3.2.x

2001-10-02 Thread André de Jesus
on object. Does anyone already made something similar ? Should I >only redefine methods in my Realm object ? Is there some security issue I'm >not taking care of ?? >Thanks > >Renato > -- André de Jesus <[EMAIL PROTECTED]> TEKTIX - Consultoria em Sistemas de Informação, L.da http://www.tektix.com