[OT Friday] Parse HTML file to underlying text

2005-09-03 Thread Mark Benussi
I know I missed the Friday deadline but... Has anyone any recommendations for parsing html. I use Lucene and the example has its own HTML parser but I was wondering if anyone has used an existing project or whether there is some built in functionality in an Apache lib to convert pHello

Re: JSF Please Help with a simple question thanks ???

2005-09-03 Thread David Haynes
Bovy, Stephen J wrote: Thank you for the clarification ... So is Tomcat 5.x using the appache MYFACES Which version of jsf is included/supported by tomcat 5.x ??? Is there any difference between the Sun version and the appache version ??? Stephen Bovy Computer Associates 6100 Center

switching

2005-09-03 Thread JhnVend
Could someone point out what's wrong with this setup? I have a laptop, sometimes going offline and don't want to change strings each time I'm online or offline. (And don't want to run any db server on the laptop if I can avoid it.) Error is here: org.apache.jasper.JasperException: Unable to

Re: switching

2005-09-03 Thread Frank W. Zammetti
Hi, sDriver, as well as all your other variables, are declared locally within the if block. Once out of that block, they no longer exist. So, when the code in conn_products.jsp executes, which would of course happen after that if block, those variables do not exist. Add this right before

Re: Shared object between Tomcat and external program?

2005-09-03 Thread Mark Thomas
Look at JMS. Should do exactly what you want. Mark wolverine my wrote: I'm running Tomcat 5.5. I want to create a servlet to accept a HTTP request. The servlet creates an object based on the request parameters and forward the object (using Queue) to another standalone Java process started from

Re: switching

2005-09-03 Thread David Haynes
Is there any chance getServerName is not returning server.com or localhost? If so, sDriver would not be defined... -david- [EMAIL PROTECTED] wrote: Could someone point out what's wrong with this setup? I have a laptop, sometimes going offline and don't want to change strings each time I'm

Re: Tomcat imbedded open source componets ??

2005-09-03 Thread Mark Thomas
Bovy, Stephen J wrote: Our company has a strictly controlled policy for using open source. We must get approval for each and every component on a version by version basis. Can someone give me a list or point me to a link where the list is located of all imbedded open source sub components

Re: After 1st installation of JDBCRealm?

2005-09-03 Thread Mark Thomas
梁炳場 wrote: I just install JDBCRealm of Tomcat 5.5 It works. Very simple to configure. But I have a few questions to ask. 1. How can users change password? They can't without you writing some custom code. And if password is encrypted, how to manage password? eg, how to create the 1st

Tomcat SSL and Virtual Domains

2005-09-03 Thread Dawn Blaine
We are running tomcat 4 standalone. I have things running fine with one host but now we need to add two more virtual hosts. I am pretty sure the problem is with my server.xml file but I haven't been able to figure it out. I have read through the docs and looked through the postings and I'm

Re: Tomcat SSL and Virtual Domains

2005-09-03 Thread Mahesh S Kudva
I had a similar issue. I too had a doubt in servr.xml. Search the archives for the topic Virtual Hosting with WAR files. I've posted in detail what the configurations that helped me with virtual hosting. Hope it helps you too Regards Thanks Mahesh S Kudva -Original

Re: Multiple IP addresses

2005-09-03 Thread Luis Torres
If you are using a security certificate it willl certainly complain if the IP or hostname of the server is changed. Regards, Luis Fadil wrote: this is a good idea, and I try these multiples, I get two IP, like this : IPA:80 = IPServer:80 (IIS server) IPB:80 = IPServer:8443(Tomcat

Re: [OT Friday] Parse HTML file to underlying text

2005-09-03 Thread Dirk.Weigenand
pgpLSiBrHu0aH.pgp Description: PGP signature

Where can I get isapi.dll?

2005-09-03 Thread David Thielen
Hi; I downloaded and installed 5.5 for windows on my system. Tomcat runs fine but I can't find isapi_redirector.dll anywhere in my install or on the jakarta site? Does anyone know where I can download it? (the 5.5 version.) Also, are there complete instructions anywhere for

Re: Where can I get isapi.dll?

2005-09-03 Thread jmail
h I think you were thinking about this http://www.popularshareware.com/JspISAPI-download-11630.html jmail Wiadomość Oryginalna Od: David Thielen [EMAIL PROTECTED] Do: tomcat-user@jakarta.apache.org Data: Sat, 3 Sep 2005 15:29:11 -0600 Temat: Where can I get isapi.dll? Hi;

RE: Where can I get isapi.dll?

2005-09-03 Thread David Thielen
Tomcat itself has this - but all I can find is the source, not the compiled dll. Also the popularshareware is for 4.0 from the looks of it. Thanks - dave David Thielen 303-499-2544 www.windwardreports.com -Original Message- From: jmail [mailto:[EMAIL PROTECTED] Sent: Saturday,

isapi_redirect dll location

2005-09-03 Thread Steve Ochani
To whomever was looking for isapi_redirect dll: As much as I hate to promote IIS: isapi_redirect dll can be found here http://apache.towardex.com/jakarta/tomcat-connectors/jk/binaries/win32/jk-1.2.14 «¤»¥«¤»§«¤»¥«¤»§«¤»¥«¤»§«¤»¥«¤»§«¤»¥«¤»§«¤»¥«¤»§«¤»¥«¤» Education is what remains after one

RE: isapi_redirect dll location

2005-09-03 Thread David Thielen
First off - thank you. Second there is a isapi_redirect-1.2.14.exe file also - does this do a complete install of the dll? Thanks - dave David Thielen 303-499-2544 www.windwardreports.com -Original Message- From: Steve Ochani [mailto:[EMAIL PROTECTED] Sent: Saturday, September 03,

Manager error 'FAIL - Invalid context path null was specified'

2005-09-03 Thread Andy
Hi All, I'm trying to configure the manager application with virtual hosts. When I request a reload like this - http://testxtb.example.com/manager/reload?xtb I get this response- FAIL - Invalid context path null was specified However according to this page -

RE: Configuring Apache tomcat

2005-09-03 Thread Alan Williamson
I need help to configure jakarta-tomcat to send a high volume of packet sockets trhought a servlet application. It should send aprox 5000 sockets in a short time Can someone recommend me a configuration of maxThreads etc, at the web.xml file. I think what you are looking for is an

Re: After 1st installation of JDBCRealm?

2005-09-03 Thread 梁炳場
Thank you Mark, How about security manager? Can I use policy file under $CATALINA_HOME/conf/catalina.policy file with JDBCRealm? 2005/9/3, Mark Thomas [EMAIL PROTECTED]: 梁炳場 wrote: I just install JDBCRealm of Tomcat 5.5 It works. Very simple to configure. But I have a few questions