JSTL 1.1 / Tomcat 4.1.30

2004-08-21 Thread Julian
Does anyone know if it's possible to use JSTL 1.1 with versions of Tomcat prior to V.5? Upgrading the server is not an option. Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JSP WhiteSpace

2004-08-21 Thread A
I know its not part of the spec - what is the workaround / is there a workaround current developers have used. Thank you --- Hiroshi Iwatani <[EMAIL PROTECTED]> wrote: > Read JSP 1.2 spec 2.3.7 'White Space'. > > A wrote: > > In the compiled JSP page - I dont want to remove > white > > space fr

Re: JSP WhiteSpace

2004-08-21 Thread Hiroshi Iwatani
Read JSP 1.2 spec 2.3.7 'White Space'. A wrote: In the compiled JSP page - I dont want to remove white space from the code for the sake of readability --- Schalk Neethling <[EMAIL PROTECTED]> wrote: Are you talking about about white spaces in the code or the rendered page itself? Parsons Technic

Re: JSP WhiteSpace

2004-08-21 Thread A
Not exactly sure what you mean. When i create a table there is 3 or 4 lines of white space between each row. Stylesheets cant remove this --- Schalk Neethling <[EMAIL PROTECTED]> wrote: > So if I understand correctly then this is the view > users have of the > page. Have you tried using CSS t

Re: JSP WhiteSpace

2004-08-21 Thread Schalk Neethling
So if I understand correctly then this is the view users have of the page. Have you tried using CSS to control the way the table behaves? A wrote: In the compiled JSP page - I dont want to remove white space from the code for the sake of readability --- Schalk Neethling <[EMAIL PROTECTED]> wrote:

Re: JSP WhiteSpace

2004-08-21 Thread A
In the compiled JSP page - I dont want to remove white space from the code for the sake of readability --- Schalk Neethling <[EMAIL PROTECTED]> wrote: > Are you talking about about white spaces in the code > or the rendered > page itself? > > Parsons Technical Services wrote: > > >Then they a

Re: JSP WhiteSpace

2004-08-21 Thread Schalk Neethling
Are you talking about about white spaces in the code or the rendered page itself? Parsons Technical Services wrote: Then they are using a very odd or out dated browser. Thus a very small percentage of the users will have problems. Doug Parsons www.parsonstechnical.com - Original Message -

Re: JSP WhiteSpace

2004-08-21 Thread Parsons Technical Services
Then they are using a very odd or out dated browser. Thus a very small percentage of the users will have problems. Doug Parsons www.parsonstechnical.com - Original Message - From: "A" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Saturday, August 21, 2004 12:22 P

URL Rewriting on a uer by user basis

2004-08-21 Thread A
Developers, Something ha sbeen keeping me up all day and i ve been bogged down without any hope of finding a fix. What i would like to do is quite simple but i have found nothing that helps. I have a server which has authentication. I want to map the url requested to a predefined URL say i acc

Re: JSP WhiteSpace

2004-08-21 Thread A
Well what happens if your users cannot accept zipped content - your pretty much screwed then if you choose this method. I woul dprefer a way of doing this without compressing the output. Any ideas? --- Tim Funk <[EMAIL PROTECTED]> wrote: > Use mod_gzip. (If using apache, or tomcat 5 also > sup

Re: Tomcat-4.1.27 not picking up jsse from j2sdk-1.4.1

2004-08-21 Thread Rob Scala
I discovered my problem. The tomcat rpm for fedora core 2 was built with gcj, and it doesn't work with another jdk. I'll remove it and try to install from jpackage.org or apache.jakarta.org. Thank you very much for your help. On Sat, 2004-08-21 at 10:54, Rob Scala wrote: > This is interesting.

Re: Tomcat-4.1.27 not picking up jsse from j2sdk-1.4.1

2004-08-21 Thread Rob Scala
This is interesting. Here's what I got: Standalone java.version: 1.4.1_02 Tomcat java.version: 3.4.0 3.4 is also the version of gcc on my machine. It seems like there are two versions of java, but there is only one executable on my machine called "java" (version 1.4.1_02). I wonder if the 3.4

Assigning roles to unauthenticated users

2004-08-21 Thread Claus Nielsen \(BM Data\)
Is it possible to assign roles to unauthenticated users in Tomcat5? I have a web application with these security constraints: Private Resources /* GET authenticated Public Resources /index.jsp GET anonymo

i can't pass param using to an included jspf

2004-08-21 Thread Yair Fine
Hi, I use Tomcat 5.25 and put the following .jsp files in webapp\ROOT directory. FILE NAME : MainForm.jsp FILE NAME :IncludedForm.jspf <% String myVar = request.getParameter("myVar"); String myVars[] = request.getParameterValues("myVar"); out.print

Re: Hi

2004-08-21 Thread QM
On Sat, Aug 21, 2004 at 02:01:29AM -0700, RathinaGanesh MeenashiSundaram wrote: : Can anyone tell me the deployment steps for jsp/servlet using the latest tomcat.? Google.com, jakarta.apache.org/tomcat, java.sun.com. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetw

Re: SymLinks Again

2004-08-21 Thread QM
On Sat, Aug 21, 2004 at 01:06:33AM -0700, Jack Kada wrote: : I am running Tomcat 5 on a Unix machine.??I have a : file (say abc.xml) which is in fact an alias / symlink : to an actual file system inside the??webapp. : : I found the following on the mailing list which seems : to deal with symlinks

Re: Fw: The value for the useBean class attribute com.company.product.thing is invalid.

2004-08-21 Thread QM
1/ please post a *new* message when writing to the list. Replying to an old (unrelated) message confuses thread-aware mailers, which makes your question harder to find (and thus answer). Doubly so when you don't even change the subject. : I search on google and set java -Xms256m -Xmx512m, but i

Re: The value for the useBean class attribute com.company.product.thing is invalid.

2004-08-21 Thread QM
On Fri, Aug 20, 2004 at 09:37:49PM -0700, Julie Larson wrote: : I'm using all public constructors that take no arguments. Does your no-args ctor throw exceptions? That will cause problems. Unfortunately, I don't know the exact reason behind this. It's probably a 1.2 -> 2.0 JSP spec change but I

Re: Tomcat-4.1.27 not picking up jsse from j2sdk-1.4.1

2004-08-21 Thread QM
On Fri, Aug 20, 2004 at 10:36:22PM -0400, Rob Scala wrote: : When running a stand-alone program, it works fine, but within tomcat I : get an exception: "Protocol handler not found: https". : : I note that Security.getProviders() returns different provider lists. : With the stand-alone program, it

Re: JSP WhiteSpace

2004-08-21 Thread Tim Funk
Use mod_gzip. (If using apache, or tomcat 5 also supports compressing on the HTTP connector) The whitespace becomes a non-issue and your *really* save bandwidth. -Tim Jack Kada wrote: Developers, I have completed a JSP project but when i view the source of the HTML pages there are loads of white

Re: Configuring Tomcat 5 to not display null value as word null

2004-08-21 Thread Tim Funk
Use JSTL. -Tim Rick Wong wrote: Hi, I have the following JSP fragment: case 1 = <%=request.getParameter("no_such_thing")%> case 2 = ${requestScope["no_such_thing"]} The output of the page is ... case 1 = null case 2 = ... Is there any way that Tomcat can be configured to not display the

Re: Fw: The value for the useBean class attribute com.company.product.thing is invalid.

2004-08-21 Thread Kok Wei, Koh
Hi Kenneth, A while ago I ran into the same problem. I specified a larger heap size like what you did and it helped. I can't think of a way you could control how Tomcat uses memory, but I suppose you should increase your heap size even further. At its worst, you'd just notice that your java proces

Hi

2004-08-21 Thread RathinaGanesh MeenashiSundaram
Hi Can anyone tell me the deployment steps for jsp/servlet using the latest tomcat.? Thanks in advance, Regards. Ganesh. - Do you Yahoo!? Win 1 of 4,000 free domain names from Yahoo! Enter now.

JSP WhiteSpace

2004-08-21 Thread Jack Kada
Developers, I have completed a JSP project but when i view the source of the HTML pages there are loads of whitespace in between tables rows. I am using Tomcat 5 and in the mailing list read that there is a parameter called trimSpaces(). I tried this but it had no effect on the webpage. If i co

SymLinks Again

2004-08-21 Thread Jack Kada
I am running Tomcat 5 on a Unix machine.  I have a file (say abc.xml) which is in fact an alias / symlink to an actual file system inside the  webapp. When i try to download view the (abc.xml) the symlink is not followed and the file is not found. I found the following on the mailing list which s

DB-Session-Pooling doesn't work??

2004-08-21 Thread Clemens A Mensik
hi there, I'm facing a serious problem I wasn't able to fix it in the past 2 weeks which 's still causing me headaches :-( But first I have a question that may help to understand my problem: Does Tomcat create a new database session pool for every threa that gets started out of my application /