Re: Illegal IMail List Server Command!

2005-05-16 Thread Pablo Carretero Sánchez
unsubscribe tomcat-user@jakarta.apache.org -- __ Pablo Carretero Sánchez Cygnux Arquitecto de Software Pintor Velazquez nº 3 Esc Izq 7º B 28932 - Móstoles (Madrid) Movil: +34 699929150 [EMAIL PROTECTED

Re: php and apache tomcat

2005-03-20 Thread Pablo E. Siciliano
I haven't tried this, but I suppose you can also compile php as CGI and use it via CGI servlet. And you can configure apache + tomcat using mod_jk, and serve php pages with the Apache server. Regards, Pablo E. Siciliano. - Original Message - From: Hassan Schroeder [EMAIL PROTECTED

blank page

2005-01-26 Thread Pablo Carretero Sánchez
or network problems [Wed Jan 19 10:53:23 2005] [jk_ajp_common.c (1303)]: ERROR: Client connection aborted or network problems --- Any help will be appreciate. Best regards -- __ Pablo

Tomcat 5.0.27 Cluster Issues

2004-12-07 Thread Pablo Carretero
, alive=357296] __ Pablo Carretero Sánchez Cygnux Arquitecto de Software Pintor Velázquez nº 3 Esc Izq 7º B 28932 – Móstoles (Madrid) Movil: +34 699929150 [EMAIL PROTECTED] http://www.cygnux.com/egroupware/email/compose.php?folder=INBOXsessionid=1

Documentation

2004-12-07 Thread Pablo Carretero
Hi, Where can I find documentation about Tomcat looger, and debug verbosity params? I change the debug and verbosity values, and the log is always the same. Thank you very much. - To unsubscribe, e-mail: [EMAIL

RE: Documentation

2004-12-07 Thread Pablo Carretero
Thanks Yoav, Maybe, I don't explain very well my case. For example, If I active the debug in the database pool connection, can I see the active connection, free connection, the queries, etc... Other example, I'm configuring a cluster in memory, I would like activate the debug option, in order

RE: Documentation

2004-12-07 Thread Pablo Carretero
Yoav and Filip, thanks a lot. I'm very new in the Open Source software, I good like the idea, and under my point of view, is the best solution event the big companies. But for beginner, is very difficult. Thank you very much I try continue with your indication. Best regards.

Setup Xms Xmx

2004-11-15 Thread Pablo Carretero Sánchez
Hi, my platform is: Windows 2K Tomcat 5.0.27 I start Tomcat as Win2K service, can I setup JAVA_OPTS like Xms and Xms. Thank a lot and best regards. ciao -- __ Pablo Carretero Sánchez Cygnux Arquitecto de Software Pintor Velazquez nº 3 Esc Izq 7º B

Filter tricks in tomcat

2004-11-09 Thread Pablo Carretero
response, to have a good mechanism of statistics in my web application. So, can you help in order to know how can I catch the response in a filter?? Thanks in advanced, And best regards. .pcs __ Pablo Carretero Sánchez Cygnux Arquitecto de

mod_rewrite mod_proxy issues with apache and tomcat

2004-10-29 Thread Pablo
-webprod.phila.k12.pa.us/masterlogin/ I get there with no problem . Should I take away the trailing slash and hit enter I end up with the following in my url string http://170.235.31.19:8080/masterlogin/ Any suggestions? -Pablo

PLEASE HELP : time outs with sticky session and file store

2004-10-25 Thread pablo
it . -Pablo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: PLEASE HELP : time outs with sticky session and file store

2004-10-25 Thread pablo
Sorry forgot to add the config files as an attachment . config_file.tar.gz Description: GNU Zip compressed data On Oct 25, 2004, at 1:22 PM, pablo wrote: Hi folks, I am currently running apache 2.0.52 , mod_jk2, solaris 8 tomcat 5.0.28 on my servers . I have two apache serves behind

Re: response.sendRedirect()

2004-10-07 Thread Pablo Carretero Sánchez
regard Ben Souther ([EMAIL PROTECTED]) escribi? Without seeing the rest of your code, I'll guess that the problem is that you've started the relative link with a /. Try without it. If you have to back up a directory use ../jknopkn/prueba.jsp. On Wed, 2004-10-06 at 11:11, Pablo Carretero

response.sendRedirect()

2004-10-06 Thread Pablo Carretero Sánchez
Hi, I have a urgent problem response.sendRedirect() in Tomcat 5.0.27. It doesn't work in my appl. Can anyone help me. Thanks a lot -- __ Pablo Carretero Sánchez Cygnux Arquitecto de Software Pintor Velazquez nº 3 Esc Izq 7º B 28932 #8211; Móstoles

Re: response.sendRedirect()

2004-10-06 Thread Pablo Carretero Sánchez
Hi, I don't test in other Tomcat version. I'm trying a sendRedirect() in one JSP. And it doesn't work. The code is: response.sendRediredt(/jknopkn/prueba.jsp); QM ([EMAIL PROTECTED]) escribió: On Wed, Oct 06, 2004 at 04:38:54PM +0200, Pablo Carretero S?nchez wrote: : I have a urgent problem

sticky sessions with a persistent session manager and a shared file store

2004-09-23 Thread Pablo
, the nfs mounts and I did the following 1) add distributable/ to the applications web.xml 2) server xml added the following right before the end of the Host element . Right above /Host !-- Following added by Pablo -- Context docBase=jsp-examples path=/jsp-examples Manager

JSP Implicit import

2004-09-22 Thread Pablo Carretero Sánchez
know why?? Best regards. -- __ Pablo Carretero Sánchez Cygnux Arquitecto de Software Pintor Velazquez nº 3 Esc Izq 7º B 28932 #8211; Móstoles (Madrid) Movil: +34 699929150 [EMAIL PROTECTED

Re: Why tomcat 4 or even 3?

2004-09-15 Thread Pablo Lillia
Sometimes there are old sw, in old servers, that was not upgraded for some (stupid?) reason. Some examples: - if the client does not pay for the upgrade - if there are a old compiled webapp that cannot be replaced Regards, Paul John Villar escribió: Hmm that seems a valid argument

Re: Why tomcat 4 or even 3?

2004-09-15 Thread Pablo Lillia
Sometimes one dont need to be faster. I'm talking about a old legacy app (not critical - intranet), running very well for a couple of years in the same old server. John Villar escribió: Yep, that's true but T5 is way faster than T4 or T3 and is comparable to Apache (Yoav's word, not

Re: Why tomcat 4 or even 3?

2004-09-15 Thread Pablo Lillia
John Villar escribió: ... 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. ... That's right. But, in real life, sometimes we have not choice :D Good providers may

pageContext.getSession()

2004-09-14 Thread Pablo Carretero Sánchez
-- __ Pablo Carretero Sánchez Cygnux Arquitecto de Software Pintor Velazquez nº 3 Esc Izq 7º B 28932 #8211; Móstoles (Madrid) Movil: +34 699929150 [EMAIL PROTECTED] - To unsubscribe, e-mail

Re: pageContext.getSession()

2004-09-14 Thread Pablo Carretero Sánchez
Hi, Yes I'm calling this from a JSP. But i don't understand you. How can I setup the session in the jsp. QM ([EMAIL PROTECTED]) escribió: On Tue, Sep 14, 2004 at 02:24:03PM +0200, Pablo Carretero S?nchez wrote: : I'm migrating an application from Weblogic 5.1 to Tomcat 5. can I use

jakarta-tomcat-5.0.25, apache2.0.49 ,mod_jk2 , solaris9 and channelApr.receive errors

2004-09-08 Thread Pablo
. -Pablo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

channelApr.receive errors

2004-09-08 Thread Pablo
Hi guys, I am getting really strange errors in my apache errors log from my mod_jk2 config. Have any of you ever seen this ? It is affecting services on my machines. [Wed Sep 08 12:50:39 2004] [notice] shm.createSlot() found existing slot epStat.21 [Wed Sep 08 12:50:39 2004] [notice]

TAG Lib problem

2004-08-02 Thread Pablo Carretero Sánchez
) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) at java.lang.Thread.run(Thread.java:534) Do you know something about this error. I'll apprecite any help. Best regards and thank a lot. ciao .pcs -- __ Pablo Carretero Sánchez Cygnux Arquitecto de

Re: TAG Lib problem

2004-08-02 Thread Pablo Carretero Sánchez
any other work around. Thank a lot. ciao .pcs Ruth, Brice ([EMAIL PROTECTED]) escribió: You may be having a problem with the case of your tag attribute. Try changing the case of the attribute to all lower-case: titulo and see if that helps. Pablo Carretero Sánchez wrote: Hi all

Re: How can I inhibit web navegation?

2004-06-17 Thread Pablo Lillia
Another quick hack: just add en empty index.html (or .jsp) file. BTW, see http://jakarta.apache.org/tomcat/faq/misc.html#listing first. Shapira, Yoav escribió: http://jakarta.apache.org/tomcat/faq/misc.html#listing Yoav Shapira Millennium Research Informatics -Original Message- From:

Problem with started

2004-05-13 Thread Pablo Pan
Hello What`s mean this problem?? when i load the page at localhost:8080/opennms the screnn is all white and the error in logs is this. Thanks for all. 2004-05-13 09:04:24 StandardHost[localhost]: Removing web application at context path /ROOT/opennms 2004-05-13 09:04:24 StandardHost[localhost]:

load balancing with jk2

2004-03-30 Thread pablo
in the default context. context=/examples debug=0 [uri:/jsp-examples/servlet/*] info=Prefix mapping [uri:/jsp-examples/*.jsp] info=Extension mapping [uri:/jsp-examples/*] info=Map the whole webapp ## any help would be greatly appreciated. -Pablo

load balancing with jk2

2004-03-30 Thread pablo
in the default context. context=/examples debug=0 [uri:/jsp-examples/servlet/*] info=Prefix mapping [uri:/jsp-examples/*.jsp] info=Extension mapping [uri:/jsp-examples/*] info=Map the whole webapp ## any help would be greatly appreciated. -Pablo

Re: load balancing with jk2

2004-03-30 Thread pablo
Thank you . It was exactly what I needed to get over the hump. I just did as you said and tested it. Thanx a million . On Mar 30, 2004, at 1:45 PM, Chris Egolf wrote: pablo wrote: maybe I am just missing something. I noticed that in my server.xml there is a portion that is commented

clustering/replication tomcat 5

2004-03-25 Thread pablo
Hi folks, I am looking for a step by step on how to do tomcat clustering/replication . I am unable to find anything decent on the web nor in my books (being that they are still tomcat 4 specific ). If anybody has a quick down and dirty on these procedures please let me know. -Pablo

session replication

2004-03-25 Thread pablo
Hello , I am running tomcat 5 and I am trying to figure out how to configure session replication . Unfortunately the Filip Hanik website that has all that good info either no longer exists or it has moved. Any help on getting the How to would be greatly appreciated. -Pablo

Re: session replication

2004-03-25 Thread Pablo Garaitonandia
compiling may be a fluke... I'm going back to the tutorial and see if they offer any more tidbits! At 11:47 AM 3/25/2004 -0500, you wrote: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/cluster-howto.html Yoav Shapira Millennium Research Informatics -Original Message- From: pablo

Two database connectors for tomcat + cocoon

2004-03-16 Thread Pablo E. Siciliano
. Pablo E. Siciliano. Depto. Programación. puentenet.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Two database connectors for tomcat + cocoon

2004-03-16 Thread Pablo E. Siciliano
I solved it adding SET JAVA_OPTS= -server -Xms512m -Xmx512m in my autoexec.bat file. - Original Message - From: Pablo E. Siciliano [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 2:40 PM Subject: Two database connectors for tomcat + cocoon Hi

Re: running tomcat5 as a user other than root

2004-01-13 Thread Pablo Garaitonandia
Thanx for putting it back on the site On Jan 13, 2004, at 10:37 AM, Shapira, Yoav wrote: Howdy, However, commons-deamon is not listed on http://jakarta.apache.org/site/sourceindex.cgi I still don't know why it wasn't there, but I've added it back. Both source and binary downloads are now

Jsvc Problem from tomcat5

2004-01-13 Thread Pablo Garaitonandia
would be appreciated. -Pablo

running tomcat5 as a user other than root

2004-01-12 Thread pablo garaitonandia
-c tomcat $TOMCAT_HOME/bin/startup.sh but I have been unsuccessful. I know it is probably something stupid or simple that I am just missing , but I am just not seeing it. If any of you know how to do this and would like to share how , I would greatly appreciate it. -Pablo

Xmx and Xms setting in tomcat 5.0.16

2004-01-11 Thread Pablo Garaitonandia
Hey Folks, I am currently running tomcat 5.0.16 and I am not quite sure how to set the memory parameters at start time nor how to test if they worked. If anybody out there has a good unix startup script with an example I would greatly appreciate it. -Pablo

Directory listings and virtual hosts

2003-12-22 Thread Pablo Milano
I have Linux server running Tomcat 4.1.24 with several virtual hosts. I want to disable directory listings in all but one specific virtual host. Does anybody know if this is possible?. The only thing I could do was to disable or enable entirely the directory listings by setting the listings

mod_jk2 tomcat4.1.29 apache2.0.48

2003-11-18 Thread pablo
or it is mispelled. Could someone please guide me to the a definitive guide on mod_jk2 , or even a snip at what my httpd.conf is supposed to look like I would greatly appreciate it thank you , Pablo - To unsubscribe, e-mail: [EMAIL

mod_jk2 tomcat4.1.29 apache2.0.48

2003-11-18 Thread pablo garaitonandia
or it is mispelled. Could someone please guide me to the a definitive guide on mod_jk2 , or even a snip at what my httpd.conf is supposed to look like I would greatly appreciate it thank you , Pablo - To unsubscribe, e-mail: [EMAIL

Re: E-Mail to CompuServe Customer Service

2003-08-22 Thread Pablo Mayrgundter
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Pablo Mayrgundter Director

Re: Tomcat Userdatabase

2003-08-20 Thread Pablo Mayrgundter
: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Pablo Mayrgundter Director of Applications and Services www.reeltwo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Tomcat cannot find subclass

2003-08-20 Thread Pablo Mayrgundter
CountryServletSelect... (Servlet and Select are swapped), so it's right that it not be found. -- Pablo Mayrgundter Director of Applications and Services www.reeltwo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [File Upload] How to Increase the Speed of File transfer ??

2003-08-19 Thread Pablo Mayrgundter
. 2. I have used DataOutputStream for writing on outputstream and InputStream for reading,if I used BufferWriter and BufferReader then is it increase the speed ? Defnitely a good idea. -- Pablo Mayrgundter Director of Applications and Services www.reeltwo.com

Re: Calendar Tool?

2003-08-19 Thread Pablo Mayrgundter
19 August 2003 3:33 pm, Rick Roberts wrote: Anyone know of a decent calendar tool / server that would integrate well with java/jsp/jdbc/tomcat? Thanks, -- Pablo Mayrgundter Director of Applications and Services www.reeltwo.com [EMAIL PROTECTED] import=java.text.*, java.util.* % jsp:include

NOTE: Aliases not implemented in 5.0.3 and earlier.

2003-08-18 Thread Pablo Mayrgundter
the series 5 ChangeLog at: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/changelog.html 5.0.4 Coyote Add support for mapping host aliases (remm) -- Pablo Mayrgundter Director of Applications and Services www.reeltwo.com

Re: Error when I starting Jakarta-tomcat

2003-08-18 Thread Pablo Mayrgundter
Every time I try [EMAIL PROTECTED] root]# $TOMCAT_HOME/bin/startup.sh I get the massage: bad interpreter, permision denied Please help me! LuongPhan - Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. -- Pablo Mayrgundter Director

bc4j and tomcat

2003-06-06 Thread Pablo Gomes Ludermir
is to deploy a simple BC4J browse/edit application generated by JDeveloper. []s Pablo Pablo Gomes Ludermir mailto:[EMAIL PROTECTED] INFLOR Consultoria e Sistemas Ltda. Rua Dr. Eurico de Aguiar, 888 - Sala 1004 Santa Lúcia - Vitória - ES Cep: 29055-280 Tel: (27) 3225-7115

tiles strut

2003-01-30 Thread Pablo L. Crivaro
i'm using tiles struts, and i cannot add html headers to the response. ethereal shows in response the headers does not appear where should i add them? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

html:errors/

2003-01-28 Thread Pablo L. Crivaro
hi i want access the error list written by the html:errors/ tag usign java, not the tag (i wanna submit exceptions by mail automatically). how is that? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

DBCP: pool exhausted

2003-01-23 Thread Pablo L. Crivaro
Hi all, i'm new in the list. I receive a java.sql.SQLException: DBCP could not obtain an idle db connection, pool exhausted using a resource org.apache.commons.dbcp.BasicDataSourceFactory even closing the connections, having removeAbandoned in true, but nothing happens. The connexions remains

RE: tomcat setup problem

2002-05-21 Thread Pablo Schor
Is there any sample for connecting Tomcat with Apache via TCP/IP with the Apache API? Thanks, Pablo -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Building Tomcat 4.0.3

2002-05-20 Thread Pablo Schor
logging in the system, the zip file is not found. Could anyone send me the zip file? Thanks, Pablo -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: JkMount + Alias

2002-05-17 Thread Pablo Schor
- Original Message - From: Pablo Schor [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 14, 2002 1:29 PM Subject: JkMount + Alias I've installed Tomcat 4.0.3 and Apache 1.3.24 in two different boxes with Win2000. Jsp and static objects are in the same directory. I want

JkMount + Alias

2002-05-15 Thread Pablo Schor
, but with the Alias enabled, the browser shows jsps as a static page. Is there a workaround or do I have to separate jsps and static objects in different directories? Thanks, Pablo Schor httpd.conf : JkWorkersFile C:/Apache/conf/workers.properties JkLogFile C:/Apache/logs/mod_jk.log JkLogLevel warn

RE: TomcatIIS (on different computers )

2002-05-15 Thread Pablo Schor
Nacho, tal vez me puedas ayudar, tengo Tomcat y Apache en distintas maquinas con mod_jk, los JSPs funcionan bien, pero cuando quiero mapear con Alias los objetos estaticos, me toma los JSPs como estaticos tambien, alguna sugerencia? Gracias, Pablo - Original Message - From: Ignacio

Intallation of Tomcat

2002-04-05 Thread Erba Pablo-ape004
Where can I find complete guide to install Jakarta Tomcat? Regards, Pablo. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Unpack WARs

2002-01-27 Thread Pablo Millet
Please, a Yes or No will do. I'm sure this is a very simple thing for you proffessional users ;) Using the below settings... is TC4 supposed to unpack my WARs or not??? (I just can't get it to do so) My Env.: CATALINA_HOME=/usr/local/jakarta-tomcat-4.0.1/ Service... Host name=localhost

server.xml example

2002-01-25 Thread Pablo Millet
=org.apache.catalina.logger.FileLogger prefix=XXX_log. suffix=.txt timestamp=true/ /Context /Host Very greatfull. Pablo M. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Prevent TC from serving documents

2002-01-24 Thread Pablo Millet
Hi all. Is it possible to prevent TC4 from serving files like eg. *.ini or *.txt. Even if I have direcorylisting=false Tomcat serves files if you know the correct path !!! Thanx. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with

Context in server.xml or not?

2002-01-21 Thread Pablo Millet
Hi all. Very simple question... so I give it another try since my first message didn't capture you'r intrest ;) please help. I have my Tomcat4 up and running as Stand-Alone but it doesn't want to deploy my .WAR files. All of the Examles application do work just fine... From what I understand

Context Or not?

2002-01-20 Thread Pablo Millet
the context entry from the server.xml it all works fine !!! So my friends, wich is it... both or one of them? Many thanx. Cheers Pablo

Re: GETTING STARTED WITH TOMCAT

2001-12-13 Thread Pablo Lillia
Better assign JAVA_HOME TOMCAT_HOME in AUTOEXEC.BAT (Win9x), or in the Enviroment (NT/2K). At 08:59 13/12/2001 -0500, you wrote: hi i'm new to servlets and JSP ...well i have installed tomcat in C:\tomcat and have set the JAVA_HOME in tomcat\bin\tomcat.bat to C:\jdk1.3.1 when i try to start

Re: SSL , Verisign Certificate and Tomcat 3.2.3

2001-12-12 Thread Pablo Lillia
I'm not sure. Maybee -alias cacerts or -alias cacert Regards At 17:14 12/12/2001 +, you wrote: I am trying to import a verisign global server id .. but the certificate won't work.. my temporary self certificate works fine. after installing the verisign certificate, the https does not

Re: Change an include file requires re-compiling all JSP that include it (?)

2001-12-11 Thread Pablo Lillia
There are 2 ways to include a file: %@ include file=relativeURL % for static files, parsing JSP elements. and jsp:include page={reletiveURL | %= expression % } flush=true{ / | [ jsp:param name=parameterName value={parameterValue | %= expression%} / ]+ /jsp:include }

Re: Pool connection to database

2001-10-03 Thread Pablo Morillas
OK. I think that I am understood what have I do to resolve it. I have to put a ConnectionPool object in the system properties hash table and I will get a connection pooled enviroment for mines servlets, jBeans and JSP's. Thanks for your help. == Pablo Morillas

Pool connection to database

2001-10-02 Thread Pablo Morillas
the number of connection actives. Is there any way to specify a class that run when I start tomcat? If I have any pool connection running inside tomcat I think that I will get the pool, won't I? Thanks to all in advance. == Pablo Morillas http://www.sortes.com [EMAIL

Control the number of request's

2001-08-13 Thread Pablo Morillas
? I would like to clean several objets that are in the httpsession. Thanks to all. == Pablo Morillas http://www.sortes.com [EMAIL PROTECTED] ==

changes in jsp included file dont refreshed

2001-06-28 Thread Pablo Lillia
Hi, I need some help. When I had changed a jsp file included in other file, the changes don't view in the resulting file, except when I touched the master jsp file (where is the %@include ... %). Thanxs PD1: I'm using tomcat 3.2.2 PD2: Tomcat rocks!

Re: changes in jsp included file dont refreshed

2001-06-28 Thread Pablo Lillia
- From: Pablo Lillia [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 28, 2001 10:05 AM Subject: changes in jsp included file dont refreshed Hi, I need some help. When I had changed a jsp file included in other file, the changes don't view in the resulting file, except when I

RE: tomcat work with mozilla but not with IE

2001-06-15 Thread Pablo Lillia
Try http://127.0.0.1:8080/index.html Try add the line: 127.0.0.1 localhost to your c:\windows\hosts file (create it whith notepad if it don't exists). Also, if you use a proxy, check "don't use proxy server for local hosts" or similar. Greetings -Original Message-From:

Re: Automaticaly update the servlets

2001-06-12 Thread Pablo Morillas
Ok, but my problem is that when I put in a servlet 'Class.forName(sun.jdbc.odbc.JdbcOdbcDriver)' I get the message NoClassDefFoundError. == Pablo Morillas http://www.sortes.com [EMAIL PROTECTED] == - Original Message - From

Re: Automaticaly update the servlets

2001-06-12 Thread Pablo Morillas
for it in the wrapper.properties file? Thanks to all that are bearing me. ;-) == Pablo Morillas http://www.sortes.com [EMAIL PROTECTED] == - Original Message - From: Milt Epstein [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday

Re: Automaticaly update the servlets

2001-06-12 Thread Pablo Morillas
it be true? Thanks. == Pablo Morillas http://www.sortes.com [EMAIL PROTECTED] == - Original Message - From: Luba Powell [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 12, 2001 11:29 PM Subject: Re: Automaticaly

Re: Automaticaly update the servlets

2001-06-08 Thread Pablo Morillas
. == Pablo Morillas http://www.sortes.com [EMAIL PROTECTED] == - Original Message - From: Filip Hanik [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 08, 2001 2:25 AM Subject: RE: Automaticaly update the servlets as long as your servlet

Re: Automaticaly update the servlets

2001-06-08 Thread Pablo Morillas
what's happen. Please, advice. == Pablo Morillas http://www.sortes.com [EMAIL PROTECTED] == - Original Message - From: Milt Epstein [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 08, 2001 3:03 PM Subject: Re

tomcat 3.1 + apache 1.3.14 in win32

2001-06-07 Thread Pablo Lillia
Hi, I found in Tomcat v3.1 (Win32) a problem: the file /conf/tomcat-apache.conf has \ in paths, and it need / to work in apache (version 1.3.12 for win32). I don't know if that is a well-known problem, because I don't found any reference in doc's faq's. Greetings

Automaticaly update the servlets

2001-06-07 Thread Pablo Morillas
Hello all. I'm starting to use Tomcat and I have seen that I have to restart the server when I update a servlet. Is it true? Is there any way to avoid it? Thanks all. == Pablo Morillas http://www.sortes.com [EMAIL PROTECTED] ==

Sessions

2001-05-31 Thread Pablo Trujillo
the code of that library? Another topic. I can not receive any message of the list. Why will it be? Pablo - Click here for Free Video!! http://www.gohip.com/free_video/

Session in Tomcat

2001-05-30 Thread Pablo Trujillo
Hello friends, I need information about how Tomcat assign the numbers of ID for each session. I also need to know where is the Cookie JSessionID stored. I wait you can help me and thank you Pablo

Session In TOmcat

2001-05-30 Thread Pablo Trujillo
Hello friends, I need information about how Tomcat assign the numbers of ID for each session. I also need to know where is the Cookie JSessionID stored. I wait you can help me and thank you Pablo P.D.:This is the second time that I send the message, but I don't receive it. Excuse me

Source code of Tomcat

2001-05-30 Thread Pablo Trujillo
Where I found the source code of the class org.apache.tomcat.session.StandardManager? Thanks for your help

Source code of Tomcat

2001-05-30 Thread Pablo Trujillo
Where I found the source code of the class org.apache.tomcat.session.StandardManager? Thanks for your help - Click here for Free Video!! http://www.gohip.com/free_video/

error

2001-01-12 Thread Pablo Trujillo
I am working with Tomcat and Apache. Now I am trying to install Apache1.3.14 and mod_ssl. Copy the I module mod_jserv in libexec and add the line include /apache-tomcat.conf in the file httpd.conf. it gives me the following error when lifting the Apache: invalid command LoadModule. What

Re: save a attachment Pablo Trujillo

2000-10-25 Thread Pablo Trujillo
/ - Original Message - From: Josh Knowles [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 24, 2000 3:26 PM Subject: RE: save a attachment there are examples of working with attachments in the javamail documentation -Original Message- From: Pablo Trujillo [mailto:[EMAIL