Jasper and big html files

2003-01-07 Thread Nome real
Hi all, I have a problem with both Jasper and Jasper2. If I have a huge piece of HTML inserted between two statements, the generated out.println() on the compiled code outputs just the first 8192 characters. I tried to play with the 'largefile' option in the /conf/web.xml: servlet

Help setting permissions

2002-12-27 Thread Nome real
Hi all, I have the following piece of code: snip properties = new Properties(); properties.putAll( System.getProperties() ); /snip I'm running Tomcat 4.1.12 with security manager. I have the java.util.PropertyPermission *, read permission granted, but I have the

Help with swallowOutput

2002-09-20 Thread Nome real
Hi, I'm trying to use the tag swallowOutput in order to redirect a user's System.out to a log file. This is the snap of the server.xml: Host name=client.com Context path=/ docBase=/home/client debug=0 crossContext=false reloadable=true swallowOutput=true

Re: tomcat security

2002-09-19 Thread Nome real
Take a look on Running Tomcat with SecurityManager. I'm sure you can find a lot of docs on the net. On Thu, 19 Sep 2002 15:23:09 -0400, Steven Garrett [EMAIL PROTECTED] escreveu : De: Steven Garrett [EMAIL PROTECTED] Data: Thu, 19 Sep 2002 15:23:09 -0400 Para: 'Tomcat Users List' [EMAIL

Re: Tomcat 4.0 SUN JDK 1.4

2002-09-19 Thread Nome real
Did you tried 1.4.0_02 ? There is also a 1.4.1 on Sun website's ( I haven't tried though ) On Thu, 19 Sep 2002 23:33:02 +0200, Stefan Groschupf [EMAIL PROTECTED] escreveu : De: Stefan Groschupf [EMAIL PROTECTED] Data: Thu, 19 Sep 2002 23:33:02 +0200 Para: Tomcat Users List [EMAIL PROTECTED]

Sun 1.4.0_02/Linux and Tomcat/Linux startup parameters

2002-09-18 Thread Nome real
Hi all, I see in the documentation that we need to use the following parameters to start Tomcat 4.1.10, if you are using Linux 2.4.x ulimit -s 2048 export LD_ASSUME_KERNEL=2.2.5 export J2SE_PREEMPTCLOSE=1 Well, I also start Tomcat with -Xmx850m, but I keep having errors like unable to

Re: Tomcat 4.1.10 and symbolic links (linux)

2002-09-12 Thread Nome real
That's the new behaviour for 4.1.x. See the RELEASE-NOTES. On 12 Sep 2002 08:12:34 -0600, Dennis Muhlestein [EMAIL PROTECTED] escreveu : De: Dennis Muhlestein [EMAIL PROTECTED] Data: 12 Sep 2002 08:12:34 -0600 Para: [EMAIL PROTECTED] Assunto: Tomcat 4.1.10 and symbolic links (linux)

Tomcat + JBoss + JAAS

2002-09-10 Thread Nome real
Hi all, We are trying to setup a technical architecture where the WebContainer ( Catalina ) and the EJB container ( JBoss ) are separated. So far, we have been successful in setting the connection between a servlet and an EJB from 2 different servers. Now, we want to setup a 'secure'

Build Tomcat 4.1.10

2002-09-04 Thread Nome real
Hi, I trying to build Tomcat-4.1.10 but it's complaining about jakarta-tomcat-jasper. I couldn't find this package anywhere. Where could I download it ? Thanks -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Strange message compiling a JSP in Tomcat 4.0.4

2002-08-26 Thread Nome real
Hi all, I'm using Tomcat 4.0.4 with Security Manager, Sun JDK 1.3.1_04 , trying to run a JSP. I receive the following error: org.apache.jasper.JasperException: Unable to compile class for JSPerror: An error has occurred in the compiler; please file a bug report

Re: JDBC/JNDI problem, continued - PUZZLED

2002-03-18 Thread REAL
= DriverManager.getConnection( jdbc:postgresql://test.ev.co.yu/test, test, test_pass ); This is problem in JSDK 1.4, I think. But under JSDK 1.3.1 everything ok. -- REAL aka å×ÇÅÎÉÊ òÏÓÔÏ×ÃÅ× http://xtotem.hell.ru/ -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

Tomcat 4.0.x JSDK 1.4

2002-03-06 Thread REAL
Hello! I used JSDK 1.3.1 with Tomcat 4.0.x and JNDI resource (DataSource, Oracle JDBC). All worked good. But when I install JSDK 1.4, method ctx.lookup(jdbc/myDB) return null. How can I fix this bug? -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL