Beginner's question

2001-02-20 Thread Diansheng Guo
Hi, all: I just begin to use Tomcat3.2 to run my servlet.I got the error on the server output. Basically I was frequently compiling my servlet code with JBuilder and check the result with an IE explorer loading the servlet. But seems my change won't take effect immediatly...Does the server

Re: Beginner's question

2001-02-21 Thread paul marshal
Diansheng Guo wrote: > > Hi, all: > > I just begin to use Tomcat3.2 to run my servlet.I got the error on the > server output. Basically I was frequently compiling my servlet code with > JBuilder and check the result with an IE explorer loading the servlet. But > seems my change won't take ef

Directory generator beginner's question

2003-09-21 Thread Faehndrich Philippe
Hello, I wish I could display the content of a directory, as we can do with a directory generator. The problem is, I don't want to display the file names, or creation or modification times, or sizes, but some elements that are part of these files, like what is in the , and tags. Is there a simp

Re: Directory generator beginner's question

2003-09-22 Thread Tim Funk
No. But you can extend the Default servlet and override its welcome file processing. -Tim Faehndrich Philippe wrote: Hello, I wish I could display the content of a directory, as we can do with a directory generator. The problem is, I don't want to display the file names, or creation or modific