RE: Servlet thread safety in Tomcat

2004-02-09 Thread Yu, Albert
If you implement the SingleThreadModel interface for your Servlet class, TomCat will create a new instance for each request. Albert -Original Message- From: kwirirai [mailto:[EMAIL PROTECTED] Sent: Monday, February 09, 2004 2:12 PM To: Tomcat Users List Subject: Re: Servlet thread

Disabling JSP execution under certain dirs

2003-12-12 Thread Albert Moliner
the solution... What astonishes me more is that forwarding or mapping to the default servlet does not work, but anyway I must be doing something wrong... Thank you very much, Albert. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Disabling JSP execution under certain dirs

2003-12-12 Thread Albert Moliner
(something to do with having it defined in the general web.xml and the forwarder servlet in the app's?). Anyway, the security constraint seems the best approach. I'll look up the security documentation. Thank you very much (though alternatives are still welcome, as I said before). Albert

Re: Disabling JSP execution under certain dirs

2003-12-12 Thread Albert Moliner
/* mapping (and this mapping works with any other servlet name defined in the same web.xml file). Is it that today it's a Friday? Am I misunderstanding something very basic? Is this a common behaviour, or just happens in Tomcat (4.1.something)? Thanks, Albert. - Original Message - From: Mark R

Tomcat service on Windows 2000 stopped unexpectedly

2003-07-14 Thread Yu, Albert
information appreciated. Albert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: mod_jk installation

2003-03-21 Thread Albert Lunde
that is the explanation here. The ap_ makes me think it's an Apache routine. Could you be using mod_jk built for the other Apache version (2.x)? (I'm also still unable to get Apache 1.3.27+mod_jk+CoyoteConnector all working together, but I'm stuck an a different error.) -- Albert Lunde [EMAIL PROTECTED

JSP Issue with tomcat 4.1.18

2003-03-17 Thread Albert Sidelnik
I am in need of some help with an issue that I've encountered. I have an application that's currently running on Weblogic 6.1 and I'm trying to port the application to JBoss w/ Tomcat 4.1.18. The problem is that on my JSP pages, the word null is being displayed on the page. Weblogic treated these

Error while opening the workers: apache 1.3.27 Tomcat 4.1.18mod_jk

2003-03-09 Thread Albert Lunde
); - - - -- Albert Lunde [EMAIL PROTECTED] (new address) [EMAIL PROTECTED] (old address) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

building just one connector module?

2003-02-26 Thread Albert Lunde
trial and error? (I'm presently working on Red Hat Linux 7.0 but will need to do this again for Solaris 8 and/or a later version of Red Hat.) -- Albert Lunde [EMAIL PROTECTED] (new address) [EMAIL PROTECTED] (old address

please trim quotes

2003-02-26 Thread Albert Lunde
Could folks trim quotes to a smaller amount of context? Seeing one or more copies of an entire thread, with a dozen levels of quoting, in every digest, is making digests very frequent and hard to read. -- Albert Lunde [EMAIL PROTECTED] (new address) [EMAIL

Re: RE: using regexp in JSPs on Tomcat

2002-12-25 Thread Albert Wang
- Original Message - From: PELOQUIN,JEFFREY (HP-Boise,ex1) [EMAIL PROTECTED] Date: Tuesday, December 24, 2002 2:56 pm Subject: RE: using regexp in JSPs on Tomcat hmmm, do you use RE at all in the init method of your class? Nope, not at all. also now that I look more carefully at

using regexp in JSPs on Tomcat

2002-12-24 Thread Albert Wang
-- -- Albert Wang DDED Informatics Bristol-Myers Squibb Pharmaceutical Research Institute -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: using regexp in JSPs on Tomcat

2002-12-24 Thread Albert Wang
Hi Jeff, PELOQUIN,JEFFREY (HP-Boise,ex1) wrote: Albert, The stack trace you show would imply that your class is indeed throwing the RESyntaxExeception. I would guess you class definition or class method allows the passing of the Exception to the invoking class, in this case Jasper. I would

Re: sites suddenly give internal server error

2002-10-23 Thread Albert Csaba
upgraded anything lately, JSDK, JRE? Have the class paths been changed in anyway? rls Albert Csaba 10/22/2002 03:37 AM Please respond to Tomcat Users List To: Tomcat Users List [EMAIL PROTECTED] cc: Subject:Re: sites suddenly give internal server

sites suddenly give internal server error

2002-10-22 Thread Albert Csaba
Hi, I've setuped a few month ago on a Linux box jakarta-tomcat-4.0.4 jdk1.3.1_04 jakarta-ant-1.4 mod_jk on apache 1.3.6 with virtualhosts. It worked fine, till a few days ago, when suddenly started giving the error The server encountered an internal error or misconfiguration and was unable to

Re: sites suddenly give internal server error

2002-10-22 Thread Albert Csaba
is not running. Look for the process with ps. Those old versions had memory leaks if my memory hasn't leaked it that is :-) rls Albert Csaba 10/22/2002 03:15 AM Please respond to Tomcat Users List To: Tomcat Users List [EMAIL PROTECTED] cc: Subject

httpd + tomcat, using the root url

2002-09-05 Thread albert
Hi, I have to use cocoon (with tomcat) and squirrelmail in the same server. I wanted to use vitual hosts but cocoon must be used with SSL and named virtual hosts are not possible. Thus, I'd like to use https://www.myaddress.com for cocoon and https://www.myaddress.com/mail for

tomcat virtualhost 404 error

2002-07-29 Thread Albert Csaba
I have Tomcat4.0.4 with mod_jk running. I'm not sure if it's setup correctly. I'm trying to test it with an example found on the net, uploaded to a virtualhost, but I'm getting a Apache Tomcat 404 error. What else do I have to set for the test.jsp to be found there? Thank you, Csaba This

RE:setting virtualhost .jsp path (was: tomcat virtualhost 404 error)

2002-07-29 Thread Albert Csaba
Yes, I can see a page telling me that the installation of tomcat was successfull. But where do I have to define the virtualhosts? I guess the problem is that when I'm trying to access http://www.vhost.xx/main.jsp, it doesn't actually gets the page from /home/sites/www.vhost.xx/web/main.jsp.

Re: confused - Installing tomcat4.0.4 on RaQ3 (Apache)

2002-07-26 Thread Albert Csaba
Thanks for your help. I'm not confused anymore. But still cannot download the mod_jk from anywhere. Google indeed gives so many links. But I tried that before. This list was my last resource... The google links are or broken or getting me to the download page for tomcat 3.x. I have CVS on my

problems configuring Interclient on Tomcat

2002-07-22 Thread albert woltman
Hello, I'm using Tomcat 4.0 and Interbase 6.5 together with interclient 2.5. Now I would like to setup JDBC Realms so I made an entry in server.xml Realm classname=org.apache.catalina.realm.JDBCRealm debug=99 drivername=interbase.interclient.Driver

How was the precompiled mod_webapp.so binary built for Solaris 8

2002-06-16 Thread Albert Chin
webapp and apr but get an error when trying to connect: $ telnet localhost 80 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. GET /examples/ HTTP/1.0 Connection closed by foreign host. Using the precompiled binary above works fine! -- albert chin ([EMAIL PROTECTED

Catalina - Memory Usage always accumulating after one week

2002-04-24 Thread Albert Oscarina
? or any body encountered the same problem in Catalina ? thanks Albert Oscarina winmail.dat Description: application/ms-tnef -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Tomcat 4.0 and IterationTag

2002-03-19 Thread Albert Pastrana
BodyTagSupport not TagSupport. - Rich -Original Message- From: Albert Pastrana [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 9:25 AM To: tomcat-list Subject: Tomcat 4.0 and IterationTag Hi, I've a tomcat 4.0 (downloaded latest week) in a Win2k pro. I've a little

Tomcat 4.0 and IterationTag

2002-03-18 Thread Albert Pastrana
, but I supose I'm doing something wrong, could anyone tell me what's the problem? thanks a lot albert -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Tomcat 4.0 and IterationTag

2002-03-18 Thread Albert Pastrana
want and it's been tested extensively. http://jakarta.apache.org/struts/doc-1.0.2/struts-logic.html#iterate Hamish -Original Message- From: Albert Pastrana [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 6:25 PM To: tomcat-list Subject: Tomcat 4.0 and IterationTag Hi, I've

IIS with Tomcat: Change default servlet directory

2001-09-12 Thread Albert
be executed. Would anyone help me with an example for my case? Thanks in advance!! Albert __ Do You Yahoo!? Get email alerts NEW webcam video instant messaging with Yahoo! Messenger http://im.yahoo.com

Tomcat with IIS: errno = 61

2001-09-10 Thread Albert
. Thanks in advance!! Albert _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

classpath questions

2001-08-21 Thread Albert Yip
. Tomcat is not able to call the servlets intended. For example, if I have 2 apps, App A with servlet a and App B with servlet b. When i use a browser and call App A with servlet b, say http://127.0.0.1/appA/servlet/b, it will still work. How to avoid this? Thanks, Albert FONT SIZE=1 FACE=ARIAL

FW: tomcat+oracle sample

2001-07-17 Thread albert
didn't meant you can compile, you must create your own code to call UtilityDB regards Albert Oscarina System Specialist Solution Made Pocketable http://www.SMPdirect.com Phone : (65) 276 7624 Fax : (65) 274 4770 mail : [EMAIL PROTECTED] "If we have a strong reason, we will find the way&q

RE: help...help

2001-07-13 Thread albert
/support_tc_iis.html regards Albert Oscarina System Specialist Solution Made Pocketable http://www.SMPdirect.com Phone : (65) 276 7624 Fax : (65) 274 4770 mail : [EMAIL PROTECTED] If we have a strong reason, we will find the way (Bits Pieces, The Economics Press) -Original Message

jk_nt_service and NT error 2140

2001-07-12 Thread Juergen . Albert
Hi, I'm trying to start tomcat as a Windows NT service and get an error when I try to start the service. The steps, I did: - install tomcat 3.3m4 to x:\jakarta-tomcat-3.3m4 (drive x: is my harddisk) - install jk_nt_service.exe in the x:\jakarta-tomcat-3.3m4\bin directory - edit the the file

RE: tomcat exception

2001-07-06 Thread albert
hi, I try to help, may be this can solve your problem 1) Delete all the *.java file inside the jar file 2) put the class in \webapps\ROOT\WEB-INF\lib 3) check your classpath setting, it must be point to your jar file, (e.g : \webapps\ROOT\WEB-INF\lib\myjar.jar) [albertoscarina]

Why sid:null for the first time ?

2001-07-02 Thread albert
) at org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.j ava:338) at java.lang.Thread.run(Thread.java:484) thanks, Albert Oscarina System Specialist Solution Made Pocketable http://www.SMPdirect.com Phone : (65) 276 7624 Fax : (65) 274 4770 mail : [EMAIL PROTECTED] If we have a strong reason, we

re: if mod_jk can be compiled statically in Apache

2001-05-18 Thread Khokhlov, Albert
to Apache with DSO and apxs command). If anyone from users group will be able to answer my question, it would be real appreciated. Awaiting kind reply. Regards, Albert Khokhlov Tech Consultant Global Logistics Technologies Inc (PA , USA) Environment: - Apache 1.3.14 (will try to upgrade

Re: isapi_redirect.dll problem

2001-03-19 Thread Albert Schreuder
Error in the Win2000, event viewer, system log: The HTTP Filter DLL C:\jakarta-tomcat\bin\win32\i386\isapi_redirect.dll failed to load. The data is the error. Yup. I have the same problem. Still nobody with a solution? Albert

Re: How to configure mod_jk.conf-auto

2001-03-13 Thread Christopher Albert
Jrg Petschat wrote: Hallo, Where can i configure the mod_jk.conf-auto. Tomcat use only ajp12 in the mod_jk.conf-auto ? Can someone help ? J R G P E T S C H A T -- Systemadministrator -- - To unsubscribe, e-mail:

Re: need a lot of help

2001-03-13 Thread Christopher Albert
Bob, Have you looked at http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/appdev/index.html ? Chris Bob Kersten wrote: Hi, After reading several doc's, faq's and other things, I still can't figure it out. I've created a package with JBuilder 3.5 which includes several

Re: need a lot of help

2001-03-13 Thread Christopher Albert
Bob Kersten wrote: Hi, CA Have you looked at [..] Yes, I've read those, but that doesn't work. Tomcat still gives me an Class "dbapi.dbHandler not found" error. I've created a JBuilder project in h:\local\browser\WEB-INF and after compilation the 'classes' and 'src' directories

isapi_redirect.dll won't load with IIS 5.0, Win 2K and Tomcat 3.2.1

2001-03-13 Thread Albert Schreuder
appear. All that we get is een red down-pointing arrow. Who can help us? With kind regard Albert Schreuder

Coupling IIS - Tomcat

2001-03-12 Thread Albert Schreuder
With kind regards, Albert Schreuder Topicus BV

Re: Tomcat/Apache port number use

2001-03-09 Thread Christopher Albert
Hans, Lets try one more time, assuming there are some configuration problems. For example, I can replicate the analagous error on my linux box by commenting out the JkMount lines in my mod_jk.conf file. So I'll start with a series of diagnostic questions, trying to figure out what is going

Re: Tomcat/Apache port number use

2001-03-08 Thread Christopher Albert
Hans Kind wrote: Hi Chris, We run on a Solaris 2.7 server, with Apache DSO 1.3.14. The workers.properties file has been updated so that workers.tomcat_home, workers.java_home point to the correct location on the server. Changed ps to the correct syntax on Unix, ps=/. Used apxs to

Re: Tomcat/Apache port number use

2001-03-08 Thread Christopher Albert
Hans, I'm running out of ideas too. One last: does your server.xml file contain the lines !-- Apache AJP12 support. This is also used to shut down tomcat. -- Connector className="org.apache.tomcat.service.PoolTcpConnector" Parameter name="handler"

Re: Tomcat/Apache port number use

2001-03-08 Thread Christopher Albert
Well Hans, I tried to ask all the simple, obvious questions. TOmcat is working fine(8080), Apache is working fine and seems properly configured. I can't give you any other advice but to go back, get the src for mod_jk and recompile and install it (using apxs if you can) with the right solaris

Re: Tomcat/Apache port number sue

2001-03-07 Thread Christopher Albert
Hans Kind wrote: Hi, We got Apache running on port 80, and Tomcat on port 8080. Running http://www.kindserver.com:8080 takes me to the Tomcat example page, and the JSP and JServ pages work ok. When I go to http://www.kindserver.com/examples/servlets/

Re: Tomcat/Apache port number sue

2001-03-07 Thread Christopher Albert
Hans, Normally port 8080 is for tomcat's own web server. So when I connect to http://www.kindserver.com:8080, I get tomcat's default home page from the tomcat web server. Mod_jk works with apache on port 80. First what do your mod_jk.log and tomcat.log and apache error.log files say? Next we

Re: Can't migrate to 3.2.1 - Number of issues

2001-03-07 Thread Christopher Albert
Andrew, It seems that Tomcat/WL integration is the problem here. Have you thought about checking out Jboss? It has embedded tomcat 3.2.1 support (tomcat runs in same VM), it's open source , and supported by a very active and dynamic group of developpers. Chris Andrew Gilbert wrote: There

Re: Worker Error

2001-03-06 Thread Christopher Albert
"Simmons, Donald" wrote: I am getting an error during startup of Apache - No such file or directory: Error while opening the workers. Has anyone else had this problem. Any thoughts or help? Thanks. Joe - To unsubscribe,

Re: Linux and Tomcat

2001-02-28 Thread Christopher Albert
David Oxley wrote: I am about to install our software onto a RedHat 7.0 box. I have tried before to install Sun's JRE onto RedHat and failed. I have a couple of questions: 1. What is the best JVM to use? (Stability more important than performance) I recommend the IBM version; you can

Re: Apache/Tomcat integration, help !

2001-01-30 Thread Christopher Albert
Joel Cordonnier wrote: Hi! As a newbie, I try to integrate Tomcat 3.2 with Apache 3.12 under RedHat 7.0. So I need the mod_jk.so shared library. But I don't find the mod_jk library in the build directory of Tomcat 3.1 or 3.2 (under 3.1 there is a mod_jserv.so, but i such the mod_jk

RE: Application Path

2000-12-08 Thread Albert Chang -
String appPath = request.getRealPath("/"); -Original Message- From: Saikat Chatterjee [mailto:[EMAIL PROTECTED]] Sent: Friday, December 08, 2000 5:17 PM To: [EMAIL PROTECTED] Subject: Application Path Hello All, I have a question regarding application path in Tomcat. I have