JSP and embedded servlet call

2000-11-19 Thread Boszormenyi Laszlo
Hello! How should I implement something like .!--#exec cgi="..."-- in a jsp page? So, I want to see the output of the servlet embedded in the jsp page. Thanks, Laszlo

Exception in jaspers compiler

2000-11-19 Thread Maik Wiege
Hello, I'm using tomcat and for Servlets everything works fine. But Jasper doesn't work. Calling any JSP-File end up in a Internal Server Error and the following Exception was thrown: java.lang.NoClassDefFoundError: sun/tools/javac/Main at

Can a server call an other servlet?

2000-11-19 Thread Boszormenyi Laszlo
Hello! Let's say I have some servlet, and each of them would like to reach a function I write into one of them. Can the others reach it somehow? Maybe if I restructure the code? I don't want to package this function to an outstanding (not tomcat - jakarta servlet) file. Thanks, Laszlo

UnsupportedEncodingException Staring Tomcat

2000-11-19 Thread barreiro
Hi, I've problem starting Tomcat in a Linux Box with: RedHat 6.2 apache-1.3.12 JDK118_v3 jakarta-tomcat-3.2-b7 startup.sh script dead with the following messages: - java.io.UnsupportedEncodingException: UTF8 at

Re: Why tomcat NT service get killed when the user log off

2000-11-19 Thread Sherman Mohler
You say this is a problem with Java 1.3. Will Java 1.2 work correctly ? I am about to install and start testing TomCat, and was about to use 1.3 ... Regards, -- Sherman Mohler Nacho wrote: Brett can you contributeyour solution to this problem tojakarta?? or at least send me thesources or

Re: Why tomcat NT service get killed when the user log off

2000-11-19 Thread Steve Ruby
This problem ONLY happens on 1.3 Sherman Mohler wrote: You say this is a problem with Java 1.3. Will Java 1.2 work correctly ? I am about to install and start testing TomCat, and was about to use 1.3 ... Regards, -- Sherman Mohler Nacho wrote: Brett can you contributeyour

Multiple IIS redirectors for SSL/non SSL Servlets

2000-11-19 Thread Sherman Mohler
I would like to somehow map TomCat to IIS more than once, so that I can have one virtual directory that I can put "require secure channel" (for credit cards) and another for normal processing (for performance). I have searched the archives, and while I have seen several similar requests but no

jk_nt_service.exe will not run in NT 2000

2000-11-19 Thread Tim Regulski
Hello, I am trying to run the jk_nt_service.exe file to allow Tomcat to run as an NT service. When I run the downloaded the executable and tried to run it in a DOS prompt in NT 2000 Pro, I receive the message: "This program cannot be run in DOS mode". Can you let me know why this error

Re: Can a server call an other servlet?

2000-11-19 Thread Craig R. McClanahan
Boszormenyi Laszlo wrote: Hello! Let's say I have some servlet, and each of them would like to reach a function I write into one of them. Can the others reach it somehow? Maybe if I restructure the code? There are zero mechanisms in the servlet API for one servlet to gain a reference to

Re: JSP and embedded servlet call

2000-11-19 Thread Craig R. McClanahan
Boszormenyi Laszlo wrote: Hello! How should I implement something like .!--#exec cgi="..."-- in a jsp page? Tomcat does not support server-side includes via "#exec cgi". You can use such commands in HTML pages if you run Tomcat behind a web server, but not in a JSP page. So, I want to

Re: System properties

2000-11-19 Thread Jim Rudnicki
From the looks of things, it is just the way it is, although I was hoping the there would be some way to put stuff in the web.xml file, maybe in the servlet tag like: system-property namemyproperty/name value42/value /system-property Anyone think this is a good idea, or am I talking

Re: Where is jakarta-tomcat/src/native/apache1.3

2000-11-19 Thread Jim Richards
You need to run a Tomcat 3.2 build. It's not in Tomcat 3.1. I would like to build mod_jk.so from the source distribution (Tomcat 3.1). After I downloaded the source distribution, I could not find the directory jakarta-tomcat/src/native/apache1.3 (or apache 2.0), which is mentioned in the

Re: DANG! Do I really need 3.2??

2000-11-19 Thread Mark Koscak
Well that explains it, I was searching archives and online documentation, my understanding was that rebuilding Apache with mod_so would do the trick. i.e. ./configure --enable-so Regards Mark - Original Message - From: Jim Richards [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday,

help me..

2000-11-19 Thread Thilan Silva
I'm thilan from Sri Lanka Now i installing tomcat for IIS bcouse i think somting is wrong... so can U tell me how to install and check it working correctly.. i try to like this my server is david.espada.co.uk http://david.espada.co.uk/test.jsp but not working pls help

please help me (Apache + modssl + openssl + tomcat)

2000-11-19 Thread
hi I want to use Apache + modssl + openssl + tomcat. I found next memo during searching intenet . === If you want to use modSSL (with Apache and Tomcat), I have that running on my machine and can help. I have a step-by-step doc.

Re: jk_nt_service.exe will not run in NT 2000

2000-11-19 Thread Elijah Roberts
On Saturday November 18, 2000 Tim Regulski wrote: Hello, I am trying to run the jk_nt_service.exe file to allow Tomcat to run as an NT service. When I run the downloaded the executable and tried to run it in a DOS prompt in NT 2000 Pro, I receive the message: "This program cannot be run

mod_jk.conf-auto is not automatically generated when Tomcat starts up

2000-11-19 Thread
Title: mod_jk.conf-auto is not automatically generated when Tomcat starts up Hi, when I starts up Tomcat, the tomcat-apache.conf is generated automatically. According to the document (working with mod_jk), the mod_jk.conf-auto should be created automatically. However, it is not created.

Re: Mod_jserv for Solaris 7.0 sparc

2000-11-19 Thread Sunny L.S.Chan
I have encountered the same problem like Lester (Same OS), the extend of the message is : # /usr/local/apache_1.3.14/bin/apxs -c -o mod_jserv.so *.cgcc -DSOLARIS2=270 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED -I/usr/local/apache/include -c autochange.cgcc -DSOLARIS2=270 -DUSE_EXPAT