RE: jsp:setProperty ... value=%= application.getAttribute(some-param)%/ does not compile?

2000-12-05 Thread David Rees
Replying to myself... :-) Turns out it was myfault, I wasn't escaping the quotes inside the value=""! Works perfectly, now. Thanks, -Dave -Original Message- From: David Rees [mailto:[EMAIL PROTECTED]] I'm trying do this in a .jsp: jsp:useBean id="myBean" scope="application"

AW: OJsp: can not compile Jsp files

2000-12-05 Thread Ralph Einfeldt
: Dienstag, 5. Dezember 2000 17:36 An: Tomcat-User (E-mail) Betreff: OJsp: can not compile Jsp files I am using the Ojsp from Oracle. The Apache JServ 1.1 works fine with servlets, but we can not compile jsp files. Whenever I try to see a xxx.jsp page I allways see the code and note

mod_jk.so compile errors

2000-12-02 Thread Didier Godefroy
Hi all, I'm new to this list and I'm trying to install Tomcat 3.2 and mod_jk for Apache 1.3.14, all that on Tru64 Unix 5.1 (Alpha). I used this cmd to compile the shared mod_jk: /apache/sbin/apxs -o mod_jk.so -I../jk -I/usr/opt/java118/include -I/usr/opt/java118/include/alpha -lposix4 -c *.c

Re: mod_jk.so compile errors

2000-12-02 Thread Didier Godefroy
AS IS will only compile on these OS's. Try editing the file and put this line in: typedef long long jk_pool_atom_t; You were right! that definitely helps, this is rather stupid on the part of the development team, why do such things??? Anyway, this allowed the compiler to go further but I get

Re: mod_jk.so compile errors

2000-12-02 Thread Craig R. McClanahan
Didier Godefroy wrote: You were right! that definitely helps, this is rather stupid on the part of the development team, why do such things??? In case nobody noticed, this is an open source project. If you want this fixed in the code, submit a patch! The guidelines are on the web site

Re: mod_jk.so compile errors

2000-12-02 Thread Didier Godefroy
on 12/2/00 5:34 PM, Craig R. McClanahan at [EMAIL PROTECTED] uttered the following: In case nobody noticed, this is an open source project. If you want this fixed in the code, submit a patch! The guidelines are on the web site http://jakarta.apache.org. I'm afraid this is out of my

Re: can't get tomcat to compile...servlets.

2000-11-18 Thread Kurt Bernhard Pruenner
Parvez Rishi wrote: hi, i'm new to servlets and tomcat. i've installed tomcat with apache 1.3.12. it serves servlets and jsp's but it does not compile them. Well, it's funny that it wouldn't compile JSPs, but Tomcat not compiling servlets is the correct behaviour - it never has done

can't get tomcat to compile...servlets.

2000-11-17 Thread Parvez Rishi
hi, i'm new to servlets and tomcat. i've installed tomcat with apache 1.3.12. it serves servlets and jsp's but it does not compile them. i have to precompile them everytime i make changes. i'm using jdk1.2.2 for linux (redhat 6.2). where do i have to specify the compiler path. i have set

RE: can't get tomcat to compile...servlets.

2000-11-17 Thread CPC Livelink Admin
Not positive, but this may be that you did not specify tools.jar on your command line. I beleive I saw sometime a long time ago on this list that this was required to compile anything in-process. You probably will need to update the startup script to get it correctly (since it didn't get

Re: can't get tomcat to compile...servlets.

2000-11-17 Thread Parvez Rishi
thanks Paul. yes, i have the tools.jar in the tomcat.sh rightly pointed. but still cant get it to compile. parvez And Then CPC Livelink Admin wrote . Not positive, but this may be that you did not specify tools.jar on your command line. I beleive I saw sometime a long

getting mod_jk to compile on solaris

2000-11-16 Thread Student7 SNT
Title: getting mod_jk to compile on solaris I'm not subscribed to this group, but I recently had a problem with getting mod_jk to compile on solaris I noticed a lot of people having the same problem but getting a reply back that this was because the code for mod_jk was buggy

unable to compile class for JSPerror - please help

2000-11-16 Thread Maryellen Rothberg
dear tomcat-user(s), got the same error as a fellow who's problem is in the archive (#36), but someone closed it without stating resolution. the problem is "unable to compile class for JSPerror". i'm using java 1.1. i'd appreciate any help. thanks in advance, maryellen rothberg

JSP Always compile

2000-11-14 Thread John Sokel
, when I put in my jsp pages, the pages compile every single time. I cannot seem to figure out why. I look at the work folder, and it keeps creating new .java files and recreating the .class file. So my directory looks like: -.class -_jsp_0.java

3.2b7 Fails to Compile on WinNT4.0

2000-11-13 Thread raimee
Hello, I am trying to build 3.2b7 for Windows. Using WindowsNT 4.0 SP5 suns jdk1.3, jaxp v.1.01 servlet.jar 2.2 here is the output of the compile: Searching for build.xml ... Buildfile: D:\Tomcat\jakarta-tomcat-3.2-b7-src\build.xml prepare: [mkdir] Created

Re: 3.2b7 Fails to Compile on WinNT4.0

2000-11-13 Thread Pierre Delisle
Looks like it is not picking up the proper servlet.jar. If I compile with the 2.3 servlet.jar, I get the same compilation errors as you do... -- Pierre [EMAIL PROTECTED] wrote: Hello, I am trying to build 3.2b7 for Windows. Using WindowsNT 4.0 SP5 suns jdk1.3, jaxp v.1.01

RE: 3.2b7 Fails to Compile on WinNT4.0

2000-11-13 Thread Marc Saegesser
: 3.2b7 Fails to Compile on WinNT4.0 Looks like it is not picking up the proper servlet.jar. If I compile with the 2.3 servlet.jar, I get the same compilation errors as you do... -- Pierre [EMAIL PROTECTED] wrote: Hello, I am trying to build 3.2b7 for Windows. Using WindowsNT 4.0

Re: mod_jk does not compile (3.2b7)

2000-11-13 Thread Igor Stelmashenko
I'm having the same problem on solaris(apache_1.3.14, gcc version 2.95.2 19991024 (release)) Any tips or pointers are greatly appreciated! I've tried everything mentioned on http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/mod_jk-howto.html I have also collected kernel trace - apxs tries

Re: mod_jk does not compile (3.2b7)

2000-11-13 Thread carnell
quot;John Tangney" [EMAIL PROTECTED] To: [EMAIL PROTECTED]; "carnell" [EMAIL PROTECTED] Sent: Monday, November 13, 2000 6:59 PM Subject: Re: mod_jk does not compile (3.2b7) On 11/13/00 2:54 AM, carnell at [EMAIL PROTECTED] wrote: apxs:Break: Command failed with rc=16711680

How to compile mod_jf.so on FreeBSD

2000-11-10 Thread Miomir Besarabic
Hi, How to compile mod_jf.so on FreeBSD? I am using Tomcat 3.2 beta 6 on FreeBSD, Apache 1.3.12 and JDK 1.1.8. I downloaded Source, and tried to compile, but sample makefile for FreeBSD don't work. Can anybody tell me or send me a makefiel for FreeBSD? Thanks in advance. Regards, Miomir

Re: don't know how to compile the servlet program

2000-11-09 Thread Pierre Neihouser
=.;%TOMCAT_HOME%\LIB\WEBSERVER.JAR;%TOMCAT_HOME%\LIB\SERVLET.JAR;%CLASSPATH% but the problem remain when I compile the file in dos. The one of the error messages is that "packet javax.servlet.http does not exist." Can someone help me? Simon

don't know how to compile the servlet program

2000-11-08 Thread simon
Hi I can run jsp file in Tomcat server 3.1 but not servlet. Could you tell me how to compile a servlet file to get its class file? My autoexec.bat is like this: {..} SET TOMCAT_HOME=D:\JSPTOOL\TOMCATSET JAVA_HOME=D:\JAVATOOL\JDK1.3SET PATH=D:\JAVATOOL\JDK1.3\BIN;D:\JAVATOOL\JDK1.3\LIB

RE: don't know how to compile the servlet program

2000-11-08 Thread Kwan, Kenneth Y
Seems you have missed the servlet.jar Kenneth Kwan -Original Message- From: simon [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 09, 2000 10:50 AM To: [EMAIL PROTECTED] Subject: don't know how to compile the servlet program Hi I can run jsp file in Tomcat server 3.1

JSP compile error using bean jar file

2000-11-02 Thread Dan Lovell
I am using Tomcat 3.1 on Win NT. When I try and bring up my JSP page I receive the following error: Error: 500 Location: /mytest/test.jsp Internal Servlet Error: org.apache.jasper.JasperException: Unable to compile class for JSPC:\Program Files\Apache Group\Tomcat\work\localhost_8080

RE: JSP compile error using bean jar file

2000-11-02 Thread Ranko Bijelonic
its jsp:useBean with a capital B -Original Message- From: Dan Lovell [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 02, 2000 11:37 AM To: [EMAIL PROTECTED] Subject: JSP compile error using bean jar file I am using Tomcat 3.1 on Win NT. When I try and bring up my JSP page I

<    5   6   7   8   9   10