strange behaviour with servlets on WinNT

2002-04-30 Thread Edson Alves Pereira
Alves Pereira __ Your favorite stores, helpful shopping tools and great gift ideas. Experience the convenience of buying online with Shop@Netscape! http://shopnow.netscape.com/ Get your own FREE, personal Netscape Mail account today

Sharing classes from diferent wbeapps!

2003-02-13 Thread Edson Alves Pereira
/conceptsoft.jar: ${CATALINA_HOME}/panfinance-app/WEB-INF/lib/tinySQL.jar/param-value /init-param /servlet What i must do? With best wishes, Edson Alves Pereira

JSP files between many webapps

2003-02-14 Thread Edson Alves Pereira
/PF_Maintenanc eLoans I tried to call the JSP from another webapp ( /intranet for instance ) but it isn´t the same session or enviromnent, all that i want is not to use the same thing twice, waht i could do? With best wishes, Edson Alves Pereira

RE: why can't i use jsp:useBean

2003-02-17 Thread Edson Alves Pereira
Make sure that your package is in webapps´s CLASSPATH, here´s the way to do that. servlet servlet-nameMy_Blah_Project/servlet-name servlet-classMy_Blah_MainServlet/servlet-class

RE: applet

2003-02-17 Thread Edson Alves Pereira
First you must put the package in /WEB-INF/lib, for instance we could use blah.jar. Following the new Applet specification you must put the archive param in your object or applet tag like: archive=blah.jar and call the full applet name as code=com.blah.JSuperApplet. This solve all,

RE: TomCat to run with the IIS locally

2003-02-18 Thread Edson Alves Pereira
Why not to use Apache? I don´t now if there are modules for ISS for tomcat, or maybe ( and if you can ) is need create a module for ISS to understand tomcat. -- De: Edemilson Aguiar[SMTP:[EMAIL PROTECTED]] Responder:Tomcat Users List Enviada: terça-feira, 18 de

RE: urgent related to tomcat

2003-02-19 Thread Edson Alves Pereira
Try to call startup.bat in the same directory where the batch is, but i always use Cygwin with windows. -- De: afshan amir ali[SMTP:[EMAIL PROTECTED]] Responder:Tomcat Users List Enviada: quarta-feira, 19 de fevereiro de 2003 5:47 Para: [EMAIL PROTECTED]

RE: jsp issues

2003-02-19 Thread Edson Alves Pereira
Take the web.xml from /examples´s webapp and use it as base for your own web.xml, your error certainly is a parser error. -- De: Filip Hanik[SMTP:[EMAIL PROTECTED]] Responder:Tomcat Users List Enviada: terça-feira, 18 de fevereiro de 2003 16:04 Para: Tomcat

RE: DEBUG JSP

2003-02-20 Thread Edson Alves Pereira
Hey João, always i debug my JSP pages with remote debugging and only calling to JSP´s name that Tomcat create in the work directory. -- De: João Augusto Charnet[SMTP:[EMAIL PROTECTED]] Responder:Tomcat Users List Enviada: quinta-feira, 20 de fevereiro de 2003 8:35

RE: DEBUG JSP

2003-02-20 Thread Edson Alves Pereira
First tell me, do you know remote debugging, that´s the way do do this. After you can create a break point like: stop at teste_jsp:48 Use JAVA_OPTS make Tomcat run in remote debug mode. -- De: João Augusto Charnet[SMTP:[EMAIL PROTECTED]] Responder:Tomcat

RE: DEBUG JSP

2003-02-20 Thread Edson Alves Pereira
, but with intellij by idea you can debug jsp's with tomcat and remote debug It works very well RP -Original Message- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 8:54 AM To: 'Tomcat Users List' Subject: RE: DEBUG JSP First

RE: RequestDispatcher and WEB-INF

2003-02-20 Thread Edson Alves Pereira
You need the CGI module to do this, that´s not a hard work but only with Apache, Tomcat don´t deal with CGI. -- De: Erik Price[SMTP:[EMAIL PROTECTED]] Responder:Tomcat Users List Enviada: quinta-feira, 20 de fevereiro de 2003 14:31 Para: Tomcat Users List

About the shared directory

2003-02-25 Thread Edson Alves Pereira
Hello dudes, is the shared directory reloadable or it could be in that feature? With best wishes, Edson Alves Pereira

RE: Need help - jk2_init() Can't find child

2003-02-25 Thread Edson Alves Pereira
Try to use mod_jk-2.0.43.so -- De: Charles A Jordan[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: terça-feira, 25 de fevereiro de 2003 17:26 Para: [EMAIL PROTECTED] Assunto: Need help - jk2_init() Can't find child I am using

RE: Need help - jk2_init() Can't find child

2003-02-25 Thread Edson Alves Pereira
Then, get the mod_jk2´s source and build it for your system, if the same error happen again tell us. -- De: Charles A Jordan[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: terça-feira, 25 de fevereiro de 2003 17:50 Para: [EMAIL PROTECTED]

RE: Pls help me . Urgent(JDBC oracle thin driver+tomcat+servlet)

2003-02-26 Thread Edson Alves Pereira
Dude, you must take a look at Sun´s tutorial about servlet, i´m think that it´s your first step to understand the Servlet/JSP universe: -- De: zafar ahsan[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: quarta-feira, 26 de fevereiro de 2003 2:10 Para:

Shared servlets between webapps

2003-02-26 Thread Edson Alves Pereira
it? With best wishes, Edson Alves Pereira

RE: Re[2]: Shared servlets between webapps

2003-02-27 Thread Edson Alves Pereira
26, 2003, 3:39:20 PM, you wrote: From: Edson Alves Pereira [EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 12:53 PM Subject: Shared servlets between webapps Hello folks, i want to use the same servlet with two webapps, then i put it in shared/classes, everything was fine

Invalid Bean construtor error

2003-02-27 Thread Edson Alves Pereira
: appi.beans.html.JTable; no valid constructor What i must do? With best wishes, Edson Alves Pereira

RE: Sharing session info between Tomcat and IIS

2003-02-27 Thread Edson Alves Pereira
Try to use cookies, if you between ASP and JSP.to share information or you could the the URL like http://127.0.0.1/blah.jsp?login=edson -- De: Schleimer, Ben[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: quinta-feira, 27 de fevereiro de 2003 11:19

RE: Compile JSP on Tomcat Startup

2003-02-28 Thread Edson Alves Pereira
Have you ever tried Ant and Jasper, they are the tools that Tomcat use to create JSP files and compile then. -- De: Molof, Barry[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: sexta-feira, 28 de fevereiro de 2003 15:07 Para: Tomcat Users List

Error while shutdown

2003-02-28 Thread Edson Alves Pereira
With best wishes Edson Alves Pereira

RE: Profiler for Servlets?

2003-06-25 Thread Edson Alves Pereira
Here you will find some good tools! http://www.opensourcetesting.org/performance.php -- De: Jiann-Ming Su[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: quinta-feira, 19 de junho de 2003 14:56 Para: Tomcat Users List Assunto: Profiler

RE: NetBeans Debug in JSP Tag Files

2003-08-08 Thread Edson Alves Pereira
Once you are connected with the JVM using ( jdb -attach, for example ) command you can debug everything that tomcat read. -- De: Shawn Zernik[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: sexta-feira, 8 de agosto de 2003 15:40 Para: [EMAIL

taglibs inside another taglib

2003-08-10 Thread Edson Alves Pereira
Hello folks, how do i could do this in right way? panfinance:numero name=edCPF size=11 value=panfinance:getVar_CPF/panfinance:get/

Remote debugging throught network

2003-03-07 Thread Edson Alves Pereira
, Edson Alves Pereira

RE: Remote debugging throught network

2003-03-07 Thread Edson Alves Pereira
on, dt_socket connections, and the address. You'll probably want to have your application source code and/or Tomcat's source code mounted in the project (so you'll have something to set breakpoints on). -Original Message- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] Sent

error while downloading applet

2003-03-10 Thread Edson Alves Pereira
what i must do to fix it? Regards, Edson Alves Pereira

RE: error while downloading applet

2003-03-10 Thread Edson Alves Pereira
the iac.JChronos class file and related classes in the file name in the ARCHIVE attribute of the APPLET tag in your html document... Yoav Shapira Millennium ChemInformatics -Original Message- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 1:29 PM

Microsoft ISA Proxie

2003-03-11 Thread Edson Alves Pereira
Hello folks, i having some problems with Microsoft Proxies in our network, it´s use Microsoft specific User Authentication protocol (NTLM), someone known how i could fix it? With best wishes, Edson Alves Pereira

RE: Can Tomcat 4 be configured to listen on two ports simultaneously

2003-03-13 Thread Edson Alves Pereira
Tomcat can listen as many port as you created conectors to do so. Take a look at server.xml i think it´s a good start. -- De: Marina McGale[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: quinta-feira, 13 de março de 2003 14:42 Para: [EMAIL

RE: Can Tomcat 4 be configured to listen on two ports simultaneously

2003-03-13 Thread Edson Alves Pereira
If you put mozilla to browse 127.0.0.1/ what it shows? Nothing or when you start tomcat it gives you am error? -- De: Marina McGale[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: quinta-feira, 13 de março de 2003 14:42 Para: [EMAIL PROTECTED]

Taglib using BodyTagSupport

2003-05-29 Thread Edson Alves Pereira
Hello folks, i´m using tomcat-4.1.18 and i tried to create a tag that would read its body and do some work. But bodyContent always cames null, i´m following this example: package com.acme.tag; import javax.servlet.jsp.*; import javax.servlet.jsp.tagext.*; import javax.naming.*; import

RE: Taglib using BodyTagSupport

2003-05-30 Thread Edson Alves Pereira
] from=[EMAIL PROTECTED] subject=test / (e.g. an empty body). Edson Alves Pereira [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] br ... Hello folks, i´m using tomcat-4.1.18 and i tried to create a tag that would read its body and do some work

Network access

2003-06-12 Thread Edson Alves Pereira
Hello folks, i have an application that does many requests to an external machine, each request is a thread that send and receive text to process, my problem here is, some times there are so many requests and i fear this external machine can´t accept all requests or my application cannot

RE: Network access

2003-06-13 Thread Edson Alves Pereira
element? --Angus -Original Message- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 4:57 PM To: 'Tomcat-User List' Subject: Network access Hello folks, i have an application that does many requests to an external machine, each request

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

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 tomcat

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

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

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

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

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

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

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 de

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

RE: JProfiler Tomcat Integration -tyrex driver error

2004-03-19 Thread Edson Alves Pereira
/EnabledDataSource Starting service Tomcat-Apache Apache Tomcat/4.0.6 end of stact trace--- - Original Message - From: Edson Alves Pereira [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, March 19, 2004 7:56 AM Subject

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

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

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

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

taglibs - strange behavior

2003-09-29 Thread Edson Alves Pereira
Hello folks, tomcat-4.1.24 just recognize our taglibs if we put the .tld file inside a directory named WEB-INF, i mean, if you named this directory like web-inf, Web-Inf or WeB-InF and so on, Tomcat ignore, even inside M$-Windows this happen.

RE: taglibs - strange behavior

2003-09-29 Thread Edson Alves Pereira
ChemInformatics -Original Message- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2003 3:10 PM To: 'Tomcat-User List' Subject: taglibs - strange behavior Hello folks, tomcat-4.1.24 just recognize our taglibs if we put the .tld file inside

RE: taglibs - strange behavior

2003-09-29 Thread Edson Alves Pereira
Message- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2003 3:32 PM To: 'Tomcat Users List' Subject: RE: taglibs - strange behavior So if i write web-inf or web-INF in my web.xml the directory name must be the same, even with Windows. Isn´t

taglibs - writing dynamically tag´s name

2003-10-02 Thread Edson Alves Pereira
Hello dudes, i have some tags to manipulate primitive types like, fieldInt, fieldText, fieldDate, etc. My problem is, i´d like in some way dynamic define those tags dynamically in my JSP page, because i´m trying to create so template pages and some field´s types i would pass as request

RE: Tag Libraries in host other than the main server.

2003-10-03 Thread Edson Alves Pereira
Check WEB-INF directory to see if its name is in the same way as web.xml, because its case-sensitive. Regards, Edson -- De: Wade Chandler[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: sexta-feira, 3 de outubro de 2003 16:29 Para:

RE: StackOverflow

2003-10-09 Thread Edson Alves Pereira
as we say here. Try to check profile your JVM and find out which servlets wast more resources. Regards, Edson Alves Pereira -- De: Adam Hardy[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: quinta-feira, 9 de outubro de 2003 9:56 Para

RE: Urgent help, please!Best practices using Connection Pool

2003-10-09 Thread Edson Alves Pereira
Usually you should return every connection to your Persistence mechanism, you cannot close the connection, because if do that other process won´t use it. -- De: Jose Euclides da Silva Junior - DATAPREVRJ[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada:

RE: Charset encoding issue (again :-))

2003-10-09 Thread Edson Alves Pereira
The best way to solve that is to set -Dfile.encoding=ISO-8859-1 in JAVA_OPTS, with this you ensure that your JVM is using the encoding that you want. -- De: Daniel H A Lima[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: quinta-feira, 9 de outubro de

RE: Charset encoding issue (again :-))

2003-10-09 Thread Edson Alves Pereira
JVM will use this encoding. We want to avoid this... Edson Alves Pereira wrote: The best way to solve that is to set -Dfile.encoding=ISO-8859-1 in JAVA_OPTS, with this you ensure that your JVM is using the encoding that you want

RE: String added to session in servlet not available in jsp

2003-10-09 Thread Edson Alves Pereira
When i need to get session variables or objects i use Taglibs, its do a good job. -- De: [EMAIL PROTECTED]:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: quinta-feira, 9 de outubro de 2003 12:01 Para: Tomcat Users List Assunto: RE: String

doubt about environment tag!

2003-10-20 Thread Edson Alves Pereira
Hello folks, i´m trying to create a default attribute for all sessions in my context, to do it i wrote this in my server.xml: Context ... Environment name=database-name type=java.lang.String value=Oracle/ /Context My

encoding issues with HTML pages

2003-10-28 Thread Edson Alves Pereira
Hello folks, this a different kind of matter, i have some web pages under a web-server. My pages are displayed with strange characters, an encoding problem, this web-server is for public use and i don´t have administrator previlegies. Is there a way to make my HTML pages displays correctly

Multiple requests to the same servlet is problem

2003-10-29 Thread Edson Alves Pereira
Hello folks, i have one page with iframes, each iframe has a GET request, to a servlet that must bring description for a product code, and therefore each iframe has a different request like: url=/osctrl/exec/ProductDescription?code=478541.1 But when tomcat seems to confuse those

RE: Multiple requests to the same servlet is problem

2003-10-29 Thread Edson Alves Pereira
Message- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] Sent: 29 October 2003 13:07 To: 'Tomcat-User List' Subject: Multiple requests to the same servlet is problem Hello folks, i have one page with iframes, each iframe has a GET request, to a servlet that must bring description

Thread-safe servlets ( best way to store an attribute on session )

2003-10-29 Thread Edson Alves Pereira
Hello folks, which is best way to store an object in a session? I want to ensure that one servlet´s thread cannot access the same object from other thread of the same instance. How it could be done? Regards, Edson

RE: Multiple requests to the same servlet is problem

2003-10-30 Thread Edson Alves Pereira
No, but i store my database connection into a Session Attribute with servlet´s name. Now i now that´s reason for my problem, i´ll try to use JNDI DataSource, i hope it helps. -- De: [EMAIL PROTECTED]:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada:

where should i store a attribute

2003-10-31 Thread Edson Alves Pereira
Hello folks, i´m trying to store a database connection in a session attribute or request attribute, but i must choose a name that just one thread per time would knowns. Any idea? Regards, Edson

problems with dbcp

2003-11-03 Thread Edson Alves Pereira
Hello folks, i followed what is written in tomcat-4.1.x´s JDNI DataSource documentation, but i getting this error: java.sql.SQLException: DBCP could not obtain an idle db connection, pool exhausted The machanism is not returning my connection to pool, what do i should do? Do i

RE: problems with dbcp

2003-11-03 Thread Edson Alves Pereira
Para: Tomcat Users List Assunto: Re: problems with dbcp Hi, you probably do nor close some statement, resultSet or connection. When using CP one has to do this always explicitly. Tyrex is an alternative CP implementation which has been replaced by DBCP. Edson Alves Pereira

RE: DBCP error

2003-11-03 Thread Edson Alves Pereira
And what about the exception? Which is the message? -- De: [EMAIL PROTECTED]:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: segunda-feira, 3 de novembro de 2003 10:11 Para: Tomcat Users List Assunto: DBCP error Help me, please, to set

RE: problems with dbcp

2003-11-03 Thread Edson Alves Pereira
/parameter /ResourceParams Edson Alves Pereira wrote: But removeAbandoned and removeAbandonedTimeout doesn´t close all ResultSet, Statement and Connections even if they are forsaken? -- De: Florian Ebeling[SMTP:[EMAIL

RE: problems with dbcp

2003-11-03 Thread Edson Alves Pereira
I have here tomcat-4.1.24. -- De: Florian Ebeling[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: segunda-feira, 3 de novembro de 2003 12:52 Para: Tomcat Users List Assunto: Re: problems with dbcp Hi, Edson Alves Pereira wrote

RE: Applets and SSL

2003-11-03 Thread Edson Alves Pereira
How are you setting codebase property? Is it full url address? Like: codebase=http://www.blah.com.de/applets/; -- De: Gregor Kovac([SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: segunda-feira, 3 de novembro de 2003 16:53 Para: [EMAIL

RE: Applets and SSL

2003-11-04 Thread Edson Alves Pereira
on port 8443 I get ClassNotFound exception. Codebase is set like: codebase=applet. I'm using JDK 1.4.2 on client side and I'+m using plain applet tag not jsp:plugin. Best regards, Kovi Edson Alves Pereira wrote: How are you setting codebase property? Is it full url address

RE: Tomcat oracle 9 question

2003-11-04 Thread Edson Alves Pereira
You must put your Oracle driver in common/lib also, where tomcat will try to find for its only use. Do that and tell us if went everything ok. -- De: Didier Wiroth[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: terça-feira, 4 de novembro de 2003 12:11

war file tips

2003-11-05 Thread Edson Alves Pereira
Hello folks, i´m making a war file to deploy under tomcat-4.1.24, but there is something that i don´t known. I need to put my TLD files inside WEB-INF, how can i do that? Here´s my simple XML, as example. ?xml version=1.0? !--/--

servlet invoker

2003-11-06 Thread Edson Alves Pereira
Hello folks, does anyone knows how can i get the Invoker URI inside a servlet? Regards, Edson

RE: Multiple webapps talking to same DB

2003-11-06 Thread Edson Alves Pereira
If you want to create a default database for all web-apps ( i don´t known if you want the same database´s user also ), you should add a JNDI datasource in GlobalNamingResources, try to use tomcat´s manager. Remeber, you must put your JDBC driver in common/lib also, because tomcat need it

jsp compiling and deploy

2003-11-07 Thread Edson Alves Pereira
Hello folks, i´m trying to deploy my web-application from my developer environment ( Tomcat-4.1.24 ) to a Oracle9iAS ( Production ), could anyone point me how i can compile my JSP pages and deploy in other servlet-engine? Regards, Edson

ant jspc task and tomcat-4.1.24

2003-11-07 Thread Edson Alves Pereira
Does Tomcat-4.1.24 is compatible with Ant-1.5.4´s jspc task? I´m trying to compile some JSP pages but i´m getting this error: D:\desenv\osctrl\buildant Buildfile: build.xml compilar-jsp: [jspc] Compiling 3 source filesD:\tmp\classes-jsp\com\panamericano\osctrl\j sp [jasperc]

RE: ant jspc task and tomcat-4.1.24

2003-11-07 Thread Edson Alves Pereira
-Original Message- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] Sent: Friday, November 07, 2003 2:53 PM To: 'Tomcat-User List' Subject: ant jspc task and tomcat-4.1.24 Does Tomcat-4.1.24 is compatible with Ant-1.5.4´s jspc task? I´m trying to compile some

encoding problems with XML

2003-11-10 Thread Edson Alves Pereira
Hello folks, i´m trying to write some special characters in a XML file, like: company Doubs Noble/company But i don´t known the right encoding to [ ] be validate properly, any idea? Regards, Edson

RE: DBCP could not obtain an idle db connection, pool exhausted

2003-11-11 Thread Edson Alves Pereira
Maybe our problem here is the DBCP itself, i´m trying to test Evermind´s Oracle DBCP. I´ll see if the same happen. -- De: Galbayar[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: terça-feira, 11 de novembro de 2003 3:31 Para: Tomcat Users List

just a debug matter

2003-11-12 Thread Edson Alves Pereira
Hello folks, i usually use JDB to debug my servlets, and some times when i tried to display a result from a static method i get this error: Thread-9[1] print Thread.currentThread() com.sun.tools.example.debug.expr.ParseException: Name unknown: Thread.currentThread Thread.currentThread()

RE: just a debug matter

2003-11-12 Thread Edson Alves Pereira
Hey folks, i known the answer, it just to put the full class´s name, like: java.lang.Thread.currentThread( ).toString( ) -- De: Edson Alves Pereira[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: quarta-feira, 12 de novembro de 2003 14:29 Para

RE: a doubt!!!!anyone plz

2003-11-13 Thread Edson Alves Pereira
First of all. you must create a web-application under tomcat ( you can use Manager to do that ), put your classes or .jar inside your WEB-INF/classes or WEB-INF/lib. After that you can put addicional jsp files or html under your tree. The servlet can see all filesystem, therefore, once you

session variables in web.xml

2003-11-14 Thread Edson Alves Pereira
Hello folks, is possible to create session variables in web.xml? I´d like to create some default values to all servlets. Regards, Edson

RE: Servlets -- help needed

2003-11-14 Thread Edson Alves Pereira
Try, http://127.0.0.1:8080/examples/servlet/HelloWWW -- De: Navanee[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: sexta-feira, 14 de novembro de 2003 4:11 Para: Tomcat Users List Assunto: Re: Servlets -- help needed Schalk,

RE: Severity less - DBCP not closing connection.

2003-11-21 Thread Edson Alves Pereira
You must ensure that your connection manager is closing all ResultSets, Statements, PreparedStatement and finally all connection. With that you DBCP will work. Store a copy of all those objets in Vectors and when you close the connectionm manager, it will close all objetcts stored also.

How to redirect to another servlet as POST?

2003-11-21 Thread Edson Alves Pereira
Hello folks, i´m trying to redirect my request to another servlet, but this cannot be interpreted as GET, i need POST request. How can i do that? This because there are some important values in this QUERYSTRING, and nobody can see them. Regards, Edson

problems with Jasper in Tomcat-4.1.24

2003-12-03 Thread Edson Alves Pereira
Hello folks, i trying to compile some JSP pages from command line, but i getting these messages from it: D:\desenv\osctrl\buildjava org.apache.jasper.JspC -d . -p org.apache -uriroot /desenv -webapp ../osctrl error:org.apache.jasper.JasperException: The -uriroot option must specify a pre-

RE: Help needed !!!!

2003-12-03 Thread Edson Alves Pereira
Why must someone from Israel? -- De: yuval[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: quarta-feira, 3 de dezembro de 2003 14:32 Para: Tomcat Users List Assunto: Help needed Is there anybody from Israel in this list, I wish to

jasper offline produces NullPointerException in tomcat-4.1.24?

2003-12-04 Thread Edson Alves Pereira
Hello folks, i wonder if is really possible to compile JSP pages offline, because all that i doing is going wrong, take a look at this output: $java org.apache.jasper.JspC -d blah -uribase http://osctrl -webapp /usr/local/ApacheGroup/tomcat-4.1.24/webapps/osctrl-app -uriroot

RE: Monitoring Apache Traffic

2003-12-04 Thread Edson Alves Pereira
If you make tomcat use SSL everything will use this protocol, then your requests and responses will be encrypted. If you plainly see what client browser is passing to tomcat or tomcat is passing to user, sure its not a safe request. -- De: Asif Chowdhary[SMTP:[EMAIL PROTECTED]

JspC and taglibs

2003-12-05 Thread Edson Alves Pereira
Hello folks, i´m trying to compile my JSP pages offline, using an ant´s build script. But it seems that JspC cannot find my taglibs, how can put a classpath to it or make JspC see my taglibs? Regards, Edson

RE: Database pool problem

2003-12-05 Thread Edson Alves Pereira
Maybe M$ Access isn´t a good database to test. Could you use some real database? Like MySQL, PostgreeSQL, HypersonicSQL, Oracle and so on. -- De: Chaikin, Yaakov Y (US SSA)[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: sexta-feira, 5 de dezembro de

RE: Database pool problem

2003-12-05 Thread Edson Alves Pereira
Could you show us how you make a simple connection to that M$ Acess database to compare? -- De: Edson Alves Pereira[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: sexta-feira, 5 de dezembro de 2003 14:46 Para: 'Tomcat Users List' Assunto

  1   2   >