is J2SE5 ready?

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

J2SE5.0 ready?

2005-01-07 Thread Edson Alves Pereira
Hello folks, are you using J2SE5? What about it? 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:

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

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

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 x

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

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

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

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

test

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

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

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

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

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

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 o

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 doubt about taglibs

2004-08-13 Thread Edson Alves Pereira
Hey dudes, is this the correct way to mixe taglibs with JSP code? <%= stTitle %> " type="<%= ( request.getParameter( "hdnTypeCTRL" ) != null ) ? request.getPa

RE: links encoding issue

2004-05-05 Thread Edson Alves Pereira
Take care with URL encoding, you must convert your values based on correct URL encoding, for example: space is %20, ü is %FC, it´s just hex based numbers. This page can show you more information about it: http://www.blooberry.com/indexdot/html/topics/urlencoding.htm > -- >

JSP suggestion

2004-03-24 Thread Edson Alves Pereira
Hello folks, i´d like to build a default jsp header to all my jsp´page, in this header i would put all taglibs and imports i need, but i in doubt about which is the best way to do it. Sould i make all others page extends this header page or do a <@ page import in every page? Any idea?

RE: How to write file into webapp directory?

2004-03-22 Thread Edson Alves Pereira
I think that the easyer way is to use, getRealPath( ). > -- > De: Jonathan Melhuish[SMTP:[EMAIL PROTECTED] > Responder:Tomcat Users List > Enviada: segunda-feira, 22 de março de 2004 15:02 > Para: Tomcat Users List > Assunto: How to write file into webapp di

JSP encoding problems

2004-03-22 Thread Edson Alves Pereira
Hello folks, I created my JSP pages with JspC in the right encoding and i can ensure everything is ok, but when i see them already compiled in my web browser they show me a lot of encoding errors. All is made with ant, any hint? Regards, Edson

Parser error in web.xml

2004-03-22 Thread Edson Alves Pereira
Could someone explain why tomcat complain about it? 2004-03-22 10:54:06 ContextConfig[/osctrl-app] Parse error in application web.xml java.lang.IllegalArgumentException: addChild: Child name 'jsp' is not unique at org.apache.commons.digester.Digester.createSAXException(Digester.ja

RE: JProfiler Tomcat Integration -tyrex driver error

2004-03-19 Thread Edson Alves Pereira
ke(Method.java:324) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243) > 2004-03-19 09:19:38,955 ERROR ControllerDAO - .getLookupList: Exception > creating DataSource: tyrex/jdbc/xa/EnabledDataSource > Starting service Tomcat-Apache > Apache Tomcat/4.0.6 > -

RE: thread deadlock problem

2004-03-19 Thread Edson Alves Pereira
Why are you trying to do this kind of control? > -- > De: Christian Cryder[SMTP:[EMAIL PROTECTED] > Responder:Tomcat Users List > Enviada: sexta-feira, 19 de março de 2004 9:55 > Para: Tomcat-User > Assunto: thread deadlock problem > > Hi folks, > > I need

RE: JProfiler Tomcat Integration -tyrex driver error

2004-03-19 Thread Edson Alves Pereira
I believe that there are some things in your code calling this tyrex DataSource, try to make a "find in files" or take a look in the full exception stack trace. > -- > De: armalai[SMTP:[EMAIL PROTECTED] > Responder:Tomcat Users List > Enviada: quinta-feira, 18 de março d

RE: JProfiler... help!

2004-03-17 Thread Edson Alves Pereira
Try this also, maybe it helps more. http://download.ej-technologies.net/tutorials/jprofiler/tutorial_1_viewlet_s wf.html > -- > De: bort[SMTP:[EMAIL PROTECTED] > Responder:Tomcat Users List > Enviada: terça-feira, 16 de março de 2004 21:35 > Para: [EMAIL PROTECT

RE: JProfiler... help!

2004-03-17 Thread Edson Alves Pereira
I´ll try to explain, when i profile my web-application i just use JProfiler and tomcat ( ´cause my machine isn´t that good ). You have two possibilities create a new process or bind JProfiler to a already running ( usually i bind JProfiler to tomcat ), then you must fill Session window to i

doubts about attributes

2004-03-11 Thread Edson Alves Pereira
Hello dudes, i´m trying to set some attributes to a request in my servlet, that´s pretty easy as you know, but after i must use redirect to a JSP page and when i try to recall those attributes created before they doesn´t appear in JSP´s request object. Even thought i set a request´s attribu

redirect and request´s attributes doubts

2004-03-11 Thread Edson Alves Pereira
Hello dudes, i´m trying to set some attributes to a request in my servlet, that´s pretty easy as you know, but after i must use redirect to a JSP page and when i try to recall those attributes created before they doesn´t appear in JSP´s request object. Even thought i set a request´s attribu

test

2004-03-11 Thread Edson Alves Pereira

redirect and request´s attributes doubts

2004-03-11 Thread Edson Alves Pereira
Hello dudes, i´m trying to set some attributes to a request in my servlet, that´s pretty easy as you know, but after i must use redirect to a JSP page and when i try to recall those attributes created before they doesn´t appear in JSP´s request object. Even thought i set a request´s attribu

RE: Question on the packaging of tag libraries

2004-03-11 Thread Edson Alves Pereira
Maybe this helps. The required extensions for a tag file are .tag if you write the file in JSP syntax, and .tagx if the file is only composed of XML elements. The JSP 2.0 specification requires you to place the tag file in the WEB-INF/tags directory, or a subdirectory thereof. If you want

RE: Strange exception at tomcat 4.1.29 startup

2004-03-11 Thread Edson Alves Pereira
Maybe path, libraries or environment variables are different. > -- > De: Francois JEANMOUGIN[SMTP:[EMAIL PROTECTED] > Responder:Tomcat Users List > Enviada: quinta-feira, 11 de março de 2004 8:32 > Para: Tomcat Users List > Assunto: Strange exception at tomc

redirect and request´s attributes doubts

2004-03-11 Thread Edson Alves Pereira
Hello dudes, i´m trying to set some attributes to a request in my servlet, that´s pretty easy as you know, but after i must use redirect to a JSP page and when i try to recall those attributes created before they doesn´t appear in JSP´s request object. Even thought i set a request´s attribu

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

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 environ

RE: how can i get a servlet instance from ServletPool

2004-03-01 Thread Edson Alves Pereira
de março de 2004 14: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 > > anoth

RE: how can i get a servlet instance from ServletPool

2004-03-01 Thread Edson Alves Pereira
rk you've done in the other > servlet). > > 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

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 r

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: Taglib parser problems

2004-02-19 Thread Edson Alves Pereira
ib parser problems > > > 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. > > > SELECT * FROM MYTABLE WHERE MYCOLUMN='TEST' > > > -Original Message- &g

Taglib parser problems

2004-02-19 Thread Edson Alves Pereira
Hello dudes, i trying to set a taglib property with ( ' ) inside its text, like: But when i check the property´s value is something like: "select * from preoducts where product_name =" For me, seems that taglib´s parser stops to read the value when it found ( ´

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

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

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

test

2004-01-30 Thread Edson Alves Pereira

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 o

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

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

RE: very basic question

2004-01-20 Thread Edson Alves Pereira
Tuesday 20 January 2004 09:29 am, Edson Alves Pereira wrote: > > But can i get these parameters any time in my application? > > > > > -- > > > De: Ben Souther[SMTP:[EMAIL PROTECTED] > > > Responder:Tomcat Users List > > > Env

RE: very basic question

2004-01-20 Thread Edson Alves Pereira
urs when the servlet is first > instanciated. > > So... 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 Tues

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

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 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: Please help, I have a headache .. servlet init troubles

2004-01-20 Thread Edson Alves Pereira
getConnection(). The only time my 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: '

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

2004-01-20 Thread Edson Alves Pereira
managed to load the servlet.xml?? > > Do you know why my servlet initalises 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 User

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

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

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: 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, Yoav[SM

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 OutOfMemory at 158MB - Not reclaiming any memory overn ight

2004-01-08 Thread Edson Alves Pereira
t; Thanks > > -Original Message- > From: Edson 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

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

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

2004-01-07 Thread Edson Alves Pereira
using jspc ant task and > page > > is requested through browser then everything > > goes fine. If the generated source file is compiled using javac target > of > it > > is showing this error. > > > > Antony Paul > > - Original Message - > > From: &qu

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 wh

RE: suggestion for taglib process

2004-01-05 Thread Edson Alves Pereira
ssunto: RE: suggestion for taglib process > > > 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 M

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

2004-01-05 Thread Edson Alves Pereira
Maybe you need to define 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 PROTECTED] > Responder

RE: suggestion for taglib process

2004-01-05 Thread Edson Alves Pereira
> > Yoav Shapira > Millennium ChemInformatics > > > >-Original Message- > >From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] > >Sent: Tuesday, December 30, 2003 3:46 PM > >To: 'Tomcat-User List' > >Subject: suggestion for taglib process &g

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 fo

RE: Annoying problem when using new jar files

2003-12-29 Thread Edson Alves Pereira
sing new jar files > > 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&

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

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

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 Con

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 b

RE: Broken pipe exception

2003-12-19 Thread Edson Alves Pereira
;s for help! > > Markus > > Edson Alves Pereira wrote: > > > Which database are you using? > > > > > > > >>-- > >>De: Markus Brigl[SMTP:[EMAIL PROTECTED] > >>Responder: Tomcat Users List > >>Envi

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 excepti

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

2003-12-15 Thread Edson Alves Pereira
;org.apache.jsp". > > Thats why I like to use tomcats jspc task (org.apache.jasper.JspC), to > avoid > 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 > >

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

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:

RE: new JVM feature, just an idea

2003-12-12 Thread Edson Alves Pereira
if you're using JDK 1.4 or > >> later, you can remove a bunch of other jars from the path as they're > >> included in the JDK, e.g. JAXP, Crimson, JDBC 2.0 extensions. Finally, > >> you have a number of duplicates, e.g. the XML APIs, repeated a number > of > >

RE: new JVM feature, just an idea

2003-12-12 Thread Edson Alves Pereira
; > Yoav Shapira > Millennium ChemInformatics > > > >-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 a

RE: new JVM feature, just an idea

2003-12-12 Thread Edson Alves Pereira
's giving you problems? > > Yoav Shapira > Millennium ChemInformatics > > > >-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

2003-12-12 Thread Edson Alves Pereira
ormatics > > > >-Original Message- > >From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] > >Sent: Friday, December 12, 2003 12:51 PM > >To: 'Tomcat Users List' > >Subject: RE: new JVM feature, just an idea > > > > T

RE: new JVM feature, just an idea

2003-12-12 Thread Edson Alves Pereira
ility problems. > > Yoav Shapira > Millennium ChemInformatics > > > >-Original Message- > >From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] > >Sent: Friday, December 12, 2003 9:16 AM > >To: 'Tomcat-User List' > >Subject: ne

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 be

RE: very basic winNT question

2003-12-10 Thread Edson Alves Pereira
ust curious, is it a FAT installation 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,

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

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 doub

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

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

  1   2   >