RE: Basic Authentication

2003-12-05 Thread Edson Alves Pereira
Maybe through navigator object in user´s browser, you must check if there´s not permission constraint for that. -- De: Bui, Bao-Ha D[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: sexta-feira, 5 de dezembro de 2003 13:45 Para: 'Tomcat Users

RE: Database pool problem

2003-12-05 Thread Edson Alves Pereira
So, correct if i´m wrong. To connect to you database is: Class.forName( sun.jdbc.odbc.JdbcOdbcDriver ); Connection dbConn = DriverManager.getConnection( jdbc:odbc:afec, UserName, UserPassword ); -- De: Chaikin, Yaakov Y (US SSA)[SMTP:[EMAIL PROTECTED]

RE: Database pool problem

2003-12-08 Thread Edson Alves Pereira
Of course he has a choice, download MySQL in development machine and he will make his tests. This i´d choose. -- De: Dan Johnsson[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: sexta-feira, 5 de dezembro de 2003 20:46 Para: Tomcat Users List

JSP doubt

2003-12-09 Thread Edson Alves Pereira
Hello folks, i made a war file and i compiled my JSP pages and create a jar file with then. My question is, do i still need to put inside my webapp ( in my case war file, but is the same ) all JSP files anyway? Because tomcat complain about them. Regards, Edson

RE: fmt setLocale

2003-12-09 Thread Edson Alves Pereira
Usually Standard Taglibs we get from Sun´s servers, do you have JSTL in your local machine? -- De: Maxime Colas des Francs[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: terça-feira, 9 de dezembro de 2003 13:14 Para: [EMAIL PROTECTED] Assunto:

RE: JSP doubt

2003-12-09 Thread Edson Alves Pereira
Is there a tag to import these new xml file in my web.xml? -- De: Rodrigo Ruiz[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: terça-feira, 9 de dezembro de 2003 14:14 Para: Tomcat Users List Assunto: Re: JSP doubt Edson Alves Pereira

RE: fmt setLocale

2003-12-09 Thread Edson Alves Pereira
Then, maybe there is some sintaxe error in your TLD. What do you have inside /WEB-INF/tld/fmt.tld? -- De: Maxime Colas des Francs[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: terça-feira, 9 de dezembro de 2003 15:38 Para: Tomcat Users List

very basic winNT question

2003-12-10 Thread Edson Alves Pereira
Hello folks, i know, this a list for Java and Tomcat, but i´m facing a problem that is a P.A., does anybody here know how can i change winNT command line limit? That´s ´cause my CLASSPATH grew bigger and now my Java tools are complaining about it. Regards, Edson

RE: very basic winNT question

2003-12-10 Thread Edson Alves Pereira
or NTFS? -Original Message- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 12:49 PM To: 'Tomcat-User List' Subject: very basic winNT question Hello folks, i know, this a list for Java and Tomcat, but i´m facing a problem

new JVM feature, just an idea

2003-12-12 Thread Edson Alves Pereira
Hello folks, as you know windows has a limit for command-line ( something like 128kb ), i´m not a windows fan, but here for a while i still using this OS. Then as we cannot change this behaviour ( in win95, win98 and winnt, others i don´t known and i hope never use them ), would

RE: new JVM feature, just an idea

2003-12-12 Thread Edson Alves Pereira
-Original Message- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 9:16 AM To: 'Tomcat-User List' Subject: new JVM feature, just an idea Hello folks, as you know windows has a limit for command-line ( something like 128kb ), i´m

RE: new JVM feature, just an idea

2003-12-12 Thread Edson Alves Pereira
: RE: new JVM feature, just an idea Howdy, So you really have a classpath environment variable that's bigger than 128KB? (If that's really the limit, as you say in your original message). Yoav Shapira Millennium ChemInformatics -Original Message- From: Edson Alves Pereira

RE: new JVM feature, just an idea

2003-12-12 Thread Edson Alves Pereira
-Original Message- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 1:03 PM To: 'Tomcat Users List' Subject: RE: new JVM feature, just an idea Exactly, that´s it! Even using environment variable in a MSDOS shell you can reach the line limit

RE: new JVM feature, just an idea

2003-12-12 Thread Edson Alves Pereira
? (If that's really the limit, as you say in your original message). Yoav Shapira Millennium ChemInformatics -Original Message- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 12:51 PM To: 'Tomcat Users List' Subject: RE

RE: new JVM feature, just an idea

2003-12-12 Thread Edson Alves Pereira
-Original Message- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 1:35 PM To: 'Tomcat Users List' Subject: RE: new JVM feature, just an idea This mainly it happen with ant, here a snapshot of it: D:\home\edsonset

RE: precompile jsp

2003-12-15 Thread Edson Alves Pereira
There are a big problem with JspC ant´s tag, its error messages. Someone must analyse JspC code and improve all messages within. But i hope that this exemple would help you: !--///-- target name=compilePaginasJSP

session attributes seems don´t work with Mozilla 1.4

2003-12-15 Thread Edson Alves Pereira
Hello folks, i´m using Mozilla 1.4 and i just create a session atribute named Var_Blah with value here my value and made my JSP page show its value, like %= ( String )session.getAttribute( Var_Blah ) %. But it didn´t work, my browser window is modal, any idea? Regards,

RE: precompile jsp

2003-12-15 Thread Edson Alves Pereira
that there are differences in the way tomcat compiles or when I do it myself. Anyhow thanks for the answer, I try to play with it and see what happends Hans On Mon, Dec 15, 2003 at 09:35:46AM -0300, Edson Alves Pereira wrote: There are a big problem with JspC ant?s tag, its

RE: CGI not working on Tomcat 5.0.16?

2003-12-16 Thread Edson Alves Pereira
Just a question, CGI isn´t a Apache server matter? -- De: Jonathan Eric Miller[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: segunda-feira, 15 de dezembro de 2003 20:52 Para: Tomcat Users List Assunto: Re: CGI not working on Tomcat

RE: Broken pipe exception

2003-12-19 Thread Edson Alves Pereira
Which database are you using? -- De: Markus Brigl[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: sexta-feira, 19 de dezembro de 2003 6:06 Para: [EMAIL PROTECTED] Assunto: Broken pipe exception Hi I received the following exception! We

RE: Broken pipe exception

2003-12-19 Thread Edson Alves Pereira
] Responder:Tomcat Users List Enviada: sexta-feira, 19 de dezembro de 2003 9:35 Para: Tomcat Users List Assunto: Re: Broken pipe exception We use Versant 6.0.5 patch 10! Do you think the problem is connected to the database? Thank's for help! Markus Edson Alves Pereira

alias and JspC

2003-12-22 Thread Edson Alves Pereira
Hello folks, i´d like to know how can i define a alias for my JSP pages, for example usually we do: http://localhost/my-webapp/jsp/hello.jsp How can i make ant´s jspc tag build my JSP pages with /jsp as a default alias instead of / ( this infact isn´t a alias just a name

RE: Problem in Connection Pooling

2003-12-23 Thread Edson Alves Pereira
You must put ojdbc14.jar inside $TOMCAT_HOME/common/lib :D -- De: Kumar Abhay-CAK203C[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: segunda-feira, 22 de dezembro de 2003 22:52 Para: Tomcat Users List Assunto: Problem in

RE: How do I reload a Servlet from a JSP page?

2003-12-23 Thread Edson Alves Pereira
Servlets are reloaded when your servlet engine is restarted or you configure you webapp to always reaload servlets ( this is very slow ). -- De: Nathan Christiansen[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: terça-feira, 23 de dezembro de 2003 14:46

RE: Annoying problem when using new jar files

2003-12-29 Thread Edson Alves Pereira
What´s import XX .*;? -- De: Gorka Garay[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: segunda-feira, 29 de dezembro de 2003 8:19 Para: [EMAIL PROTECTED] Assunto: Annoying problem when using new jar files Hi, This is my very

RE: Annoying problem when using new jar files

2003-12-29 Thread Edson Alves Pereira
That´s the name of the package that I want to import to my jsp from the .jar file =D - Original Message - From: Edson Alves Pereira [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday, December 29, 2003 1:59 PM Subject: RE: Annoying problem when using new

suggestion for taglib process

2003-12-30 Thread Edson Alves Pereira
Hello folks, i´d like to see all error Tomcat´s messages related with taglib changed to display exactly the taglib that the error cames from, for example, take a look in this message: org.apache.jasper.JasperException: /jsp/cadastro/OS_cadastroProjetoEd.jsp(101,6) Unable to find setter method

taglib-pool

2004-11-29 Thread Edson Alves Pereira
Hello folks, i d´like to know if is there any taglibPool or any way to make tomcat do such thing? Regards, Edson

taglib-pool

2004-11-29 Thread Edson Alves Pereira
I d´like to know if is there any taglibPool or any way to make tomcat do such thing? Regards, Edson

RES: Deploying jsps

2004-12-23 Thread Edson Alves Pereira
You can use Jasper to trancribe your JSP pages in java code, and then compiled it with javac. Here is my real word build.xml´s snapshoot: jspc srcdir =${webapp}/jsp destdir =${webapp}/bin

J2SE5.0 ready?

2005-01-07 Thread Edson Alves Pereira
Hello folks, are you using J2SE5? What about it? Regards, Edson

is J2SE5 ready?

2005-01-07 Thread Edson Alves Pereira
Are you using J2SE5? What about it? Regards, Edson

Another doubt about taglibs

2004-08-13 Thread Edson Alves Pereira
Hey dudes, is this the correct way to mixe taglibs with JSP code? panfinance:tab-control panfinance:tab-sheet name=%= stTitle % tr th width=20%label%= stTitle %/label/th tdpanfinance:variant

Problems with Jasper and ojspc

2004-08-13 Thread Edson Alves Pereira
Hello folks, i´ve just compiled all my jsp pages in a jar file, in tomcat-4.1.29 its fine as usual, but if i try to deploy my webappication in Oracle Application Server-10g, it doesn´t execute my pages properly. I don´t know what is going wrong, the JDK is the same ( j2sdk1.4.2-05b ), OS (

another DBCP problem with tomcat 4.1.30, tomcat-5.0.27 and Oracle ApplicationServer-9.0.4

2004-08-27 Thread Edson Alves Pereira
Hello dudes, i´m trying to store a value to a CLOB in my databse, everything is fine with a simple Connection created with DriverManager, but when i use DBCP from one of these servlet-engines i got the same error: ava.sql.SQLException: invalid arguments in call 04/08/27 11:56:44 at

ENC: another DBCP problem with tomcat 4.1.30, tomcat-5.0.27 and O racleApplicationServer-9.0.4

2004-08-27 Thread Edson Alves Pereira
followed the Oracle´s recomendations, again this error only happens with DBCP. -Mensagem original- De: Edson Alves Pereira Enviada em: sexta-feira, 27 de agosto de 2004 14:44 Para: Tomcat-User List (E-mail) Assunto: another DBCP problem with tomcat 4.1.30, tomcat-5.0.27

TagLibs must be cached

2004-10-13 Thread Edson Alves Pereira
Hello folks, i noticed that everytime tomcat-5.0.x needs a taglib it just create a new one, i´d like to cached all tag in my JSPs, how ca i do that? Is there any taglib container like we have with servlets? Regards, Edson

TagLibs must be cached

2004-10-13 Thread Edson Alves Pereira
Hello folks, i noticed that everytime tomcat-5.0.x needs a taglib it just create a new one, i´d like to cached all tag in my JSPs, how ca i do that? Is there any taglib container like we have with servlets? Regards, Edson

test

2004-10-14 Thread Edson Alves Pereira
Just testing.

caching taglibs

2004-10-14 Thread Edson Alves Pereira
Hello folks, i noticed that everytime tomcat-5.0.x needs a taglib it just create a new one, i´d like to cached all tag in my JSPs, how ca i do that? Is there any taglib container like we have with servlets? Regards, Edson

taglibs

2004-10-15 Thread Edson Alves Pereira
Hello dudes, is there a way to make tomcat create just one instance of each taglib in JVM? Regards, Edson

RES: DBCP Parameters

2004-10-05 Thread Edson Alves Pereira
That´s because DBCP when reach its limit it create a new connection to suplay the demand, after all connection without use are released your current connections come back to 3 connection in pool as you setted to 3 max connection alive in the pool. Regards, Edson

StringBuffer memory optimization

2004-10-08 Thread Edson Alves Pereira
Hello folks, i have a problem with StringBuffer, profiling my web-application i noticed, StringBuffer due to its creation and use consumes too much memory. Does onyone here know a good way to solve that problem? Regards, Edson

extending Ojc

2004-10-27 Thread Edson Alves Pereira
Hello folks, i trying to make ojc from JDeveloper to create a xml file like Jasper does with all JSP mappings, can someone show me some hints or tell me if JDeveloper can do that for grant? Regards, Edson

extending ojc

2004-10-27 Thread Edson Alves Pereira
Hay folks, i trying to make ojc from JDeveloper to create a xml file like Jasper does with all JSP mappings, can someone show me some hints or tell me if JDeveloper can do that for grant? Regards, Edson

ENC: extending ojc

2004-10-27 Thread Edson Alves Pereira
-Mensagem original- De: Edson Alves Pereira Enviada em: quarta-feira, 27 de outubro de 2004 10:28 Para: Tomcat-User List (E-mail) Assunto: extending ojc [Edson Alves Pereira] I trying to make ojc from JDeveloper to create a xml file like Jasper does with all

RE: suggestion for taglib process

2004-01-05 Thread Edson Alves Pereira
: Tomcat Users List Assunto: RE: suggestion for taglib process Howdy, Great! I'm glad you have an enhancement in mind: when you contribute a patch I'll be glad to review and commit it. ;) Yoav Shapira Millennium ChemInformatics -Original Message- From: Edson Alves Pereira

RE: why i can't show my index.jsp

2004-01-05 Thread Edson Alves Pereira
Maybe you need to define welcome-file-list/ in your WEB-INF/web.xml and try to create a new webapp, instead of edit default index.jsp from tomcat. I´m think tomcat´s default root application ( webapp ) is configured to not reload JSP pages. -- De: a a[SMTP:[EMAIL

RE: suggestion for taglib process

2004-01-05 Thread Edson Alves Pereira
Howdy, Actually, this seems very reasonable. Please submit it to Bugzilla as an enhancement request and attach your code diff. Thanks ;) Yoav Shapira Millennium ChemInformatics -Original Message- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] Sent: Monday, January 05, 2004

RE: Problems running pre-compiled JSP classes when in subdirector ies

2004-01-07 Thread Edson Alves Pereira
Show us the exception how it appears to you. -- De: Jay Glanville[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: quarta-feira, 7 de janeiro de 2004 10:20 Para: 'Tomcat Users List' Assunto: Problems running pre-compiled JSP classes when in

RE: Problems running pre-compiled JSP classes when in subdirector ies

2004-01-07 Thread Edson Alves Pereira
. If the generated source file is compiled using javac target of it is showing this error. Antony Paul - Original Message - From: Edson Alves Pereira [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 8:12 PM Subject: RE: Problems running pre

RE: excel from java

2004-01-07 Thread Edson Alves Pereira
I´d take a look at OpenOffice code ( www.openoffice.og ) -- De: Kumar, Sumit[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: quarta-feira, 7 de janeiro de 2004 13:04 Para: 'Tomcat Users List' Assunto: excel from java Hello, I want to

RE: Connection Pooling

2004-01-07 Thread Edson Alves Pereira
Usually every databse has its own ConnectionPool implementation. -- De: James Neville[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: quarta-feira, 7 de janeiro de 2004 13:50 Para: Tomcat Users List Assunto: Re: Connection Pooling

RE: Tomcat OutOfMemory at 158MB - Not reclaiming any memory overn ight

2004-01-08 Thread Edson Alves Pereira
In my opnion, is better instead of increasing memory of tomcat JVM try to profile your application. I´m sure if tomcat complain about memory, your servlets have something wrong. -- De: Francois JEANMOUGIN[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada:

RE: Tomcat OutOfMemory at 158MB - Not reclaiming any memory overn ight

2004-01-08 Thread Edson Alves Pereira
Alves Pereira [mailto:[EMAIL PROTECTED] Sent: 08 January 2004 12:49 To: 'Tomcat Users List' Subject: RE: Tomcat OutOfMemory at 158MB - Not reclaiming any memory overnight In my opnion, is better instead of increasing memory of tomcat JVM try to profile your application. I´m sure

XML JDBC driver

2004-01-09 Thread Edson Alves Pereira
Hello folks, does anybody here know a good JDBC driver to deal with XML files? Regards, Edson

RE: Tomcat JProfiler

2004-01-09 Thread Edson Alves Pereira
To make JProfiler work properly with tomcat you need to add agent.jar in tomcat´s CLASSPATH! #TOMCAT_HOME/bin/startup.sh JAVA_OPTS=-Xint -Xrunjprofiler:${PARAM_JPROFILER} -Xbootclasspath/a:/opt/jakarta-tomcat-4.1.18/bin/agent.jar export JAVA_OPTS -- De: Shapira,

RE: dramatic performance differences on development machines

2004-01-13 Thread Edson Alves Pereira
Do the top command in your shell and tell us what is consuming more from machine´s CPU. -- De: Donie Kelly[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: terça-feira, 13 de janeiro de 2004 8:54 Para: 'Tomcat Users List' Assunto: RE:

RE: dramatic performance differences on development machines

2004-01-13 Thread Edson Alves Pereira
Try tomcat-4.1.29 or tomcat-5.x -- De: Johan Coens[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: terça-feira, 13 de janeiro de 2004 11:10 Para: Tomcat Users List Assunto: RE: dramatic performance differences on development machines A

RE: dramatic performance differences on development machines

2004-01-13 Thread Edson Alves Pereira
The machine that has tomcat running is a developer or production machine? Are there other applications or there is just tomcat? -- De: Donie Kelly[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: terça-feira, 13 de janeiro de 2004 13:13 Para:

RE: Please help, I have a headache .. servlet init troubles

2004-01-19 Thread Edson Alves Pereira
To solve your problem with JDBC Driver, you must put the JDBC driver inside $TOMCAT_HOME/common/lib, try this first the other errors we will see if happens again. -- De: Allistair Crossley[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: segunda-feira, 19

RE: Please help, I have a headache .. servlet init troubles

2004-01-20 Thread Edson Alves Pereira
Just for curiosity, try to put a breakpoint in your IQActionServlet:init and tell us is the two callers are the same. -- De: Allistair Crossley[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: segunda-feira, 19 de janeiro de 2004 13:44 Para:

RE: Please help, I have a headache .. servlet init troubles

2004-01-20 Thread Edson Alves Pereira
twice? That's my remaining issue.. Cheers, ADC -Original Message- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] Sent: 19 January 2004 17:22 To: 'Tomcat Users List' Subject: RE: Please help, I have a headache .. servlet init troubles To solve your problem with JDBC

RE: Please help, I have a headache .. servlet init troubles

2004-01-20 Thread Edson Alves Pereira
dataSource.getConnection does not work is when I try to get the JNDI resource in the servlet init method. -Original Message- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] Sent: 20 January 2004 13:07 To: 'Tomcat Users List' Subject: RE: Please help, I have a headache .. servlet init

very basic question

2004-01-20 Thread Edson Alves Pereira
Hello folks, i´m trying to create some session attributes in my web.xml, i know only context-param and for this one i need ContextServlet.getInitParameter( ), i´d like to use HttpSession.getAttribute( ). Is possible to define session attributes in web.xml? Regards, Edson

RE: What does this mean? ajp13.service() Error sending initial p ost -1 0 0

2004-01-20 Thread Edson Alves Pereira
What happens if you type ( http://127.0.0.1/index.jsp ) in your browser? -- De: Rasmus Munk[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: terça-feira, 20 de janeiro de 2004 9:06 Para: 'Tomcat Users List' Assunto: What does this mean?

RE: very basic question

2004-01-20 Thread Edson Alves Pereira
session information in web.xml. You can create a param for the entire application (context) or you can create a parameter for a particular servlet. On Tuesday 20 January 2004 09:03 am, Edson Alves Pereira wrote: Hello folks, i´m trying to create some session attributes in my web.xml

RE: very basic question

2004-01-20 Thread Edson Alves Pereira
... no it is not possible to set session information in web.xml. You can create a param for the entire application (context) or you can create a parameter for a particular servlet. On Tuesday 20 January 2004 09:03 am, Edson Alves Pereira wrote: Hello folks, i´m trying

RE: Help needed

2004-01-21 Thread Edson Alves Pereira
Try this: in your applet code: { //... getAppletContext( ).showDocument( http://127.0.0.1/your-webapp/servlet/HellWorld; ); //... } -- De: niranjan inamdar[SMTP:[EMAIL PROTECTED] Responder:Tomcat

RE: problems with javascript utf-8 with tomcat 4.1.29

2004-01-21 Thread Edson Alves Pereira
Check or change your file.encoding variable to the encoding format that you want. -- De: Alain Baucant[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: quarta-feira, 21 de janeiro de 2004 12:27 Para: Tomcat Users List Assunto: Re: problems

RE: JDBC/DBCP problems

2004-01-28 Thread Edson Alves Pereira
Don´t use it in init( ) method, only doPost( ) or doGet( ). -- De: Burgess, Jay S[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: quarta-feira, 28 de janeiro de 2004 12:35 Para: [EMAIL PROTECTED] Assunto: JDBC/DBCP problems I'm

test

2004-01-30 Thread Edson Alves Pereira

RE: Tomcat5 RH ES mod_jk2 Apache2

2004-01-30 Thread Edson Alves Pereira
Tomcat isn´t talking with Apache, you must include mod_jk.conf in Apache´s httpd.conf -- De: Rich Baldwin[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: sexta-feira, 30 de janeiro de 2004 15:27 Para: [EMAIL PROTECTED] Assunto: Tomcat5 RH

RE: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Edson Alves Pereira
You must put your jdbc driver in $TOMCAT_HOME/common/lib -- De: Kumar Abhay-CAK203C[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: segunda-feira, 2 de fevereiro de 2004 14:34 Para: 'Tomcat Users List' Assunto: RE: Error in JDBC conn /

RE: encoding-problem with tomcat, jk2, apache

2004-02-05 Thread Edson Alves Pereira
You must check your java´s file.encoding property, maybe its setted to ISO-8859-1 -- De: Stefan Burkard[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: quinta-feira, 5 de fevereiro de 2004 9:18 Para: [EMAIL PROTECTED] Assunto: Re:

jdbc3

2004-02-05 Thread Edson Alves Pereira
Does anybody here knows where can i find jdbc3 extension to tomcat-4.1.24? Regards, Edson

RE: another newbie question?

2004-02-12 Thread Edson Alves Pereira
In my opnion, isn´t so necessary to set a inicial memory value to JVM, because it will take more memory as needed. -- De: Shapira, Yoav[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: quinta-feira, 12 de fevereiro de 2004 12:59 Para: Tomcat

Taglib parser problems

2004-02-19 Thread Edson Alves Pereira
Hello dudes, i trying to set a taglib property with ( ' ) inside its text, like: my-tag sql=select * from preoducts where product_name ='CHAIR'/ But when i check the property´s value is something like: select * from preoducts where product_name = For me, seems

RE: Taglib parser problems

2004-02-19 Thread Edson Alves Pereira
If this is your taglib then I would suggest not making the sql statement an attribute, but instead including it in teh body of the tag. my-tag SELECT * FROM MYTABLE WHERE MYCOLUMN='TEST' /my-tag -Original Message- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] Sent

how can i get a servlet instance from ServletPool

2004-03-01 Thread Edson Alves Pereira
Hello dudes, is there a way to get a servlet instance from Tomcat´s pool? Is there a replacement to getServletContext( ).getServlet( )? Regards, Edson

RE: how can i get a servlet instance from ServletPool

2004-03-01 Thread Edson Alves Pereira
I have one servlet that make a SQL query and as result build a HTML table to display in user´s browser, i´d like to create a report servlet to use servlets like my query-servlet to print ( in our project report-servlets are a little different from our query-servlets ). Then i created this

RE: how can i get a servlet instance from ServletPool

2004-03-01 Thread Edson Alves Pereira
). But assuming you leave everything as is, the question I come up with is: Why do you need an instance of a servlet, if the method you want to call has been made static? -Original Message- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] Sent: Monday, March 01, 2004 11:26 AM

RE: how can i get a servlet instance from ServletPool

2004-03-01 Thread Edson Alves Pereira
:54 Para: Tomcat Users List Assunto: RE: how can i get a servlet instance from ServletPool --- Edson Alves Pereira [EMAIL PROTECTED] wrote: No, i made it static `cause i couldn´t get servlet instance in another servlet, that´s solved my problem, but i´d like to know

java connection throught proxies

2004-03-02 Thread Edson Alves Pereira
Does anyone here knows if Java-1.4.2 can make Network connections throught web-proxies? I´m using xercer to validade a xml file and i got java.net.ConnectException: Connection timed out: connect This isn´t a tomcat matter, but maybe somebody could tell how to make my java

HttpURLConnection behind a proxie

2004-03-03 Thread Edson Alves Pereira
Hello dudes, do you know how can i authenticate a java programm to use HTTP proxie throught a windows network? I´ve already done JavaPlugin and built a java programm to make the job, but it didn´t workout, my HTTP proxie is WebSense. Regards, Edson

<    1   2