RE: mod_jk2 uri questions

2003-07-07 Thread Catalin Constantin
nyway pretty strange that the directories are intercepted by mod_jk2 by default. thanks for your time ! Catalin Constantin Bounce Software www.bounce-software.com > > -Original Message- > From: Eric J. Pinnell [mailto:[EMAIL PROTECTED] > Sent: Monday, July 07, 2003

RE: mod_jk2 uri questions

2003-07-07 Thread Catalin Constantin
nope ! now when i remove the url (www.mysite.com) it mapps each /images on all virtualhosts i have to the Tomcat /images thing ! pretty weird i think ! Catalin Constantin Bounce Software www.bounce-software.com > > -Original Message- > From: Eric J. Pinnell [mailto:[EMAIL

RE: mod_jk2 uri questions

2003-07-07 Thread Catalin Constantin
nope ! it is the same thing ! anyway i am sure that it reads the correct file cause if i remove the *.jsp line then the jsp files are printed (source). so it must be something else ! any clue ? Catalin Constantin Bounce Software www.bounce-software.com > > -Original M

RE: mod_jk2 uri questions

2003-07-07 Thread Catalin Constantin
i am using apache 2.0.46 and tomcat 4.1 thanx again ! Catalin Constantin Bounce Software www.bounce-software.com > > -Original Message- > From: Eric J. Pinnell [mailto:[EMAIL PROTECTED] > Sent: Monday, July 07, 2003 5:27 PM > To: Tomcat Users List > >

RE: mod_jk2 uri questions

2003-07-07 Thread Catalin Constantin
thanx for the tip ! but isn't there any way to set mod_jk2 to process just some urls and not all of them ? eg: not the whole webapp ? i really want the images to be processed by apache ONLY ! thanx again ! Catalin Constantin Bounce Software www.bounce-software.com > > --

mod_jk2 uri questions

2003-07-07 Thread Catalin Constantin
? (eg: i see the tomcat directory listing, instead of the Apache 2.0.46 forbidden error) thank you ! Catalin Constantin Bounce Software www.bounce-software.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

apache workaround for tomcat welcome file redirect

2003-02-18 Thread Catalin
Hello, I'm using apache tomcat 4.1 + mod_jk + Apache 1.3.27. My webapp has the welcome file set to index.jsp. As far as i know, the requests to /fooapp/ are redirected to /fooapp/index.jsp. Is there any apache HTTPD workaround to do instead of redirect some kind of forward ? Catalin Const

Re: tomcat welcome-file

2003-01-10 Thread Catalin
what can you tell me about option 3) i have apache 1.3.27, tomcat4 and mod_jk ! what should i DO to make it not Redirect ! Catalin - Original Message - From: Bill Barker To: [EMAIL PROTECTED] Sent: Friday, January 10, 2003 8:32 AM Subject: Re: tomcat welcome-file 1) Use Tomcat 3.3.2

tomcat welcome-file

2003-01-09 Thread Catalin
specified or some) on request. Catalin

Re: How to validate email address in JSP by using javax.mail?

2002-10-09 Thread Catalin
ILINE_MASK+Perl5Compiler.CASE_INSENSIT IVE_MASK); } catch (MalformedPatternException e) { return true; } input = new PatternMatcherInput(email); return matcher.contains(input,p1); } } see: http://jakarta.apache.org/oro/index.html for more details regarding regexp ! Catalin - Original Message - Fro

Re: How to validate email address in JSP by using javax.mail?

2002-10-09 Thread Catalin Constantin
ILINE_MASK+Perl5Compiler.CASE_INSENSIT IVE_MASK); } catch (MalformedPatternException e) { return true; } input = new PatternMatcherInput(email); return matcher.contains(input,p1); } } see: http://jakarta.apache.org/oro/index.html for more details regarding regexp ! Catalin - Original Message - Fro

Re: Apache with Tomcat

2002-10-07 Thread Catalin Constantin
you could use mod_proxy from apache ! Catalin - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, October 07, 2002 9:14 PM Subject: Apache with Tomcat Can I integrate Apahce and Tomcat if Apache is running in different machine than Tomcat

Re: JK2 Installation

2002-10-07 Thread Catalin Constantin
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0. 1/src/ i don't think that is beta ! they should've said it is beta :) no -beta- inside the release filename ! :) Catalin - Original Message - From: Turner, John To: 'Tomcat Users List' S

Re: JK2 Installation

2002-10-07 Thread Catalin Constantin
this is not good for the project it self. so the ppl who are working should not focus only on the coding but also on the documentation (this is important too). Catalin - Original Message - From: Turner, John To: 'Tomcat Users List' Sent: Monday, October 07, 2002 4:45 PM Subject:

Re: JK2 Installation

2002-10-07 Thread Catalin Constantin
so you suggest we should use mod_jk instead ! too bad ! Catalin - Original Message - From: Turner, John To: 'Tomcat Users List' Sent: Monday, October 07, 2002 4:42 PM Subject: RE: JK2 Installation Because it is still in development. John > -Ori

Re: JK2 Installation

2002-10-07 Thread Catalin Constantin
why is this mod_jk2 so bad documented ? Catalin - Original Message - From: Christian Gothe To: [EMAIL PROTECTED] Sent: Monday, October 07, 2002 3:46 PM Subject: JK2 Installation Hi! I'm looking for informations how to install JK2 for Apache. On

jk2 question

2002-10-06 Thread Catalin Constantin
] but if i have something like this in my workers2.properties the jsp handling does not work anymore. any help is appreciated. and sorry for my english. Catalin

Re: mod_proxy VS mod_jk2

2002-09-12 Thread Catalin
could you post the link ! i did not find it on sf.net ! 10x Catalin - Original Message - From: James Ward To: Tomcat Users List Sent: Wednesday, September 11, 2002 11:59 PM Subject: RE: mod_proxy VS mod_jk2 I have read some emails on the Jboss list stating that in Apache2, mod_proxy

Re: mod_jk2 virtual host

2002-09-12 Thread Catalin
does this thing works on apache1.3 as well ? and we're talking about mod_jk2 here right ? Catalin - Original Message - From: Galbayar To: Tomcat Users List Sent: Thursday, September 12, 2002 3:13 AM Subject: RE: mod_jk2 virtual host Add to the httpd.conf DocumentRoot /usr/

Re: apache 1.3 and mod_jk2

2002-09-12 Thread Catalin
clue how you can do virtual hosts with mod_jk2 and apache 1.3 ? 10x in advance Catalin - Original Message - From: Turner, John To: 'Tomcat Users List' Sent: Thursday, September 12, 2002 2:54 PM Subject: RE: apache 1.3 and mod_jk2 I'm not aware of anyone doing so. I haven

mod_jk2 virtual host

2002-09-11 Thread Catalin
hello, is there any way to configure mod_jk2 to run OK with apache virtualhost ? i want to map an URI just for a virtual host not for all the hosts (as it is now). an workers2.properties example would be even better ! ok 10x in advance for any help ! Catalin -- To unsubscribe, e-mail

apache 1.3 and mod_jk2

2002-09-11 Thread Catalin
did somebody succeded installing mod_jk2 on a apache 1.3 server ? is there any HOWTO help available for this issue ? 10x Catalin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

mod_proxy VS mod_jk2

2002-09-11 Thread Catalin
way is to configure apache with mod_proxy and to let tomcat run stand alone. 10x in advance ! Catalin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Broken pipe

2002-06-18 Thread Catalin Mihailescu
Hello list, I'm getting the following error messages when I do a quick refresh on a jsp page: On my engine_log I have: 2002-06-18 17:14:19 Ajp13Request[5] Adding cookie JSESSIONID=F869DFDCF1A1E28C9258B3F10FE76E2E.tomcat1 2002-06-18 17:14:19 Ajp13Processor[8009][4] invoking... 2002-06-18 17:14:

Re: mod_webapp and *.shtml not working

2002-04-12 Thread Catalin Mihailescu
/192.168.2.15/ > > If I were you, I would break up the process and first get Apache to parse > .shtml files and get Tomcat to serve the jsps right. Any suggestions on how do do this? > And then add the > virtual host block to connect Apache/Tomcat. > > RS Thank you for you

mod_webapp and *.shtml not working

2002-04-11 Thread Catalin Mihailescu
java warpConnection / to look like WebAppDeploy biocapital-java warpConnection /something Apache is not complaining, but I'll be no longer capable to read my *.jsp files. Also, if instead *.shtml I use html (other site) in the same setup, everything goes just fine. Can you help, please? Catalin

Re: Tomcat, Apache and SSI

2002-04-08 Thread Catalin Mihailescu
cat/4.0.2 responding and not Apache. Any ideas? Thank you, Catalin [EMAIL PROTECTED] wrote: > You need to add index.shtml in the DirectoryIndex section of your > httpd.conf. Also you may need to enable Apache to parse .shtml files (if > you haven't done that already). Look at XBitHack

Tomcat, Apache and SSI

2002-04-08 Thread Catalin Mihailescu
of reading the index.shtml. When I click on index.shtml I get a 404 file not found error. I would like to let Apache to serve the *.shtml pages and not to use the servlet-ssi.jar of Tomcat to do that. Can anyone help please? Thank you in advance, Catalin -- To unsubscribe: <mailto:[EM

Re[2]: URGENT! PLEASE.. STRANGE COMPILING ERROR

2002-02-26 Thread Catalin
thanks Jan! -- To unsubscribe: For additional commands: Troubles with the list:

URGENT! PLEASE.. STRANGE COMPILING ERROR

2002-02-26 Thread Catalin
se can anyone help me? Thanks for any tip! Catalin -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>

MIGRATION TO JAKARTA-TOMCAT 4.01

2002-02-08 Thread Catalin
Hello! I've an webapp with jsp, servlets and beans (on an win2k OS) that is functioning on a jakarta-tomcat-3.3m4 (in webapps directory/myapp and my classes in myapp/web-inf/classes) and I want to migrate on a JAKARTA-TOMCAT 4.01., but the same archite

PLEASE URGENT: log off problem!!!

2002-02-06 Thread Catalin
osing the session variables (by loosing the session itself) if I do nothing in my webapps for an half an hour or so. Please, could anyone help me with these? I'm running uot of time... Thanks for tip. Catalin -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands

Re[2]: URGENT! PLEASE..

2002-01-11 Thread Catalin
...and I worry about your english... Probably you don't belong to the native people... That's all right, I understand this! 10x for your tip!! -- To unsubscribe: For additional commands: Troubles with the list:

URGENT! PLEASE..

2002-01-10 Thread Catalin
I have a jakarta tomcat 3.3m4 with an web apps with servlets. How can I do to "tell " to my web app where is "javax" package (not to put it everytime to \web-inf\classes)? 10x 2 all -- To unsubscribe: For additional commands: Troubles wi

SIMPLE PROBLEM..I think

2002-01-09 Thread Catalin
hi 2 all! I'm new to jakarta and I have this pb: I want to build a new web app with servlets and I don't know how! I have an jakarta-tomcat 3.3m4 10x 2 all! -- To unsubscribe: For additional commands: Troubles with the list:

SIMPLE PROBLEM..I think

2002-01-08 Thread Catalin
hi 2 all! I'm new to jakarta and I have this pb: I want to build a new web app with servlets and I don't know how! I have an jakarta-tomcat 3.3m4 10x 2 all! -- To unsubscribe: For additional commands: Troubles with the list:

VERY VERY URGENT!!!!

2001-12-19 Thread Catalin
Hi to all! I have an problem and I'm running out of time: I have an jakarta-tomcat-3.3-m4 running as an service on an NT 4.0 server. 1. I want the Jakarta service keep functioning when an user logoff from NT (now it is stopping). 2. I want to set the timeout of the session to 1 hour or more (n

SESSION Poblems

2001-12-10 Thread Catalin
Hi! In wich file is setted the time witch the session remains valid without any operations made in my web-app. In my case, if I login to my application and I stay logged in without doing nothing for a half an hour (30 min) I lose the session and I have to login again (to initiate a new session f

Jakarta NT SERVICE--- logout USER

2001-12-10 Thread Catalin
Hello to everybody! I have a jakarta-tomcat-3.3m4 on a Win2k system and I have a problem: every times one user of Operating System logout, the service it stoppes. :-( Where do I need to modify the config so that will not be happens any more?? Thanks!! -- To unsubscribe:

PROBLEMS INSTALLING TOMCAT

2001-11-28 Thread Catalin
mon\servlet.jar set JAVA_HOME=C:\jdk1.3.1; set TOMCAT_HOME=c:\jakarta; SET CLASSPATH=C:\JDK1.3.1 " Tahnksfor your answering!! -- Best regards, Catalin mailto:[EMAIL PROTECTED] -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands

JAKARTA--------JSP ERROR!!! PLEASE HELP

2001-11-28 Thread Catalin
hi 2 all!! I've got an app that works with jsp on an jakarta-tomcat-3.3m4 on an win2k professional. The jsp files connet to a MSSQL db by an bean an get data for html reports. The rest of application work with servlets. If I conect myself from another comp witch is in the same network with ser

PB with LOCALL IP ADRESS

2001-11-28 Thread Catalin
hi 2 all!! I've got an app that works with jsp on an jakarta-tomcat-3.3m4 on an win2k professional. If I conect myself from another comp witch is in the same network with server, i don't see any jsp and I have this error: error 500 "Internal Servlet Error: javax.servlet.ServletException

JAKARTA NT SERVICE

2001-11-28 Thread Catalin
Hi 2 All! I want to make "jakarta-tomcat-3.3-m4". I have downloaded the "jk_nt_service.exe", I setted TOMCAT_HOME and JAVA_HOME in wrapper.properties, I've run from command line "jk_nt_service.exe Ijakarta" and I have this error: "Asked (and given) winsock1.1 Error: StartServiceCtrlDispatcher fa

"Default " directory

2001-11-27 Thread Catalin
hi 2 All, i have a pb : I use a "jakarta-tomcat-3.3-m4" tomcat version and I have an web application with jsp. I erased "\jakarta-tomcat-3.3-m4\work\DEFAULT" directory and the server do not regenerate it. Where do I need to look so tomcat regenerate itself this directory? 10x 2All!!! -- To u

TOMCAT error

2001-11-22 Thread Catalin
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:435) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:505) at java.lang.Thread.run(Thread.java:484) " -- Best regards, Catalin mailto:[EMAIL PROTECTED] -- To u

communicating between 2 diffrent sessions

2001-09-26 Thread catalin
It is possible to set the same session for both apps? Thanks! -- Best regards, catalin mailto:[EMAIL PROTECTED]

tomcat logs files

2001-09-26 Thread catalin
ee the errors. Thank you, guys!! -- Best regards, catalin mailto:[EMAIL PROTECTED]

IMPORTANT!!!!!!!!! NEW DISTRUCTIVE VIRUS!!!!! DON' T OPEN...

2001-09-12 Thread Catalin Palsu
At 11:12 AM 9/12/01 +0300, you wrote: > > > >> > > > >>A new virus has just been discovered that has been classified by > > Microsoft > > > >>as the most destructive ever! This virus was discovered yesterday > > > >>afternoon > > > >>by McAfee and no vaccine has yet been developed. This virus sim

Re: Where is that cache?

2001-09-04 Thread Catalin Palsu
salut! O problema similara am avut shi eu cu un jsp. Nu sunt sigur dc in cazul tau e la fel, dar eu m-am dus in \jakarta-tomcat-3.3-m4\work\DEFAULT\myapplication shi am shters toti servletzii pe care ii crease jsp-ul (evident folosesc un jakarta-tomcat-3.3-m4) Cauta in tot serverul class-ul

Re: JSP Output Refresh problems

2001-08-31 Thread Catalin Palsu
Delete your Temporary Internet Files. Maybe you need to delete the servlets created by the JSP (if there is one) CATA At 10:48 AM 8/31/01 -0700, you wrote: >Hello, > >I found a very strange problem us TC 3.2.2, if I update one of the jsp >page (using JavaBean), this page display fine, and after

Re: Installed Tomcat. Now what?

2001-08-30 Thread Catalin Palsu
Hello, Go to www.jsptut.com . You'll get the basic from there. So I did. Good luck. Catalin At 05:46 PM 8/30/01 +1000, you wrote: >Hi, > >I installed Tomcat, and tried the examples. Now what? I have been >programming in Java for a couple of years so I'm OK there, but