[FAQ] jGuru FAQ Update

2001-12-14 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex ++ JavaServer Pages (JSP) FAQ: http://www.jguru.com/faq

JndiRealm for Tomcat 4.0 and 3.2x alpha2 is available

2001-03-31 Thread Roytman, Alex
/jndi_auth_alpha2.jar (Please use java jar or zip utility to extract files) I would greatly appreciate your feedback Alex Roytman [EMAIL PROTECTED]     className="com.peacetech.webtools.tomcat.JndiRealm"     debug="1"     JNDI_INITIAL_CONTEXT_FACTORY = "com.sun

Re: Bad Links

2001-03-31 Thread Alex Potter
Try here. http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/bin/win32/i38 6/ HTH Alex - Original Message - From: "Eric Bewley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sat 31 March 2001 16:48 Subject: Bad Links : I am unable to find the J

Re: ** Help required: Err in Apache httpd could not be started **

2001-04-02 Thread Alex Potter
Have you examined the paths in tomcat/conf/workers.properties? you need to set workers.tomcat_home and workers.java_home, and also your path separator '/' for NIX, '\' for Windows. HTH Alex - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED

how to access a properties file as a resource.

2001-04-02 Thread Alex Colic
Hi, I have a properties file in the web-inf directory of my web app. How can I access that file. It holds my localization settings I have tried. String pathSeperator =File.separator. InputStream is=context.getResourceAsStream("Web-inf" + pathSeperator + "pwWorkRequestProLocalization"); Propert

NullPointerException in Catalina StandardClassLoader when JAR with no manifest is added to one of the lib directories

2001-04-02 Thread Roytman, Alex
NullPointerException in  Catalina StandardClassLoader when JAR with no manifest is added  to one of the lib directories Adding manifest to the jar fixes the problem   D:\java\apache\tomcat4\bin>catalina runUsing CLASSPATH: d:\java\apache\tomcat4\bin\bootstrap.jar;c:\java\jdk\lib\tools.jarja

FW: RE: how to access a properties file as a resource.

2001-04-02 Thread Alex Colic
But that would mean that the property file is somewhere on the class path. I want it in the web-inf/ directory. Do you understand what I mean? >Date: Mon, 2 Apr 2001 06:53:38 -0700 >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >From: William Kaufman <[EMAIL PROTECTED]> >Subject: RE: how to a

JNDI & LDAP Realm for Tomcat 4.0 & Tomcat 3.2x alpha3 available: NEED YOUR FEEDBACK!

2001-04-02 Thread Roytman, Alex
Title: JNDI & LDAP Realm for Tomcat 4.0 & Tomcat 3.2x alpha3 available: NEED YOUR FEEDBACK! Dear tomcat users and developers, This is an implementation of JNDI and LDAP realm for Tomcat 3 and 4 I would greatly appreciate you feedback regarding its functionality. Alex Roytman

How to get around a tricky situation.

2001-04-03 Thread Alex Colic
distribute our app without having the customer copy images over to the root/images directory. Thanks for any help. Regards Alex Colic-0132

Can't set-up Tomcat for ssl. Please help.

2001-04-03 Thread Alex Colic
understanding how to get Tomcat and direct ssl to work is appreciated. Regards Alex Colic

Re: Still Can't set-up Tomcat for ssl. Please help.

2001-04-04 Thread Alex Colic
Hi, Thanks for the reply. I changed the port to 443 but there was no change. Am I correct in assuming that once I have https working I should be able to access the same page via: http:\\localhost\index.html and https:\\localhost\index.html or https:\\localhost:443\index.html Because I can see

Re: How to get around a tricky situation.

2001-04-04 Thread Alex Colic
Just so I understand, to do the below I would have to modify my server.xml file...correct? This cannot be done in my web.xml file? Thanks Alex >Date: Wed, 04 Apr 2001 09:47:56 +0200 >To: [EMAIL PROTECTED] >From: =?iso-8859-1?Q?St=E9phane?= BAUDET <[EMAIL PROTECTED]> >Subje

Help with refreshing servletContext please.

2001-04-18 Thread Alex Colic
he context again. I then opened up another window and the page was populated with the old data. Any help in this matter is appreciated. Alex

Is this a bug in tomcat or me?

2001-04-19 Thread Alex Colic
uot;,active); I have also tried: context.setAttribute("Key",Boolean.FALSE); My problem is no matter what value I set, when I pull active out the value of "Key" out of the context it is always TRUE. Any ideas what I am doing wrong? Any help is appreciated Regards Alex

Re: Boycott China - please read - your life may depend on it

2001-04-27 Thread Alex Fernández
deals with Tomcat usage. Please show your narrow-mindedness someplace else. To the rest of you, sorry for this rant :) Un saludo, Alex. David Patton wrote: > > Rick: > > Not sure who you are, or how yu got my email address, or why you sent me > this, but frankly I think

Re: Forwarding

2001-05-03 Thread Alex Fernández
forward() will only send it to another servlet or jsp, I think. However, sendRedirect() will work with external URLs. Just do response.sendRedirect("http://www.misMuelas.com";); Un saludo, Alex. Zsolt Koppany wrote: > > Thank you for the idea, I know the jsp:forward comma

Re: How to obtain user's IP address

2001-05-03 Thread Alex Fernández
They are different things. The remote user only appears if the user did enter his user id and password. The IP address you want is the remote host, so you would use request.getRemoteHost(); Un saludo, Alex. Jack Li wrote: > > Hello, > > I need to know who visits my web page. I

Re: Memory usage

2001-05-03 Thread Alex Fernández
#x27;ll have to wait for the next gc cycle. If you call System.gc() explicitly, you're forcing this cycle and the object might go away. Un saludo, Alex. "Jurrius, Mark" wrote: > > Correct me if I'm wrong. If for instance I want a bean removed knowing that > System.gc

Re: AW: server.xml / dtd

2001-05-04 Thread Alex Fernández
should be changed to a key-value approach, but right now it seems a low-priority kind of thing. Un saludo, Alex. > regards... > ..roman. > > -Ursprüngliche Nachricht- > Von: Hari Yellina [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 4. Mai 2001 14:43 > An: [EMAIL

Re: java database

2001-05-11 Thread Alex Fernández
I used hypersonicSQL about three months ago, and it was so slow. The idea was probably good, a light-weight DB in pure Java, but the implementation took ages just to perform a select. I don't think it was a configuration issue, because I just measured the example given. Un saludo,

How to configure Tomcat to respond to arbitrary DNS name?

2001-05-12 Thread Alex Greysukh
Could somebody help to find an explicit answer on the following: How to configure Tomcat as a stand-alone server to respond not to only http://localhost:8080/ but to any DNS name (http://www.foo.com:8080)? Unfortunately all the examples in the doc reduced to the localhost case... Alex Greysukh

Homepage

2001-05-15 Thread ALex Loubyansky
Hi! You've got to see this page! It's really cool ;O) <>

re[2]: how can I unsubscribe from this list

2001-05-16 Thread Alex Nghiem
> To remove your address from the list, send a message to: <[EMAIL PROTECTED]> < Bob: I have sent 4 msgs to this address to unsubscribe myself w/ wo effect. I have also contacted the owner of the list w/o any success either. Rega

Re: AW: mailing list or news group??

2001-05-17 Thread Alex Fernández
ce users. Un saludo, Alex. Mark Mynsted wrote: > > I also vote for a web-based forum. (Such as those provided for free at SourceForge). > > Sincerely yours; > > Mark Mynsted > > VHA Management Information Systems Client Services > [EMAIL PROTECTED] > (972) 830 - 05

tomcat IIS error

2001-05-18 Thread Alex Almero
got this error under the isapi.log     jk_uri_worker_map_t::uri_worker_map_free, NULL parameters   also under the w3svc/ex"date"     GET /jakarta/examples/jsp/snp/snoop.jsp 200

Re: sendRedirect using POST

2001-05-23 Thread Alex Fernández
to POST the return paramters to a URL? Probably it's not in the archives, since it's not a Tomcat-related question. Anyways, if you're inside a webapp (another servlet in the same context), use RequestDispatcher.forward(); if it's a remote URL, use sendRedirect. POST data should be resent too. Un saludo, Alex.

Re: Multiple requests

2001-05-23 Thread Alex Fernández
an do the same in Tomcat. I know how to configure a thread pool, but not queue size! Un saludo, Alex. David Oxley wrote: > > I have been load testing our servlet and under high load requests start to > take a long time (30secs ish). When a request takes this long a browser > resu

Re: Multiple requests

2001-05-23 Thread Alex Fernández
esends the response. Is this the case? What browser is it? Mine (Netscape Communicator 4.7) does not. Un saludo, Alex. David Oxley wrote: > > This isn't the problem. Tomcat is calling my servlet, but because the > machine is so busy it is taking a long time to construct the response, an

Form based Authentication - URLs with username:password are not supported

2001-05-23 Thread Roytman, Alex
Title: Form based Authentication - URLs with username:password are not supported When using form based authentication urls username and password do not work i.e. http://alex:[EMAIL PROTECTED]/examples it works just fine with basic authentication but not with form based

Please help. Accessing protected url from java when using form based authentication

2001-05-23 Thread Roytman, Alex
. get JSESSIONID from headers 2. Post to /mycontext/login/j_security_check with cookie set to JSESSIONID= and name and password as POST parameters 3. Access protected resource again using the same session id Any help is greatly appreciated Alex

Re: Multiple requests

2001-05-24 Thread Alex Fernández
You can't but try. Un saludo, Alex. David Oxley wrote: > > I am not doing the flushBuffer(). But apart from that, that is what I am > doing. Will the flushBuffer() prevent the browser from doing its subsequent > request. We are using IE5. > > Dave > [EMAIL PRO

Re: response.sendRedirect vs. requestDispatcher.forward

2001-05-29 Thread Alex Fernández
ame browser. Perhaps it's a bug? Un saludo, Alex. A Yang wrote: > > Hi All, > > Does anyone know offhand whether the Java Servlet > specification requires a new HttpSession to be created > when using HttpServletResponse.sendRedirect()? > > In a servlet, I was u

Re: response.sendRedirect vs. requestDispatcher.forward

2001-05-31 Thread Alex Fernández
ing) is that this method can take a relative path.' So, if you get your RequestDispatcher from the request, you don't need the leading "/". Un saludo, Alex.

RE: Upgrading tomcat 3.2.1 to 3.2.2

2001-06-01 Thread Roytman, Alex
Title: RE: Upgrading tomcat 3.2.1 to 3.2.2 Did it for RedHat Linux 7.1 and Win2k (Apache server 1.3.19) today took 15 min each. Did stress test for an hour on linux - no problems -Original Message- From: Brandon Cruz [mailto:[EMAIL PROTECTED]] Sent: Friday, June 01, 2001 4:49 PM To: [

Re: where to find the Free Java TestingTool!!

2001-06-04 Thread Alex Fernández
ct cookies and such. Un saludo, Alex.

LDAPRealm & JNDIReam for Tomcat 3.2 and 4.0 beta 1 is available

2001-06-04 Thread Roytman, Alex
tyAttribures from the directory. If "true" authenticating user account   will be used to retrieve the roles otherwise the searchBindDN account used for user name lookups will   fetch the attributes. It is useful when either one or the other do not have permission to read the   attrib

RE: LDAPRealm & JNDIReam for Tomcat 3.2 and 4.0 beta 1 is availab le

2001-06-05 Thread Roytman, Alex
from users so I am not making any effort to make it truly open source - comments, documentation, etc. If somebody from tomcat developers community could review it would express some interest I will be glad to spend couple of days to its quality. Alex -Original Message- From: GOMEZ H

RE: LDAPRealm & JNDIReam for Tomcat 3.2 and 4.0 beta 1 is availab le

2001-06-05 Thread Roytman, Alex
t. I rely on you guys to provide guidance. If I got no response I assume it is not needed. Alex -Original Message- From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 05, 2001 12:12 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: LDAPRealm & JNDIReam for Tomcat

Re: problems with sendRedirect() on relative path

2001-06-06 Thread Alex Fernández
Hi Ofer! You can specify a different context, that will not contain the /servlet prefix. The prefix is set by context. I don't think the suggestion that was sent before (RequestDispatcher) will work, since it's a static page. Un saludo, Alex. Ofer Baranes wrote: > > Hi >

Re: problems with sendRedirect() on relative path

2001-06-06 Thread Alex Fernández
Interesting, didn't know that. Thanks, Alex. Ofer Baranes wrote: > Alex , actually i just learnd that using the RequestDispatcher is a better > solution since the response is for this request while redirct is creating > new request&response. > By the way the RequestDispa

WebDAV extensions with tomcat/apache (using mod_jk)

2001-06-07 Thread Alex Lindgren
es or solutions. Does anyone know how to get Apache to send WebDAV methods to Tomcat? I am using Apache 1.3.19 with the latest version of mod_jk and Tomcat 3.2.2 -Alex >From: "Stefan Eissing" >Subject: mod_jk and new HTTP methods >Date: Fri, 18 May 2001 11:19:28 +0200 >

Re: SPAMMER - Fw: CV{JAVA}

2001-06-18 Thread Alex Fernández
Why? It's nice to get some "worm regards" once in a while... Un saludo, Alex. > Can something be done about this kind of behavior... >

RE: How to avoid of displaying the homepage file path

2001-06-21 Thread alex chang
yes. way too many of them. --- "Kumar, Amit" <[EMAIL PROTECTED]> wrote: > Is everyone getting this email multiple number of times? > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 21, 2001 2:06 PM > To: [EMAIL PROTECTED] > Subject: Re: H

how does index.html come up?

2001-06-21 Thread alex chang
Is the apps-127.0.0.1.xml being read somehow? Can someone explain the process of what happens from the time you enter localhost:8080 in your browser, to how the page gets served up? Thanks! -alex __ Do You Yahoo!? Get personalized email addres

unsubcribe

2001-06-24 Thread Alex Almero
dear moderator, i would like to unsubsribe to this mailing list thanks alex _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

RE: LDAP realms.

2001-06-25 Thread Roytman, Alex
(just have your com.acme.tomcat.MyRoleMapper implement RoleMapper interface and in your server.xml specify roleMapperClass = com.acme.tomcat.MyRoleMapper") Alex Hey Alex, Your JndiRealm looks very interesting. I'm currently installing it for testing. I have two questions about setu

tomcat tutorial

2001-06-25 Thread alex chang
anyone know of any good tomcat tutorials? to be honest the user guide doesn't really help. __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/

Error: 500

2001-06-26 Thread alex chang
at: Error: 500 Location: /onjava/welcome.jsp Internal Servlet Error: org.apache.jasper.compiler.CompileException: C:\jakarta-tomcat-3.3-m3\webapps\onjava\welcome.jsp(11,10) Unable to load class com.onjava.HelloTag I was wondering if anyone who has tried this example also can help me out. Thank

RE: Error: 500

2001-06-26 Thread alex chang
. I've done some more checks and it seems I only get the error when I have the tag. That is, if I simply have the taglib directive and no tag, it works. But if I put that tag back in, I get the error. Any more ideas? Thanks, -alex --- Jann VanOver <[EMAIL PROTECTED]> wrote: >

RE: Error: 500

2001-06-26 Thread alex chang
and right into the /WEB-INF/lib directory? This was the only part I wasn't positive on since the instructions said to put it in the lib directory. Thanks for your help and patience, -alex --- Jann VanOver <[EMAIL PROTECTED]> wrote: > Yes, that makes perfect sense. The error messa

RE: Error: 500

2001-06-26 Thread alex chang
Thank you!!! It works!!! =) =) =) -alex --- Jann VanOver <[EMAIL PROTECTED]> wrote: > You said: > > My HelloTag.java is in the main onjava/ directory; > I compiled it with: javac -d WEB-INF\lib HelloTag.java > > next time, try javac -d WEB-INF\classes HelloTag.ja

Re: una pregunta

2001-06-27 Thread alex chang
si yo tambien hablo espanol. Naci en Ecuador. -alex --- Martin Mauri <[EMAIL PROTECTED]> wrote: > Bueno, > > increible la cantidad de personas que hablan español en la lista, de > haber > sabido nunca hubiera escrito en ingles. > > BTW, I also need to know somethin

Re: una pregunta

2001-06-27 Thread alex chang
eu nao falo portugues, mas minha ex-namorada (is) portuguesa, e tambem (studied) 3 semesters em college. =) --- applein <[EMAIL PROTECTED]> wrote: > existem brasileiros neta lista? legal eu sou do brasil :) > > On Wed, 27 Jun 2001, Daniel de Almeida Alvares wrote: > > > Vc precisa configurar um

Re: una pregunta

2001-06-27 Thread alex chang
sim, eu quero falar mehlor tambem. :) --- applein <[EMAIL PROTECTED]> wrote: > poderiamos formas uma lista de tomcat para quem fala portugues o que > acham? > __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mai

Re: una pregunta

2001-06-27 Thread alex chang
hahaha. I'd help. But only my mom understand my horribly American-accented cantonese! -alex --- Milt Epstein <[EMAIL PROTECTED]> wrote: > On Wed, 27 Jun 2001, Martin Mauri wrote: > > Hey, I'm trying to learn Chinese, anybody want t

Re: una pregunta

2001-06-27 Thread alex chang
Cantonese is usually spoken by the uneducated, Madirin is spoken by the educated. Cantonese is the more informal dialect, Madirin the more formal. Listen to someone speak Cantonese, then listen to someone speak Madirin- you'll be able to tell right away which one's which. Something I learne

Re: una pregunta

2001-06-27 Thread alex chang
I hope not! I'm Cantonese myself. I had a feeling Madarin was spelled with an a. You know a lot more about the language than I do. I tried going to school for it but it was so difficult. My last post on this, promise. -alex --- Milt Epstein <[EMAIL PROTECTED]> wrote: > On We

using different tomcat versions simultaneously?

2001-06-28 Thread alex chang
Hi, I've been playing with tomcat 3.3m3. But I want to start playing with 4.0-b5. I'm using Windows 2000. I was wondering if there's a way to use both at the same time? Thanks, -alex __ Do You Yahoo!? Get personalized email addre

Re: Tomcat Rocks

2001-06-28 Thread Alex Fernández
re if you want. So, keep it up, Alex. Nael Mohammad wrote: > > Nick, > > You need to understand that this is just like a community you live in, if > you seek help, Just Ask! But don't attack the very product we're all > striving hard to get ready for GA. We've

Re: performance monitoring tools

2001-06-28 Thread Alex Fernández
your findings with the list? Thanks, y un saludo, Alex. Bill Graham wrote: > > Can anyone recommend any good (and possibly free) server performance > monitoring software? I've been looking at products like OptimizeIt > and JProbe and was wondering if there're any open source

jasper

2001-06-28 Thread alex chang
forgive me if this is a silly question, but what's jasper? -alex __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/

compiling question

2001-06-28 Thread alex chang
and it worked fine. But the only odd thing was that it didn't create the com/develop/filters directory like I thought it would. I'm just curious, but does anyone know what happened? Thanks, -alex __ Do You Yahoo!? Get personalized email add

Re: [Tomcat Documentation Redactors To Hire] - WAS: TOMCAT SUCKS

2001-06-29 Thread Alex Fernández
Hi Henri! One suggestion: create a mailing list (e.g. tomcat-doc) so that folks may speak about docs. Also, it would show some level of commitment -- at least you have to subscribe. Un saludo, Alex. GOMEZ Henri wrote: > > > Not to get into a great big argument over O

Re: TOMCAT SUCKS

2001-06-29 Thread Alex Fernández
in others like bug finding we excel). > Because its free might be the reason the documentation sucks, it > shouldn't be a justification. (not that i'm saying tomcat sucks, just > argueing the point). Un saludo, Alex.

Re: TOMCAT SUCKS

2001-07-02 Thread Alex Fernández
Hi Frans! Frans Thamura wrote: > I think, Gomez must create tomcat-doc ASAP. I agree completely! Let people do what they do best. Un saludo, Alex.

strange way to start tomcat

2001-07-05 Thread Alex Madon
mands. Does somebody has an idea to make it work on the first bin/startup.sh? Thanks Alex --- torino:/opt/jakarta-tomcat-3.2.2 # bin/tomcat.sh start Using classpath: /opt/jakarta-tomcat-3.2.2/lib/ant.jar:/opt/jakarta-tomcat-3.2.2/lib/jasper.jar:/opt/ja

Re: strange way to start tomcat

2001-07-06 Thread Alex Madon
/startup.sh command. So my problem is only on start up of tomcat as a standalone server. I still don't understand why i need this tricky sequence of startups and shutdowns, but that doesn't matter too much to me, as I is recommended to run it as an apche module ;) Alex >Alex >

Re: strange way to start tomcat

2001-07-06 Thread Alex Madon
x27;t think that's my hardware (P3 933MHz) or JDK 1.1.8 on suse 7.0. Yes you are right i the standalone config, after a shutdown.sh a 'ps' command shows that the tomcat service is still running. Alex >The first time a jsp script is requested, it has to be compiled. This >proc

Jasper compiler from the command line

2001-07-14 Thread Alex Muc
appropriate access levels can look over and check-in the changes. The diff file is a little screwy for some reason, but I'm not good enough with CVS to be able to figure how to fix it. If you have any questions send me a reply. Thanks Alex. P.S. Thanks to all the people who work on Tom

[FAQ] jGuru FAQ Update

2001-07-16 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . -

Re: Question about copyright

2001-07-17 Thread Alex Fernández
expressed in the license: do not remove copyright notices nor authorship notices. Un saludo, Alex.

Re: regarding tomcat run in background on win nt

2001-07-17 Thread Alex Chaffee
Dhaval Patel wrote: >respected sir, > >my self is dhaval working in java from last 2 years now >i want to know that what should i to run the tomcat server in background >processes even if I log off my NT session >is this possible and if yes then please give me some clue about it bcoz >right now

[FAQ] jGuru FAQ Update

2001-07-17 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex

Re: Double Click

2001-07-18 Thread Alex Fernández
you'd want to ignore the second request. This then should be easy: if you find the data already updated in the DB, then do nothing. Un saludo, Alex. "Wang, Jianming" wrote: > > Hi, > > I have an hyperlink, when user click on it, it will update the database. My >

Re: Tomcat 4.0 release date?

2001-07-18 Thread Alex Fernández
rent codebase. You might say that v3.3 is v3.2.1 refactored, slimmed down and faster. As you may have heard, v3.2's major pitfall was speed: everyone claimed to be superior. v3.3 is vastly improved in that regard, and code is better organized. v4 will probably be very fast too, since a lot of great developers are working on it. Un saludo, Alex.

Re: Double Click

2001-07-18 Thread Alex Fernández
. Aha, that clarifies your problem a lot. I suppose it won't be difficult to check the db beforehand if data has already been updated? Un saludo, Alex. > Thanks. > > JW. > > -Original Message- > From: Alex Fernández [mailto:[EMAIL PROTECTED]] > Sent: Wed

[FAQ] jGuru FAQ Update

2001-07-18 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex

Re: Tomcat: subject

2001-07-19 Thread Alex Fernández
take -- since money is not the issue here (surprise!), it's effort. If you have a problem, try to solve it yourself -- and then help others with the same problem. Un saludo, Alex.

Re: Class reloading

2001-07-19 Thread Alex Fernández
I cannot remember if it was enabled yet. Un saludo, Alex. Paul Foxton wrote: > > AFAIK tomcat doesn't support automatic reloading of classes. You do have to > restart. > > Paul > > > -Original Message- > > From: John Baker [mailto:[EMAIL PROTECTED]

[FAQ] jGuru FAQ Update

2001-07-20 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex

Re: WebappClassLoader question

2001-07-25 Thread Alex Fernández
the Java virtual machine calls the loadClass method of the class loader that originally created the class." Or, to find out what the JVM is doing, the spec is here: http://java.sun.com/docs/books/vmspec/ Hope it helps. Un saludo, Alex. > Vincent Massol wrote: > > Hi, > > Her

Re: WebappClassLoader question

2001-07-27 Thread Alex Fernández
dos somos españoles, qué hacemos hablando en inglés? :] Un saludo, Alex. > Can you make a simple main example trying to do what you want to do, > without involving a servlet container.. i dont know how you can load ( > using reflection for it doesnt matter ) a class without his entire

Re: window200+iis+tomcat3.2 ¿¬µ¿ÀÌ °¡´ÉÇÑ°¡¿©?

2001-07-27 Thread Alex Fernández
Hi, Á¦ÇØ¿í! We cannot read Korean on the list. Besides, it should be ¶È °°ÀÌ isapiÇÊÅÍ¿¡¼­ ÇØ°á Çߴµ¥ :) ¹æ¹ýÀÌ ¾ø°Ú½À´Ï±î, Alex. > Á¦ÇØ¿í wrote: > > window200+iis+tomcat3.2 ¿¬µ¿ÀÌ °¡´ÉÇÑ°¡¿©? > °¡´ÉÇÏ´Ù¸é °°Àº ¹æ¹ýÀ¸·Î ÇÏ¸é µË´Ï±î > »ç½Ç ¶È °°ÀÌ Çߴµ¥ isapiÇÊÅÍ¿¡¼­ »¡°£ È­

[FAQ] jGuru FAQ Update

2001-07-27 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex

ref: JRE

2001-08-02 Thread Alex Colic
errors. This lead me to believe that you need the full jdk to install and run Tomcat. Is this correct? Regards Alex

Need icon

2001-08-02 Thread Alex Colic
Hi, I am creating an install script for tomcat and I need an icon for the windows shortcut. Anyone out there have one for tomcat that they could send to me? Thanks Alex

JRE

2001-08-03 Thread Alex Colic
Hi, I am creating a set-up file for Tomcat. Can it run with the JRE 1.3 or does it need the full JDK? Thanks Alex Alex Colic.vcf

[FAQ] jGuru FAQ Update

2001-08-03 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex

Catalina server.xml DTD?

2001-08-07 Thread Roytman, Alex
r factory class? Thank you very much Alex Roytman

RE: Catalina: How to specify factory class name for a Resource inserver.xml

2001-08-07 Thread Roytman, Alex
: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Catalina: How to specify factory class name for a Resource inserver.xml On Tue, 7 Aug 2001, Roytman, Alex wrote: > > > Hello, > > I am writing several jndi factories for catalina's JNDI implementation > and I am t

Catalina. Resource factory gets re-created on every resource lookup!

2001-08-08 Thread Roytman, Alex
/jdbc/usorg"); causes new instance of my connection pool be created. I can certainly work around the problem (have static hash of connection pools by JNDI name) but I would like to hear your opinion Thank you very much Alex Roytman

Catalina. Jasper generates invalid java code

2001-08-08 Thread Roytman, Alex
The problem with this piece of code generated for my JSP by tomcat4.0b6 is that it catches Throwable t and then call pageContext.handlePageException(t) which takse Exception NOT throwable !! as parameter as a result I am getting class cast exception: org.apache.jasper.JasperException: Unable to

Adding contextPpath and realPath to tomcat environment jndi

2001-08-08 Thread Roytman, Alex
nt entries for this purpose but it will be deployment nightmare because we will need to hardcode real path to context. If you think that this case is well justified it would be great if we could add it to Servlet specs Alex

Catalina. Class Loader problem. java.lang.LinkageError: duplicate class definition

2001-08-09 Thread Roytman, Alex
Hello, I am getting this error when hit my web page first time. What is the most puzzling that after few retries it works no more errors. There is no duplicate class paths in my class path and WEB-INF/class(lib) I would really appreciate if you can point me in right direction Alex

Connection reset by peer: socket write error NOT harmless

2001-08-13 Thread alex reuter
ber of posts on this subject and the answer always seems to have to do with IE. I'm not using it. Though sometimes IIS starts up acidentally, cutting apache out of the loop. Any help is greatly appreciated. Thanks, Alex

RE: Connection reset by peer: socket write error NOT harmless

2001-08-13 Thread alex reuter
: out.write(b); out.close(); I get a much more robust error, namely: java.net.SocketException: Connection reset by peer: socket write error at java.net.SocketOutputStream.socketWrite(Native Method) at java.net.SocketOutputStream.write(SocketOutputStream.java:83) Thanks again . Alex

Encoding "=". Catalina does not understand http parameter with un-encoded equal sign inside param value

2001-08-13 Thread Roytman, Alex
Hello Catalina does not understand http parameter with un-encoded equal sign inside i.e. myparam=fname='alex';lname='roytman' It use to work in Tomcat 3.x and I wonder if equal sign in parameter value has to be encoded according to specs or not

Re: Tomcat Tutorial Please!!!

2001-08-17 Thread Alex Speed
What do you want information on in particular, since the Tomcat docs which come with it are pretty comprehensive.. Alex - Original Message - From: "Jagadish Gopi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 17, 2001 2:49 PM Subject: Tomcat Tut

[FAQ] jGuru FAQ Update

2001-08-24 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex

Jar files not included in built webapp

2001-08-29 Thread alex reuter
something or misunderstanding how this is supposed to work? Up until now I've used the system classpath but now I need to use separate versions of the same jar files in different servlets. Thanks, Alex

<    1   2   3   4   5   6   >