RE: executing the servlet

2001-06-18 Thread Swart, James (Jim) ** CTR **
wowsers.. You read the docs? I think as a general observation it would help the responders to your comments if you were to provide information containing what you have already done? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, June 15, 2001 12:13

webapp question / problem...

2001-06-18 Thread Vivek Bhaskaran
Hey guys.. I have been looking at the archives and trying to figure out this problem for some time now - I was wondering of any one of you guys faced the same problem and what the solution to this is :- I have TC4.beta3 and apache 1.3.20. The webapp connector is installed as apxs and things

Gracefully Restarting Tomcat

2001-06-18 Thread Phillip Kuzma \(Support\)
smime.p7m

Unable to load class

2001-06-18 Thread William C. Robertson
I'm trying to use xtag, but my pages won't compile. (There doesn't seem to be anyone listening to the taglib mailing list so here I am). If you are experienced using tag librearies, please read of my situation to see whether there is an obvious mistake I am making: * web.xml in WEB-INF has

Re: What are EJB

2001-06-18 Thread Sam Newman
Hmm...I can certainly send you the config files Orcas uses to work with Tomcat. I'll try and dig them out (off site at the moment - back next week). One way to communicate with an EJB container without any config problems at all, is to use RMI.You bind an RMI object at your EJB container's

Re: What are EJB

2001-06-18 Thread Luba Powell
thank you - no rush. can wait until next week. r/luba - Original Message - From: Sam Newman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 18, 2001 4:54 PM Subject: Re: What are EJB Hmm...I can certainly send you the config files Orcas uses to work with Tomcat. I'll try

Re: Finding the XML parser in Tomcat

2001-06-18 Thread Dmitri Colebatch
Eoin Woods wrote: To use Xerces in our servlets, we had to add xerces.jar to the front of the CLASSPATH in the tomcat.sh script. Alternatively rename it to _xerces.jar and put it in the $TOMCAT_HOME/lib directory. That way you wont have to change your tomcat.sh cheers dim Eoin.

Re: webapp question / problem...

2001-06-18 Thread Dmitri Colebatch
Do the jsps work if you go to tomcat directly? Vivek Bhaskaran wrote: Hey guys.. I have been looking at the archives and trying to figure out this problem for some time now - I was wondering of any one of you guys faced the same problem and what the solution to this is :- I have

Re: How can I make tomcat to instantiate a class

2001-06-18 Thread Boris Niyazov
We use a database connection pool class which is a servlet that we start on tomcat boot using the following in the application's web.xml. You may want to do something like this: servlet servlet-name conn_pool /servlet-name servlet-class

Re: How to avoid messages spamming?

2001-06-18 Thread Boris Niyazov
Configure tomcat to log into a file. In your server.xml specify the log file, for ex: Logger name=tc_log path=logs/tomcat.log verbosityLevel = DEBUG / Messages will be redirected to tomcat.log hth

Re: How can I make tomcat to instantiate a class

2001-06-18 Thread Luba Powell
Thank you ! - Original Message - From: Boris Niyazov [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 18, 2001 5:53 PM Subject: Re: How can I make tomcat to instantiate a class We use a database connection pool class which is a servlet that we start on tomcat boot using

Re: webapp question / problem...

2001-06-18 Thread Vivek Bhaskaran
Yes. I have both the standalone and the tomcat-APache service defined in my server.xml file. The jsps/servlet work fine on the standalone service. The interesting part is that the servlets work (servlets defined in my web.xml). But the jsp's dont'. Any ideas' ? - Original Message -

Jakarta NT Service and -security

2001-06-18 Thread Scot Marburger
I'm trying to use Jakarta NT Service to launch Tomcat at system startup. I've written a servlet that runs under JDK 1.3.1 that will run fine if Tomcat is launched from a command prompt using the startup.bat batch file with the -security option: startup -security The servlet reads a

Re: webapp question / problem...

2001-06-18 Thread Dmitri Colebatch
I'm assuming you're using one of the autogenerated apache conf files and that you have linked to it (Include) in your httpd.conf file (of course you have - otherwise servlets wouldn't work). The only thing I could think of, although I'm guessing this is too obviously ot be the case, is that

Re: request and jsp:include

2001-06-18 Thread Jeff Kilbride
You're missing an = in your jsp:include statement. Try this: jsp:include page=%= request.getParameter(pagina) % / You have it correct in your second example, which is why that one works. Thanks, --jeff - Original Message - From: Antoni Reus [EMAIL PROTECTED] To: [EMAIL PROTECTED]

xtags: Unable to load class

2001-06-18 Thread William C. Robertson
Has anyone else had a problem with taglibs? I have everything configured correctly (pretty sure) and I get the following error when using any of the tomcat taglibs (except for the example tagliv which can with tomcat and works fine): Error: 500 Location: /examples/init_onlyImports.jsp Internal

404 error with Apache and mod_jk

2001-06-18 Thread Nick Stoianov
Hi, I'm having the following problem: I am running Apache (on Linux) , tomcat and mod_jk I have a virtual host and the entry for this virtual host in httpd.conf is the following: -- NameVirtualHost 192.168.100.145

Authentication help

2001-06-18 Thread Mike Alba
Hi, I was wondering if someone could help me with authentication. I have set up my tomcat-user.xml file and in my web.xml in my $TOMCAT_HOME/conf directory I have security-constraint web-resource-collection web-resource-nameProtected/web-resource-name url-pattern/ROOT/url-pattern

please help with mod_jk

2001-06-18 Thread Nick Stoianov
Hi, I'm having the following problem: I am running Apache (on Linux) , tomcat and mod_jk I have a virtual host and the entry for this virtual host in httpd.conf is the following: -- NameVirtualHost 192.168.100.145

Apache Default Document is .jsp?

2001-06-18 Thread Scott Jones
Hello, I'm getting ready to setup tomcat and Apache on seperate machines. Before getting started on that project, on my development machine, I set the default DocumentRoot for apache to a different directory (for static content) than my webapp (which will eventually sit on a different machine).

Re: Apache Default Document is .jsp?

2001-06-18 Thread Jason Koeninger
Dig through the documentation on mod_rewrite and/or look at the Redirect command for Apache. One or both of those two should be capable of accomplishing what you want. Best Regards, Jason Koeninger JJ Computer Consulting http://www.jjcc.com On Mon, 18 Jun 2001 17:40:02 -0700, Scott Jones

AJP12 or AJP13?

2001-06-18 Thread wen
Hi, I am new to tomcat. I am not sure which protocol should be set in my server.xml, AJP12 or AJP13? How to know which protocol is supported in my box? My platform is GNU/Linux Debian(unstable) and apache 1.3.19 tomcat 3.2.2 libapache-mod-j k3.2.2 Thanks so much in advance. Regards, --Wen

Re: newbie: Installing Servlets

2001-06-18 Thread Daniel Koo
Hi there, once you're comfortable with the basics I suggest you have a look at the Jakarta Ant project, and the docs in the ROOT webapp in the basics of using it: ant reduces the amount of work you have to do moving/copying files into and out of directories. dan On Mon, Jun 18, 2001 at

Re: AJP12 or AJP13?

2001-06-18 Thread Neil Conway
On Tue, Jun 19, 2001 at 10:27:05AM +0900, [EMAIL PROTECTED] wrote: I am new to tomcat. I am not sure which protocol should be set in my server.xml, AJP12 or AJP13? How to know which protocol is supported in my box? You need AJP12 to shutdown Apache/Tomcat, but AJP13 is the better protocol

Re: access log for Tomcat

2001-06-18 Thread Neil Conway
On Mon, Jun 18, 2001 at 07:08:51AM -0400, Randy Layman wrote: There isn't a module for Tomcat that does this that I know of (and nothing built into Tomcat, regardless of what Luba says), although it should be fairly easy to do - you need to write a RequestInterceptor that just logs, not

Re: please help with mod_jk

2001-06-18 Thread Dmitri Colebatch
You'll need to put the same virtual host in the server.xml as in your httpd.conf. cheers dim On Tue, 19 Jun 2001 10:24, you wrote: Hi, I'm having the following problem: I am running Apache (on Linux) , tomcat and mod_jk I have a virtual host and the entry for this virtual host in

Re: Apache Default Document is .jsp?

2001-06-18 Thread Dmitri Colebatch
I would have thought that if you change the DirectoryIndex instruction (I think thats it) in the httpd.conf to use index.jsp first, and you have mounted *.jsp to go to tomcat then it should work. haven't done it myself though. cheers dim On Tue, 19 Jun 2001 10:40, you wrote: Hello, I'm

Re: AJP12 or AJP13?

2001-06-18 Thread Monitor
Hello all, Where can I find the information/definition of APJ12/APJ13? Many thanks. Monitor __ Get your own FREE, personal Netscape Webmail account today at http://webmail.netscape.com/

Help!! Tomcat-3.2.2 Out of Memory Error

2001-06-18 Thread Thomas S
Hello, Please help me Config:- Apache-1.3.14 +Tomcat 3.2.2 with mod_jk and Sun JDK 1.3 in RH-Linux 7.0 I am getting out of memory error in the tomcat tc logs. Tomcat servers servlets and jsp with jdbc connections. This problem seems to be periodic after 12-13 hrs of tomcat restart. We

xtags: Unable to load class

2001-06-18 Thread William C. Robertson
-Original Message- From: William C. Robertson [mailto:[EMAIL PROTECTED]] Sent: Monday, June 18, 2001 4:37 PM To: [EMAIL PROTECTED] Subject: xtags: Unable to load class Has anyone else had a problem with taglibs? I have everything configured correctly (pretty sure) and I get the

problems installing tomcat4

2001-06-18 Thread Thiagarajan
Hi I downloaded Tomcat 4 for winnt and configured it. The example jsp's are running perfect. But my jsp page is not getting displayed I created a directory inside webapps directory and put my jsp files there i am getting page not found error please tell me what to do I have set

Invalid command 'WebAppMount'

2001-06-18 Thread Jari Salmela
Hi, I get this message when I try to startup apache: Invalid command 'WebAppMount', perhaps mis-spelled or defined by a module not included in the server configuration If I comment out WebAppMount line then Apache starts. WebAppConnection line works, but WebAppMount line doesn´t, this don´t

Problems installing catalina

2001-06-18 Thread Thiagarajan
hi i have downloaded and configured catalina for winnt the examples files sre running perfect my jsp are not getting recognized i created a directory in webapps and put my jsps in it i get page not found error The environment variables,java_home and catalina_home are set and when

problem installing catalina

2001-06-18 Thread nevertocollege
hi i have downloaded and configured catalina for winnt the examples files sre running perfect my jsp are not getting recognized i created a directory in webapps and put my jsps in it i get page not found error The environment variables,java_home and catalina_home are set and when

problem installing catalina

2001-06-18 Thread nevertocollege
hi i have downloaded and configured catalina for winnt the examples files sre running perfect my jsp are not getting recognized i created a directory in webapps and put my jsps in it i get page not found error The environment variables,java_home and catalina_home are set and when

RE: AJP12 or AJP13?

2001-06-18 Thread Alexander Demidovich
But be careful.. AJP13 doesn't pass any extensions to http protocol, for example - webdav -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 19, 2001 3:27 AM To: [EMAIL PROTECTED] Subject: AJP12 or AJP13? Hi, I am new to tomcat. I am not

<    1   2