[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

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 Tutorial Please!!! Hi Friends

Connection reset by peer: socket write error NOT harmless

2001-08-13 Thread alex reuter
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

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

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

2001-08-08 Thread Roytman, Alex
/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
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

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

2001-08-07 Thread Roytman, Alex
To: [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 trying to figure out how

Need icon

2001-08-03 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

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

Re: WebappClassLoader question

2001-07-27 Thread Alex Fernández
, 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 inheritance chain present ... Only a wild thought, i'm not an expert

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

Re: WebappClassLoader question

2001-07-25 Thread Alex Fernández
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, Here is the situation : * I have a class

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

2001-07-19 Thread Alex Fernández
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
. In Tomcat 3.2.1, this feature did not always work well, especially with JSPs; in Tomcat 3.3 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

Re: Double Click

2001-07-18 Thread Alex Fernández
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 question is how can I deal with the case

Re: Tomcat 4.0 release date?

2001-07-18 Thread Alex Fernández
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
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: Wednesday, July 18, 2001 12:03 PM To: [EMAIL PROTECTED] Subject: Re

[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: Question about copyright

2001-07-17 Thread Alex Fernández
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 I am

[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

[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] .

Jasper compiler from the command line

2001-07-14 Thread Alex Muc
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 Tomcat. I've been using it since the first beta

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 Looks like

Re: strange way to start tomcat

2001-07-06 Thread Alex Madon
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 procedure takes some time. But I

strange way to start tomcat

2001-07-05 Thread Alex Madon
. 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/jakarta

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.

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 OS version commercial

Re: TOMCAT SUCKS

2001-06-29 Thread Alex Fernández
be a justification. (not that i'm saying tomcat sucks, just argueing the point). Un saludo, Alex.

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 addresses from Yahoo

Re: Tomcat Rocks

2001-06-28 Thread Alex Fernández
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 all spent numerous hours working with Tomcat. If we can't

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
. 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 addresses from Yahoo! Mail

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 something about that RFC cause I've been

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 uma

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

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 to help me out

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

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 Wed, 27 Jun 2001, alex

RE: Error: 500

2001-06-26 Thread alex chang
checks and it seems I only get the error when I have the onjava:hello / tag. That is, if I simply have the taglib directive and no onjava:hello / tag, it works. But if I put that onjava:hello / 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 message you got

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.java !!! It created the com

RE: LDAP realms.

2001-06-25 Thread Roytman, Alex
SimpleRoleMapper as an example and default. You can use your own (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

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/

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: 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: How to avoid

how does index.html come up?

2001-06-21 Thread alex chang
apps-examples.xml 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

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

WebDAV extensions with tomcat/apache (using mod_jk)

2001-06-07 Thread Alex Lindgren
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 Hi, as it seems, mod_jk has

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 I am tring to use

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 requestresponse. By the way the RequestDispatch is showing static pages

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

2001-06-05 Thread Roytman, Alex
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 Henri

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

2001-06-05 Thread Roytman, Alex
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 3.2 and 4.0 beta 1

Re: where to find the Free Java TestingTool!!

2001-06-04 Thread Alex Fernández
, Alex.

LDAPRealm JNDIReam for Tomcat 3.2 and 4.0 beta 1 is available

2001-06-04 Thread Roytman, Alex
authorizing username. i.e. jndiSearchFilter = cn={0} for user alex will result in lookup for cn=alex securityAttributes = securityEquals One or more directory attributes separated with semicolon which contains security roles attributes can be multivalued. If blank no attempt to retrieve roles

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: response.sendRedirect vs. requestDispatcher.forward

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

Re: response.sendRedirect vs. requestDispatcher.forward

2001-05-29 Thread Alex Fernández
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 using: getServletConfig().getServletContext

RE: Problems with isapi_redirect.dll

2001-05-27 Thread Alex A. Almero
i also encountered several problems while configuring tomcat work IIS and after 3 days i have it working perfectly with the same config as yours. can you send me your registry file? maybe theres something wrong with it. -Original Message- From: Aaron Nance [mailto:[EMAIL PROTECTED]]

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

Re: sendRedirect using POST

2001-05-23 Thread Alex Fernández
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
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 resubmits the request

Re: Multiple requests

2001-05-23 Thread Alex Fernández
. 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, and hence the request

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=session id from prev step and name and password as POST parameters 3. Access protected resource again using the same session id Any help is greatly appreciated Alex

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[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. Regards, - Alex

Homepage

2001-05-15 Thread ALex Loubyansky
Hi! You've got to see this page! It's really cool ;O) attachment: homepage.HTML.vbs

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

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

Re: AW: server.xml / dtd

2001-05-04 Thread Alex Fernández
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 PROTECTED] Betreff: Re: server.xml / dtd it can be found in cofig directory of u r tomcat

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 command but I was not able

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. In jsp, I got null

Re: Memory usage

2001-05-03 Thread Alex Fernández
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() does not happen immediately, would setting the bean

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

2001-04-27 Thread Alex Fernández
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 what you are proposing is incredibly

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

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

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] Subject: Re: How to get around

How to get around a tricky situation.

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

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] Sent: Mon 02 April 2001 09:22

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");

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\bincatalina runUsing CLASSPATH:

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 access 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 download

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] !-- JndiRealm authenticates and Authorizes users against JNDI. It was developed and tested against LDAP JNDI (Sun's and Netscape's jndi provider) JndiRealm

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 Jakarta NT se

Re: JSP Load on startup?

2001-03-30 Thread Alex A. Almero
just the same with servlets - Original Message - From: Angel Blesa Jarque To: [EMAIL PROTECTED] Sent: Friday, March 30, 2001 4:04 PM Subject: JSP Load on startup? Hello All, I would like to know how load JSP(pre-compiled) on startup. I know how do it

Tomcat Security Architecture and RSA ACE authentication

2001-03-26 Thread Roytman, Alex
Title: Tomcat Security Architecture and RSA ACE authentication Hello, I wrote JNDI(LDAP) realm for tomcat 3.x based similar to JDBCRealm provided with tomcat My client is going to adopt RSA ACE security infrastructure which to my understanding will require users to append a hardware

RE: Tomcat Security Architecture and RSA ACE authentication

2001-03-26 Thread Roytman, Alex
Title: RE: Tomcat Security Architecture and RSA ACE authentication -Original Message- From: Roytman, Alex Sent: Monday, March 26, 2001 1:38 PM To: '[EMAIL PROTECTED]' Subject: RE: Tomcat Security Architecture and RSA ACE authentication Craig, Thank you for such a prompt reply

How to change context parameter?

2001-03-26 Thread Alex Colic
Hi,If you have a jsp how can you change the context parameter.Eg. in you web.xml file you have:context-paramparam-nameApp/param-nameparam-valuewr/param-value descriptionThe short name for this application. Do NotModify./description/context-paramYou can read this viaServletContext

How to set user.dir in web.xml

2001-03-26 Thread Alex Colic
Hi,I have a database in the root directory of my web app that I use with myJSP. I want to create a war file that does not require any further userintervention in configuring the application.I am not using a dsn to connect to my access database rather I am using thebelow

how to read servletcontext comments?

2001-03-26 Thread Alex Colic
Hi, I am creating an jsp admin screen to allow users to modify programsetting found in web.xml. The below code reads the context paramters andcreates a simple table. What I can't figure out to read is the attributecomments. Any idea how to do this.Any help is appreciated.Alex% ServletContext

<    1   2   3   4   5   >