Re: Tomcat 4.1.23

2004-09-20 Thread John Villar
Use a servlet that loads the xml data from a file pointed by web.xml or even better, use servlets parameters to load your data (if you can control the generation of the xml file). John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com Sudhrasun Ramalingam

Re: Renaming the ROOT directory ?

2004-09-18 Thread John Villar
default context. John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com Jean-Paul Le Fèvre escribió: I don't understand how to specify a default context. I'm currently working with tomcat-5.0.27 and my server is supporting 3 virtual hosts. In the config file (server.xml

Re: Renaming the ROOT directory ?

2004-09-18 Thread John Villar
What's your tomcat version? could you post your server.xml file to see if there's something wrong? i'm using virtual hosts with default apps on tomcat 5.0.18 and used the configuration i told you, and works pretty well.. John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A

Re: Renaming the ROOT directory ?

2004-09-18 Thread John Villar
Host name=edbg.fr debug = 0 appBase=webapps/eros unpackWARs=true autoDeploy=true Logger className=org.apache.catalina.logger.FileLogger directory=logs prefix=eros- suffix=.log / Context path = docBase = edbg.war debug = 0

Re: Traversing up a directory using RequestDispatcher

2004-09-17 Thread John Villar
if you're forwarding from the ChargeCard directory, you just have to include only the name of the page in the forward directive (e.g. something.jsp or ./something.jsp) the trailing backslash is directly referring the root context of this host John Villar Gerente de Proyectos Computadores

Re: Tomcat fine within the LAN, but invisible from without

2004-09-17 Thread John Villar
LOL it seems shorewall is getting very popular however, the x.x.x.your_public_ip part is unnecesary, the net part at the beginning of the rule tells shorewall to use the public ip of the firewall for the DNAT procedure John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058

[OFF-TOPIC] Re: Traversing up a directory using RequestDispatcher

2004-09-17 Thread John Villar
isn't Xeth a biblic name? i have a friend that is called Seth, he told me its roots are from the (cristian) bible. John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com Allistair Crossley escribió: shame about the surname lol (sorry xeth just kidding) ADC

Re: Tomcat development rate.

2004-09-17 Thread John Villar
the tomcat 3 branch a long time ago and all the knowledge i acquired since then has been of use to me on the 5 branch). John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com Shapira, Yoav escribió: Hi, Is there any particular incompatibility that concerns you

Re: Tomcat development rate.

2004-09-17 Thread John Villar
Well my friend, that's the open source way to software, remember release early, release often is the motto. If you problem is the mainteinance costs, stick to some stable release. John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com [EMAIL PROTECTED] escribió

Re: [ot] something similar to phps ?

2004-09-17 Thread John Villar
Also, you could do a Servlet that serves all the .jsps files that take the corresponding jsp file and outputs it on html format, coloured with graphics, etc John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com Shapira, Yoav escribió: Hi, would

Re: [ot] something similar to phps ?

2004-09-17 Thread John Villar
Expanding a little more the idea, you could enabled the servlet output to receive modifications to the jsp page and ave it ot the corresponding jsp *grin* and that way you integrate nice output with editing capabilities John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058

Re: [ot] something similar to phps ?

2004-09-17 Thread John Villar
and then going to the browser window... why leave the window if you can edit it right there. :D my marketing skills kicks a** LOL John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com Mike Curwen escribió: Ok, I'll bite. Isn't this what IDE's are for? Browser

Re: Traversing up a directory using RequestDispatcher

2004-09-17 Thread John Villar
You have to enable the invoker servlet, this question comes up *A LOT* in this mailing list xeth try the better, cleaner, securer way do a servlet mapping in your web.xml file John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com Xeth Waxman

Re: Why tomcat 4 or even 3?

2004-09-16 Thread John Villar
tomcat branch. Those are my toughts about this matter. John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com Shapira, Yoav escribió: Hi, All the arguments mentioned by others in this thread, especially the why upgrade if it's working one, are raised frequently

Re: license-key for one jar-file

2004-09-16 Thread John Villar
on the 5.0.x branch) that directory is used John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com Thomas Kübler escribió: hallo, i have one jar file in the web-inf/lib which needs a license-file to work. the license-file must in the same directory, told me

Re: Session ID in a URL - doesn't work

2004-09-15 Thread John Villar
problem like that? I make something wrong but I don't know what ;-) Best regards, Rafal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- John Villar Gerente de Proyectos Computadores

Why tomcat 4 or even 3?

2004-09-15 Thread John Villar
A question to everyone out there. why does anyone use nowadays Tomcat 4 branch?. isn't tomcat 5 branch more bug free, featurefull and backwards compatible? that question has haunted me from the beginning of joining this list. -- John Villar Gerente de Proyectos Computadores Flor

Re: Why tomcat 4 or even 3?

2004-09-15 Thread John Villar
Hmm that seems a valid argument however, i want to know what every other person in the mailing list says. i don't think that every T4 user has HP-UX (its a posibillity, however, i've seen comments like i run tomcat 4.1.x on W2K) John Villar Gerente de Proyectos Computadores Flor

Re: Why tomcat 4 or even 3?

2004-09-15 Thread John Villar
Yep, that's true but T5 is way faster than T4 or T3 and is comparable to Apache (Yoav's word, not threefold speeds anymore LOL) John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com Pablo Lillia escribió: Sometimes there are old sw, in old servers

Re: Why tomcat 4 or even 3?

2004-09-15 Thread John Villar
, pity those that depend on a specific tomcat release. the recompile problem: that wouldn't happen if you had a good software provider i'm against any provider that forces their customers to stick to an old dying tomcat revision. John Villar Gerente de Proyectos Computadores Flor

Re: Help - Newbie questions - where are the uploaded files stored ?

2004-09-10 Thread John Villar
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: How to create/run a Java Service on UNIX

2004-09-09 Thread John Villar
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com

Re: How to create/run a Java Service on UNIX

2004-09-09 Thread John Villar
- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 2:30 PM To: Tomcat Users List Subject: Re: How to create/run a Java Service on UNIX Use the Apache Phoenix framework Apache James uses it Daxin Zuo escribió: I neeed to create a service on UNIX.( The program

Re: Help with Tomcat Install?

2004-09-08 Thread John Villar
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com

Re: Help with Tomcat Install?

2004-09-08 Thread John Villar
PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; web-app display-nameWelcome to Tomcat/display-name description Welcome to Tomcat /description /web-app -Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Wednesday

Re: Help with Tomcat Install?

2004-09-08 Thread John Villar
, probably by your already running Tomcat daemon, it is common in that case -- John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Help with Tomcat Install?

2004-09-08 Thread John Villar
and access the page at http://localhost:7645 Best Regards, Avinash - Original Message - From: John Villar [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 9:45 PM Subject: Re: Help with Tomcat Install? Catalina.start: LifecycleException

Re: Help with Tomcat Install?

2004-09-08 Thread John Villar
in it, as his does: that's both valid and supported by Tomcat. Yoav Shapira Millennium Research Informatics -Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 12:39 PM To: Tomcat Users List Subject: Re: Help with Tomcat Install? I think that's

Re: Programmatically assign servlet mappings

2004-09-08 Thread John Villar
- is there a servlet-api way to do it? Regards, Steffen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A

Re: using my own classes in my web-app

2004-09-06 Thread John Villar
the message of unknown class. How to use them? Thanks for your answer! Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- John Villar Gerente de Proyectos Computadores Flor

Re: tomcat5 using jsvc in a chroot jail

2004-09-03 Thread John Villar
just guessing here) to symlink javac to that file in the JAVA_HOME dir just to test How did you copy/install the JDK? I did a recursive cp of all files. This could be the issue the JDK not necesarilly copies its file in just one dir -- John Villar Gerente de Proyectos

Re: Fatal: relocation error: file libapr-0.so.0: symbol __divdi3: referenced symbol not found

2004-09-03 Thread John Villar
to compile apache from source in that box -- John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: javascript and servlets.

2004-09-03 Thread John Villar
* -- John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat 5 service on windows

2004-09-03 Thread John Villar
: No 082 851 474 --- /FONT - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- John Villar Gerente de Proyectos Computadores Flor Hard

Re: admin/manager app

2004-09-03 Thread John Villar
=Market_MSNIS_Taglines Start enjoying all the benefits of MSN® Premium right now and get the first two months FREE*. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- John Villar

Re: Fatal: relocation error: file libapr-0.so.0: symbol __divdi3: referenced symbol not found

2004-09-03 Thread John Villar
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com

Re: Fatal: relocation error: file libapr-0.so.0: symbol __divdi3: referenced symbol not found

2004-09-03 Thread John Villar
Maybe its because of the tomcat classpath, remember it doesn't use the system wide classpath, but its own ;-) Jonathan Rengifo escribió: I made the test with succesful results, I guess it is a linking problem, but don't know how to solve it.. On Fri, 03 Sep 2004 16:18:13 -0400, John Villar

Re: Fatal: relocation error: file libapr-0.so.0: symbol __divdi3: referenced symbol not found

2004-09-03 Thread John Villar
on :-( Jonathan Rengifo escribió: I've already setup the CATALINA_HOME and TOMCAT_HOME path variables Any other suggestion? :'( Regards Jonathan On Fri, 03 Sep 2004 16:54:36 -0400, John Villar [EMAIL PROTECTED] wrote: Maybe its because of the tomcat classpath, remember it doesn't use

Re: Fatal: relocation error: file libapr-0.so.0: symbol __divdi3: referenced symbol not found

2004-09-03 Thread John Villar
a broken lib that tomcat relies on :-( Jonathan Rengifo escribió: I've already setup the CATALINA_HOME and TOMCAT_HOME path variables Any other suggestion? :'( Regards Jonathan On Fri, 03 Sep 2004 16:54:36 -0400, John Villar [EMAIL PROTECTED] wrote: Maybe its because of the tomcat

[OFF TOPIC] Re: Domain name Mapping

2004-09-02 Thread John Villar
. Any suggestions will be most appreciated. Best Regard's Venu -- John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Query: How to auto-recover from a W2K power bounce ...

2004-09-02 Thread John Villar
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com - To unsubscribe, e

Re: Newbie help w/ORielly examples

2004-09-02 Thread John Villar
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com - To unsubscribe, e

Re: Newbie help w/ORielly examples

2004-09-02 Thread John Villar
Then manually deploy it the admin app has a facility to deploy a context that should do the trick John Najarian escribió: Thanks John, the autodeploy was already set to 'True'. I've got a few apps working this one just doesn't. -Original Message- From: John Villar [mailto:[EMAIL

Re: Query: How to auto-recover from a W2K power bounce ...

2004-09-02 Thread John Villar
Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Thursday, September 02, 2004 3:32 PM To: Tomcat Users List Subject: Re: Query: How to auto-recover from a W2K power bounce ... register tomcat as a service i do use it that way and is pretty bullet proof... the installer does

Re: Newbie help w/ORielly examples

2004-09-02 Thread John Villar
: John Villar [mailto:[EMAIL PROTECTED] Sent: Thursday, September 02, 2004 2:25 PM To: Tomcat Users List Subject: Re: Newbie help w/ORielly examples Then manually deploy it the admin app has a facility to deploy a context that should do the trick John Najarian escribió: Thanks John

Re: how to get user login?

2004-08-31 Thread John Villar
first the login username then verify it in : active directory if it exists... Does JNDIRealm work with AD? If so, you could setup your auth scheme that way. (getRemoteUser() won't work unless the user has logged in somehow) -QM -- John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058

Re: Tomcat 5 Crystal Reports

2004-08-31 Thread John Villar
that have configured it yet? Thanks in advance, Javier Polo. -- John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Getting 404 error deploying my servlet

2004-08-31 Thread John Villar
: [EMAIL PROTECTED] -- John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat Holding Database Open??????

2004-08-31 Thread John Villar
or O'Reilly for java books, they have lots and most of them can help you... also, tutorials at http://java.sun.com may help you -- John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com

Re: How to view what is sent to the browser

2004-08-31 Thread John Villar
) once I get the response, is there a way to manipulate it before it is sent to the browser? Thanks, James - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- John Villar Gerente de

Re: How to view what is sent to the browser

2004-08-31 Thread John Villar
are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- John Villar

Re: Reading Servlet OutputStream

2004-08-31 Thread John Villar
(); Still am not able to read the response. I can write to the response, but am stuck at reading the response. Any pointers. -- Nitin -- John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com

Re: Reading Servlet OutputStream

2004-08-31 Thread John Villar
Mulimani escribió: Hi John, I am checking the Servlet2.3 api, and do not find a pushBody() method in HttpServletResponse. -- Nitin -Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 8:32 AM To: Tomcat Users List Subject: Re: Reading Servlet

Re: Tomcat 5.0.27 Set Up Problem

2004-08-31 Thread John Villar
The tomcat installer does it right away, you just install it and it even has enabled the autostart mode Nelson, Jerry W, Contractor 146CF, SCB escribió: With your suggestion in item 3, how do you run tomcat as a service? //SIGNED// Jerry Nelson -Original Message- From: John Villar

Re: tag file encoding problem

2004-08-31 Thread John Villar
then you should use the %@ page % directive. search the web it has a way to specify encoding Sebastian Ryszard Kruk escribi: Dnia 08/30/2004 07:01 PM, Uytkownik John Villar napisa: i don't know much about the .tag format however, if it is an XML based one, you must define

Re: How do I get an intermediary proxy from caching?

2004-08-31 Thread John Villar
PROTECTED] -- John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[OFFTOPIC] Re: [ANN] Apache Jakarta Tomcat 5.0.28 Released

2004-08-29 Thread John Villar
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com

Re: JDBC connections

2004-08-27 Thread John Villar
You need a JDBC driver for your selected DBMS Nelson, Jerry W, Contractor 146CF, SCB escribió: What do I need to download to establish/create a JDBC connection? //SIGNED// Jerry Nelson -- John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com

Re: JDBC connections

2004-08-27 Thread John Villar
: That would Microsoft Access and Microsoft SQL. //SIGNED// Jerry Nelson PS, I can't receive attachments unless you rename them. -Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Friday, August 27, 2004 1:39 PM To: Tomcat Users List Subject: Re: JDBC connections You need

[Fwd: Re: Custom authorization]

2004-08-25 Thread John Villar
/ /* * Creado el 20-may-2004 * * (c) 2004, Computadores Flor Hard Soft 2058 C.A. * Caracas, Venezuela */ package com.florhard.motrum.filtros; import java.io.*; import javax.servlet.*; import javax.servlet.http.*; /** * @author John Villar * Filtro para no permitir que el usuario

Re: Custom authorization

2004-08-24 Thread John Villar
/ /* * Creado el 20-may-2004 * * (c) 2004, Computadores Flor Hard Soft 2058 C.A. * Caracas, Venezuela */ package com.florhard.motrum.filtros; import java.io.*; import javax.servlet.*; import javax.servlet.http.*; /** * @author John Villar * Filtro para no permitir que el usuario

Re: customized error pages in certificate-client authentication

2004-08-24 Thread John Villar
RTFM. web.xml has ways to do this based on the HTTP error code yours would be the 404 HTTP error code Luis Urueña Frías escribió: Hi! I'm developing a java webapp over Tomcat 4.2, with client certificate authentication. Is there any way to configure a customize error page? When

Re: Ampersand problem in JSP document

2004-08-23 Thread John Villar
Try to append amp to the amp; fragment it should end like this amp;amp; and the output would be amp; Andreas Schildbach escribió: Hello everyone, I am using the following fragment in a JSP document (the XML variant of JSP pages): hrefmyurl?param1=value1amp;param2=value2/href The problem

Re: Ampersand problem in JSP document

2004-08-23 Thread John Villar
LOL that's true. i think yoav gave you the right solution try embedding your xml processor offending fragment into a jsp:text![CDATA[ ]]/jsp:text that should do the work It is my understanding that if an XML document is serialized to an output stream, characters like ,

Re: Is there a way to set the size of ResultSet from MS SQL Serve

2004-08-22 Thread John Villar
I don't know exactly, because i haven't used that feature ever but it could support it, judging from the level of maturity jTDS drivers have. Daxin Zuo escribió: I use net.sourceforge.jtds.jdbc.Driver. Does it surport FetchSize? Thank you. -Original Message- From: John Villar [mailto

Re: [OFF-TOPIC] RE: Is there a way to set the size of ResultSet from MS SQL Serve r

2004-08-20 Thread John Villar
it at all, and actually slows it down by that much if a large fetch size (1000) is set. This surprised me because i first started using this on a project with sql server with the native driver and it made a huge improvement -Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent

Re: Servlet in tomcat 5.0.27

2004-08-20 Thread John Villar
[EMAIL PROTECTED] escribió: yes i did and then clicked on first webapp but they dont tell you where to put the servlet. I am assuming you have to make a folder (any name) and under that folder WEB-INF - classes(folder) - web.xml file and then under classes i web.xml goes into your WEB-INF

Re: [OFF-TOPIC] RE: Is there a way to set the size of ResultSet from MS SQL Serve r

2004-08-20 Thread John Villar
this on a project with sql server with the native driver and it made a huge improvement -Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Thursday, 19 August 2004 10:26 PM To: Tomcat Users List Subject: Re: Is there a way to set the size of ResultSet from MS SQL Serve r

Re: [OFF-TOPIC] RE: Is there a way to set the size of ResultSet from MS SQL Serve r

2004-08-20 Thread John Villar
that's true i really like some of their products its a shame that their blind effort to deny something like linux is only going to leave them behind in the long run or not so long? 8-) The MS app-dev product line has many hooks into the OS itself. That would bring about several

Re: New idea - Enable Tomcat for SSL?

2004-08-20 Thread John Villar
Excuse me everyone who has talked on this thread, i haven't followed this thread closely, but why aren't you using a proven software for that matter like Apache HTTPD?. it has years of SSL patches, corrections and improvements, also, tomcat is just too slow to serve static content like

Re: Help with a real ugly one

2004-08-20 Thread John Villar
how many traffic does have your site? it could be that you're having lots of hits that's just fine with me :-D Also, check the connection time out, maybe you have lots of connections lingering on your server. also, check if its from a set of IPs or just one IP that's hitting you

Re: New idea - Enable Tomcat for SSL?

2004-08-20 Thread John Villar
20, 2004 at 10:11:01AM -0400, John Villar wrote: : tomcat is just too slow to serve : static content like images or large files. Says who? ;) -QM - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

New Loggers imply tomcat recompile????

2004-08-20 Thread John Villar
Hello everyone, a question i have in mind that has troubled me a lot lately If i want to include a new Logger class on tomcat, do i have to recompile the whole thing!!!??? :-O because i haven't found a way to append to the mbean descriptor without *violating* the tomcat package and

Re: New idea - Enable Tomcat for SSL?

2004-08-20 Thread John Villar
Please, don't start a flame war with this but in my enviroment (W2K Server, IIS 5.0, Tomcat 5.0.19, MS SQL Server 2000, J2SDK 1.4.1_02) it considerabily faster with when working in integrated mode. you could blame the OS (possibly that's the cause) but its a fact for me and my

Re: Help with a real ugly one

2004-08-20 Thread John Villar
Also, check the connection time out, maybe you have lots of connections lingering on your server. Do you JNDI connection time out or connector timeout? Every connection timeout counts specially the TCP connection timeout someone recently posted a problem having lots of

Re: Performance implications of running direct from WAR?

2004-08-20 Thread John Villar
The only performance hit is the first thime when the war is deployed on the context path, from there on your app runs from the deployed files. Allistair Crossley escribió: Hi Guys, Are there any performance implications of running straight from a WAR for Tomcat? Does it uncompress the WAR

Re: Performance implications of running direct from WAR?

2004-08-20 Thread John Villar
another fact that really matters is your hardware specially if what you say about you traffic is true. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Help with a real ugly one

2004-08-20 Thread John Villar
Subject wrong... sorry another fact that really matters is your hardware specially if what you say about you traffic is true. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Performance implications of running direct from WAR?

2004-08-20 Thread John Villar
So are you saying Host unpackWAR=false .. still means the files are deployed somewhere? in that case it probably represents an unnecesary performance hit, because what i said before is for the default tomcat configuration, which i assumed was yours why would you want tomcat to not

[OF] Re: Performance implications of running direct from WAR?

2004-08-20 Thread John Villar
Who knows, you might even find something surprising like a three-fold increase when running with a packed WAR ;) (This is in good spirit, joking ;)) LOL - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: New Loggers imply tomcat recompile????

2004-08-20 Thread John Villar
Shapira, Yoav escribió: Hi, If you were even remotely concerned with portability you wouldn't be writing custom Loggers, would you? ;) Waste of time, they're gone in Tomcat 5.5. Yoav Shapira Millennium Research Informatics NO MY LOGGER gg. i see then

Re: Where do I place a servlet class

2004-08-20 Thread John Villar
You need to include yet another directive in your web.xml file called servlet-mapping, search the web for it Diego, Emil escribi: I have upgraded my system from apache 3 and tomcat 3 and am now running tomcat 4.1.27-13 and apache 2.0.49-4. My webapp can't find a servlet after the upgrade.

Re: Where do I place a servlet class

2004-08-20 Thread John Villar
did you restart tomcat or your context? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Where do I place a servlet class

2004-08-20 Thread John Villar
well your configuration seems fine i remember Cicer0 posted recently a problem like yours search the archive for ExportSerials - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [tomcat] Re: Where do I place a servlet class

2004-08-20 Thread John Villar
QM escribió: On Fri, Aug 20, 2004 at 12:04:10PM -0400, Diego, Emil wrote: : I saw that. I've read a couple of negative things about enabling the invoker. : It seems it's less secure and stuff. I figured it would be better to use : explicit mapping, but cant get that to work. I'll keep trying

Re: New Loggers imply tomcat recompile????

2004-08-20 Thread John Villar
I see. now i understand the crappy design of ..catalina.logger, finally i can finish my implementation of the Overkill Mail Logger hahahaha. thanks Shapira, Yoav escribió: Hi, Tomcat 5.5 concludes the trend started in 4.1.x and intensified in 5.0.x, which is to use

Obtaining processed JSP from a servlet

2004-08-20 Thread John Villar
Hi everyone, i'm trying to obtain a processed JSP page from my own app, within a servlet, and i'm having trouble. i've tryied using application.getResource() but it gives me the unprocessed source, used an HttpURL... but i need client data (the beans that have been modified) does

Re: Obtaining processed JSP from a servlet

2004-08-20 Thread John Villar
? Or are you trying to forward a request off to a JSP to handle your display? Benjamin J. Armintor Operations Systems Specialist ITS-Systems: Mainframe Group University of Texas - Austin tele: (512) 232-6562 email: [EMAIL PROTECTED] -Original Message- From: John Villar [mailto:[EMAIL PROTECTED

Re: Obtaining processed JSP from a servlet

2004-08-20 Thread John Villar
is to repeat a *LOT* of code with just providing the basic information, and zip it with the directory structure i need. John Villar escribió: Let me explain the purpose: I want to provide a link in my page that provides the processed JSPs based on the Beans on a convenient zip package

Re: Obtaining processed JSP from a servlet

2004-08-20 Thread John Villar
I think I understand now, sort of... and I'd take a different approach. Look into XDoclet for generating code, or perhaps a quick perl/python/etc if you're doing a one-time mass-creation. -QM well.. XDoclet could work i'm prepared to research a lot (the webpage looks awfully

Re: Is there a way to set the size of ResultSet from MS SQL Serve r

2004-08-19 Thread John Villar
However, that would work only if the driver you're using uses the FetchSize as a hint for caching records. In JDBC caching is primarily the responsability of the Driver. Brad McEvoy escribió: something like this should do the trick ... PreparedStatement pstmt =

Re: Tomcat As A Service Printing Problem

2004-08-19 Thread John Villar
What's your OS? if you're running on WNT, W2K, W2003 or WXP your account for the service probably is LocalSystem and that's an account that, in general terms, doesn't have too much permission on the net. Try changing your account to an Active Directory account. Shakeel escribió: Here is the

Re: FW: server port and shutdown... off topic

2004-08-19 Thread John Villar
Sometimes a technical issue requires a policy solution. =) That's completely true almost every security issue nowadays involves someone doing (or not doing) *regularly* what (s)he isn't (or is) supossed to do, due to lack of policy on that matter.

Re: Webapp Directory Root and JSP Include problem.

2004-08-19 Thread John Villar
I think you will have to include at least a . (dot) before /includes or you should remove the first backslash. That's a simple find replace Diego, Emil escribi: I solved my previous problem. Thanx for all the assistance. Now I am hitting another snag. When my JSP pages execute I am getting a

Re: Tomcat As A Service Printing Problem

2004-08-19 Thread John Villar
-Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 6:31 PM To: Tomcat Users List Subject: Re: Tomcat As A Service Printing Problem What's your OS? if you're running on WNT, W2K, W2003 or WXP your account for the service probably is LocalSystem and that's

Re: Webapp Directory Root and JSP Include problem.

2004-08-19 Thread John Villar
Administrator University of Miami School of Business 305.284.5449 -Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 10:18 AM To: Tomcat Users List Subject: Re: Webapp Directory Root and JSP Include problem. I think you will have to include at least

Re: Changing file permissions from within tomcat does not work

2004-08-19 Thread John Villar
just as a gues have you sat the Sticky or the UID bit of your directory? Shapira, Yoav escribió: Hola, This is typical of when apps step outside the Servlet Spec, which does not include support for apps writing files except to a temporary directory where permissions are guaranteed to be

Log4J Twin Logging

2004-08-19 Thread John Villar
I'm reposting your message with the new Subject. when opening new threads, *PLEASE* change your subject hi, does anyone have any idea why each request to my application goes through twice each time? I am basing this on my log4j logs which show each logging entry twice for requests e.g here

Re: Changing file permissions from within tomcat does not work

2004-08-19 Thread John Villar
And the directory's permissions are the same? (should be, but just in case) remember that new files don't necesarilly have rw-r--r-- permissions Christian Riedel escribió: On 19.08.2004 16:36, John Villar wrote: just as a gues have you sat the Sticky or the UID bit of your directory

Re: Custom Tag error

2004-08-19 Thread John Villar
k. thx for the reply. .jsp is in the app. root folder. .tld is in same folder. the tld must be on your WEB-INF folder as far as i can remember (however, i could be totally wrong and misleading you to your ultimate and excruciatingly painfull doom LOL, so, in any case RTFM) .class is

  1   2   >