Re: ASP.NET HttpHandler in Tomcat?!

2006-09-24 Thread Lung Chan
There's a lot of framework that do just that. Try spring framework www.springframework.org, there's a tutorial in the site that introduced spring MVC You will be very happy after On 9/24/06, nubie [EMAIL PROTECTED] wrote: Hi, I'm sorry to bother you all, but I need to know is there a way

Re: ASP.NET HttpHandler in Tomcat?!

2006-09-24 Thread Lung Chan
is *not* required. Google for servlet-mapping. Tim -Original Message- From: Lung Chan [mailto:[EMAIL PROTECTED] Sent: Sunday, September 24, 2006 10:09 AM To: Tomcat Users List Subject: Re: ASP.NET HttpHandler in Tomcat?! There's a lot of framework that do just that. Try spring framework

Re: tomcat starts but no welcome page

2006-08-23 Thread Lung Chan
Is tomcat install on the port 8080?? How about Apache, is it on port 8080 too?? maybe a conflit. On 8/23/06, kaustubh shinde [EMAIL PROTECTED] wrote: Hi, I am trying to install tomcat 5.5.17 on suse 9.2 I have jdk 1.5 which is required by tomcat 5.5.17 After following the steps mentioned in

Re: tomcat starts but no welcome page

2006-08-23 Thread Lung Chan
Is webapps installed??? in my windows configuration, I have tomcat-XXX ---server --webapps --lib --classes On 8/23/06, kaustubh shinde [EMAIL PROTECTED] wrote: tomcat is installed on 8080. apache is on 80. so there is no conflict. On 8/23/06, Lung Chan [EMAIL PROTECTED] wrote

Re: where can I find the rule about how to translate JSP to servlet jave?

2006-08-11 Thread Lung Chan
usually every line that's not scriplet is translated into a println and the scriptlet, which is % % is the java code Now for the EL(expression languages) that I don't know, you have to download the jsp 2.0 spec, it's on the Sun's site On 8/11/06, Peng Li [EMAIL PROTECTED] wrote: HI Thank

Re: Create an object that's shared with multiple applications?

2006-08-09 Thread Lung Chan
check jndi ressources On 8/9/06, Pid [EMAIL PROTECTED] wrote: put it in a database? 0 8 wrote: Hello, I currently have a JSP application under Tomcat that uses an object created when Tomcat starts up. The object is created using a class that implements ServletContextListener and I can

Re: place to put taglib descriptors

2006-08-05 Thread Lung Chan
. Works for me on TC5.0 when I put the TLD file in WEB-INF. But that may be too messy for you! :) - Original Message - From: Lung Chan [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, August 04, 2006 2:48 PM Subject: Re: place to put taglib descriptors Hi, I

Re: place to put taglib descriptors

2006-08-04 Thread Lung Chan
Hi, I know that if you use tag librairie version 2, you don't need any configuration tag have you check that out? It's a tag that don't need to be compile, it's in a jspf or jspx extension file or something like that. It's like coding jsp, but you are building tags. I try to find something for

Re: Trouble with Admin WebApp

2006-06-28 Thread Lung Chan
usually the admin package doesn't come with the tomcat distribution. You should download it and install. If you already done so, then maybe you should try to reinstall it. On 6/28/06, Ioana [EMAIL PROTECTED] wrote: Hi, I'm having the same problem u encountered. Have u solved it? I also

Re: My Tomcat just not start

2006-05-01 Thread Lung Chan
hmm did you try to launche tomcat manually? with batch file that's in Tomcat/bin/ ? eclipse working you said, then tomcat should work Sorry can't help you. I installe tomcat pretty easily, didn't run into any trouble. On 5/1/06, Rodrigo Tenorio [EMAIL PROTECTED] wrote: Lung My Virtual

Re: My Tomcat just not start

2006-04-29 Thread Lung Chan
Do you have a the right version of JRE installed? Also did you mention to tomcat that you are using this JRE? open monito tomcat right click on it, and pick configure click on the java tab enter a line like this in the Java Virtual Machine D:\Java\jdk1.5.0_06\jre\bin\client\jvm.dll it depends