RE: Configuring Jaspers Compiler Options

2002-01-04 Thread Martin van den Bemt

Using jikes compiler ? (read something about it not supporting -encoding
parameter anymore).

Mvgr,
Martin

-Original Message-
From: Mark Porter [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 04, 2002 18:32
To: [EMAIL PROTECTED]
Subject: Fwd: Configuring Jaspers Compiler Options


Hello All,

I posted this message to the 'user' list and didnt get much 'satisfaction'.
Can anyone here be of any help? Here is a copy of the exact error message:

Error: 500Location: /examples/jsp/num/numguess.jspInternal Servlet Error:
org.apache.jasper.JasperException: Unable to compile jsp-javac: invalid
flag: -encoding
use: jsp-javac [-g][-O][-debug][-depend][-nowarn][-verbose][-classpath
path][-nowrite][-d dir] file.java...

   at org.apache.tomcat.facade.JasperLiaison.javac(Unknown Source)
   at org.apache.tomcat.facade.JasperLiaison.processJspFile(Unknown
Source)
   at org.apache.tomcat.facade.JspInterceptor.requestMap(Unknown
Source)
   at org.apache.tomcat.core.ContextManager.processRequest(Unknown
Source)
   at org.apache.tomcat.core.ContextManager.internalService(Unknown
Source)
   at org.apache.tomcat.core.ContextManager.service(Unknown Source)
   at
org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Unknown
Source)
   at org.apache.tomcat.util.net.TcpWorkerThread.runIt(Unknown Source)
   at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(Unknown
Source)
   at java.lang.Thread.run(Thread.java:484, Compiled Code)

Any help would be appreciated ... right now this problem is holding us back
from using Tomcat as out primary web container so I'd like to see this
resolved.

Thanks

Mark

 From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Configuring Jaspers Compiler Options
Date: Thu, 3 Jan 2002 21:15:53 -0500

Hey Folks!

Sorry if this is a repost ... sent it out earlier but still hasnt shown up
on the list.

I'm setting up tomcat 3.2.3 on an Irix6.5 box (java sdk1.3.1) and am having
problems compiling any jsp code. Jasper fails with an Error 500 and the
requisite JSPException stack trace complaining that javac was passed in
invalid flag ( -encoding ). Is there any way to configure the options that
are passed to jasper? Why am I having this problem on Irix and not other
platforms in my shop (linux and HPUX). I'd appreciate any help if anyone
has seen this before!

Thanks

Mark





_
Send and receive Hotmail on your mobile device: http://mobile.msn.com


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Configuring Jaspers Compiler Options

2002-01-04 Thread Mark Porter


No, unfortunatly thats not an option ...  besides, as of 1.15 jikes was 
still supporting the -encoding flag.

mdp

From: Martin van den Bemt [EMAIL PROTECTED]
Reply-To: Tomcat Developers List [EMAIL PROTECTED]
To: Tomcat Developers List [EMAIL PROTECTED]
Subject: RE: Configuring Jaspers Compiler Options
Date: Fri, 4 Jan 2002 18:40:08 +0100

Using jikes compiler ? (read something about it not supporting -encoding
parameter anymore).

Mvgr,
Martin

-Original Message-
From: Mark Porter [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 04, 2002 18:32
To: [EMAIL PROTECTED]
Subject: Fwd: Configuring Jaspers Compiler Options


Hello All,

I posted this message to the 'user' list and didnt get much 'satisfaction'.
Can anyone here be of any help? Here is a copy of the exact error message:

Error: 500Location: /examples/jsp/num/numguess.jspInternal Servlet Error:
org.apache.jasper.JasperException: Unable to compile jsp-javac: invalid
flag: -encoding
use: jsp-javac [-g][-O][-debug][-depend][-nowarn][-verbose][-classpath
path][-nowrite][-d dir] file.java...

   at org.apache.tomcat.facade.JasperLiaison.javac(Unknown Source)
   at org.apache.tomcat.facade.JasperLiaison.processJspFile(Unknown
Source)
   at org.apache.tomcat.facade.JspInterceptor.requestMap(Unknown
Source)
   at org.apache.tomcat.core.ContextManager.processRequest(Unknown
Source)
   at org.apache.tomcat.core.ContextManager.internalService(Unknown
Source)
   at org.apache.tomcat.core.ContextManager.service(Unknown Source)
   at
org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Unknown
Source)
   at org.apache.tomcat.util.net.TcpWorkerThread.runIt(Unknown Source)
   at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(Unknown
Source)
   at java.lang.Thread.run(Thread.java:484, Compiled Code)

Any help would be appreciated ... right now this problem is holding us back
from using Tomcat as out primary web container so I'd like to see this
resolved.

Thanks

Mark

  From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Configuring Jaspers Compiler Options
 Date: Thu, 3 Jan 2002 21:15:53 -0500
 
 Hey Folks!
 
 Sorry if this is a repost ... sent it out earlier but still hasnt shown 
up
 on the list.
 
 I'm setting up tomcat 3.2.3 on an Irix6.5 box (java sdk1.3.1) and am 
having
 problems compiling any jsp code. Jasper fails with an Error 500 and the
 requisite JSPException stack trace complaining that javac was passed in
 invalid flag ( -encoding ). Is there any way to configure the options 
that
 are passed to jasper? Why am I having this problem on Irix and not other
 platforms in my shop (linux and HPUX). I'd appreciate any help if anyone
 has seen this before!
 
 Thanks
 
 Mark
 
 



_
Send and receive Hotmail on your mobile device: http://mobile.msn.com


--
To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail: 
mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail: 
mailto:[EMAIL PROTECTED]




_
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Configuring Jaspers Compiler Options

2002-01-04 Thread Bill Barker

Tomcat 3.3 (which it seems is the version you are using) doesn't pass
the -encoding flag to Jikes (which is causing other headaches on the user
list :).

At the moment, there is no way to suppress the -encoding flag being passed
to javac.  The only work around at the moment is to use Jikes (or hack the
code).
- Original Message -
From: Mark Porter [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, January 04, 2002 9:47 AM
Subject: RE: Configuring Jaspers Compiler Options



 No, unfortunatly thats not an option ...  besides, as of 1.15 jikes was
 still supporting the -encoding flag.

 mdp

 From: Martin van den Bemt [EMAIL PROTECTED]
 Reply-To: Tomcat Developers List [EMAIL PROTECTED]
 To: Tomcat Developers List [EMAIL PROTECTED]
 Subject: RE: Configuring Jaspers Compiler Options
 Date: Fri, 4 Jan 2002 18:40:08 +0100
 
 Using jikes compiler ? (read something about it not supporting -encoding
 parameter anymore).
 
 Mvgr,
 Martin
 
 -Original Message-
 From: Mark Porter [mailto:[EMAIL PROTECTED]]
 Sent: Friday, January 04, 2002 18:32
 To: [EMAIL PROTECTED]
 Subject: Fwd: Configuring Jaspers Compiler Options
 
 
 Hello All,
 
 I posted this message to the 'user' list and didnt get much
'satisfaction'.
 Can anyone here be of any help? Here is a copy of the exact error
message:
 
 Error: 500Location: /examples/jsp/num/numguess.jspInternal Servlet Error:
 org.apache.jasper.JasperException: Unable to compile jsp-javac: invalid
 flag: -encoding
 use: jsp-javac [-g][-O][-debug][-depend][-nowarn][-verbose][-classpath
 path][-nowrite][-d dir] file.java...
 
  at org.apache.tomcat.facade.JasperLiaison.javac(Unknown Source)
  at org.apache.tomcat.facade.JasperLiaison.processJspFile(Unknown
 Source)
  at org.apache.tomcat.facade.JspInterceptor.requestMap(Unknown
 Source)
  at org.apache.tomcat.core.ContextManager.processRequest(Unknown
 Source)
  at org.apache.tomcat.core.ContextManager.internalService(Unknown
 Source)
  at org.apache.tomcat.core.ContextManager.service(Unknown Source)
  at

org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Unknow
n
 Source)
  at org.apache.tomcat.util.net.TcpWorkerThread.runIt(Unknown Source)
  at
 org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(Unknown
 Source)
  at java.lang.Thread.run(Thread.java:484, Compiled Code)
 
 Any help would be appreciated ... right now this problem is holding us
back
 from using Tomcat as out primary web container so I'd like to see this
 resolved.
 
 Thanks
 
 Mark
 
   From: [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Subject: Configuring Jaspers Compiler Options
  Date: Thu, 3 Jan 2002 21:15:53 -0500
  
  Hey Folks!
  
  Sorry if this is a repost ... sent it out earlier but still hasnt shown
 up
  on the list.
  
  I'm setting up tomcat 3.2.3 on an Irix6.5 box (java sdk1.3.1) and am
 having
  problems compiling any jsp code. Jasper fails with an Error 500 and the
  requisite JSPException stack trace complaining that javac was passed in
  invalid flag ( -encoding ). Is there any way to configure the options
 that
  are passed to jasper? Why am I having this problem on Irix and not
other
  platforms in my shop (linux and HPUX). I'd appreciate any help if
anyone
  has seen this before!
  
  Thanks
  
  Mark
  
  
 
 
 
 _
 Send and receive Hotmail on your mobile device: http://mobile.msn.com
 
 
 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 
 
 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 



 _
 Join the world’s largest e-mail service with MSN Hotmail.
 http://www.hotmail.com


 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]