RE: Deploying apps outside of the Tomcat root

2006-11-25 Thread Caldarale, Charles R
> From: Richard K Miller [mailto:[EMAIL PROTECTED] > Subject: Deploying apps outside of the Tomcat root > > However, I would like to deploy a project in my home folder. This > folder contains a WEB-INF folder and all the jsp files. How can I > switch Tomcat to point to /Users/me/dev/myproje

webapp management

2006-11-25 Thread Pierre Goupil
Hi all there ! After my bad experience with Eclipse JST / WST, I'm looking for a way of managing a Tomcat webapp. I mean, a tool which would allow me to fastly deploy / undeploy / reload my servlet. Of course Tomcat manager does do it, but it's so slow... I'm using Sysdeo, but reloading Tomcat e

Deploying apps outside of the Tomcat root

2006-11-25 Thread Richard K Miller
Hi, I'm new to Tomcat and would appreciate any help with the following question: I have Tomcat 6 running on my Mac. I can access http://localhost: 8080/docs, /examples, etc. However, I would like to deploy a project in my home folder. This folder contains a WEB-INF folder and all the jsp

Re: No MBeans for any jsp in Tomcat 6

2006-11-25 Thread Rémy Maucherat
On 11/25/06, Tim Hannon <[EMAIL PROTECTED]> wrote: Using Tomcat 5.5.9 and jconsole I like viewing statistics for servlets and jsp pages using MBeans in Catalina/Servlets node in MBeans tree of jconsole. These MBeans includes useful statistics like request count, error count, processing time, and

RE: Tomcat Exception

2006-11-25 Thread Martin Gainty
Please verify the existence of the following required jars $CATALINA_HOME/bin/bootstrap.jar - Contains the main() method that is used to initialize the Tomcat 5 server, and the class loader implementation classes it depends on. $JAVA_HOME/lib/tools.jar - Contains the "javac" compiler used to con

No MBeans for any jsp in Tomcat 6

2006-11-25 Thread Tim Hannon
Using Tomcat 5.5.9 and jconsole I like viewing statistics for servlets and jsp pages using MBeans in Catalina/Servlets node in MBeans tree of jconsole. These MBeans includes useful statistics like request count, error count, processing time, and load time of any jsp or servlet pages. Why in Tomca

Re: Realms

2006-11-25 Thread Asare Samuel
olivier nouguier, Thank you so much, a great help! sam olivier nouguier <[EMAIL PROTECTED]> wrote: On 11/25/06, Asare Samuel wrote: > > Thank you for your speedly reply. Let me get this straight are you saying > you can't access the login page directly and that the only thing that sh

Re: Realms

2006-11-25 Thread olivier nouguier
On 11/25/06, Asare Samuel <[EMAIL PROTECTED]> wrote: Thank you for your speedly reply. Let me get this straight are you saying you can't access the login page directly and that the only thing that should be accessed directly is the item (ie page)your are protecting. Yes definitively, when us

Re: Is jsp designed for use by large websites

2006-11-25 Thread Igor Borovkov
Hello! If you want to develop a small or medium webapplication and you or your programmers is familiar with PHP I think it is no doubt use PHP. Two years ago when I was in online ecommerce industry I used only PHP. These days I was not familiar with Java. Now I am a Java Developer. Nowadays I dev

Is jsp designed for use by large websites

2006-11-25 Thread Jack
Hello all, I am a beginner and I am considering whether to use jsp or php to develop a web application. I prefer jsp since i am familiar with java. But i found that many web hosting companies either do not support jsp or only support jsp in their expensive dedicated server plans. In contrast, php