RE: OutOfMemory errors compiling JSPs on 5.0.16 and 5.5.4

2004-11-14 Thread Dale, Matt
I've not been following this thread but my guess would be that you are running out of space in the permanent generation of the heap. Get a hold of jvmstat from sun and run visualgc on your JVM, it should become obvious then which pool is running out of space. Ta Matt -Original

RE: Soap under Tomcat

2004-11-14 Thread Mark Thomas
I am not familiar with this particular tutorial but the problem appears to be that your client is requesting /soap/rpcrouter but the servlet mapping in web.xml indicates that the webapp is expcting /soap/servlet/rpcrouter. What the root cuase of this mismatch might be I do not know. Mark

RE: Webgui framework

2004-11-14 Thread Mark Thomas
Java Server Faces http://java.sun.com/j2ee/javaserverfaces/ Mark -Original Message- From: Alessandro Ronchi [mailto:[EMAIL PROTECTED] Sent: Sunday, November 14, 2004 1:04 AM To: 'Tomcat Users List' Subject: Webgui framework Is there a jsp framework that helps developing of web

tomcat clustering / jwsdp soap / serializable

2004-11-14 Thread peter maas
Hi list, I have been experimenting with the clustering options for a while. The main issue I seem to encounter over and over again is synchronizing objects which do not implement the serializable interface. Since we are using the jwsdp wscompile tool to generate source code based on a wsdl we

Re: tomcat clustering / jwsdp soap / serializable

2004-11-14 Thread peter maas
O.k. I just found out that I can force wscompile to add the implementation of Serializable to all datatypes (xSerializable=true)... however the part about older apps is still relevant. peter maas wrote: Hi list, I have been experimenting with the clustering options for a while. The main issue

Re: Soap under Tomcat

2004-11-14 Thread feilong
Hallo Mark, Thanks for your reply. I must now see my web.xml file. I don't know excatly how to edit the web.xml such Deployment Descriptor file and server.xml such configuration file. Best Feilong - Original Message - From: Mark Thomas [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL

Re: OutOfMemory errors compiling JSPs on 5.0.16 and 5.5.4

2004-11-14 Thread Remy Maucherat
On Sat, 13 Nov 2004 17:30:38 -0800, Kevin A. Burton [EMAIL PROTECTED] wrote: Remy Maucherat wrote: On Fri, 12 Nov 2004 17:17:28 -0800, Kevin A. Burton [EMAIL PROTECTED] wrote: - For all my JSPs I fetch them with the URL foo.jsp?jsp_precompile=true to trigger precompilation How many

Re: OT: hosting recommendations?

2004-11-14 Thread Webmaster
www.locaweb.com On Fri, 12 Nov 2004 11:34:52 -0800 (PST), Woodchuck [EMAIL PROTECTED] escreveu: De: Woodchuck [EMAIL PROTECTED] Data: Fri, 12 Nov 2004 11:34:52 -0800 (PST) Para: struts [EMAIL PROTECTED], tomcat [EMAIL PROTECTED] Assunto: OT: hosting recommendations? hihi all, can

Remote debugging a web app with Eclipse?

2004-11-14 Thread Michael Schuerig
I've tried to remote debug a web app with Eclipse, but didn't make the first hurdle. Apparently, Eclipse can't connect to Tomcat's JVM. I'm using Tomcat 5.5.1, J2SE 5.0 and Eclipse 3.1M3. I take it, that in some way I need to tell the JVM that it's running in debug mode and what port it ought

RE: Remote debugging a web app with Eclipse?

2004-11-14 Thread George Sexton
Here is a wrapper that I use to start tomcat for remote debugging with Eclipse. Note that the indented CATALINA_OPTS is actually one long line in the batch file. REM @ECHO OFF SET CATALINA_VER=5.0.28 SET CATALINA_BASE=M:\cdaily SET CATALINA_HOME=C:\SERVLET\Jakarta-Tomcat-%CATALINA_VER% SET

Re: Remote debugging a web app with Eclipse?

2004-11-14 Thread Michael Schuerig
On Sunday 14 November 2004 17:16, George Sexton wrote: Here is a wrapper that I use to start tomcat for remote debugging with Eclipse. Note that the indented CATALINA_OPTS is actually one long line in the batch file. Thanks! that was easier than I expected. I'm starting Tomcat from an ant

Re: Soap under Tomcat

2004-11-14 Thread feilong
Hallo Mark, My client is requesting http://localhost:8080/soap/servlet/rpcrouter, and the servletmapping is exactly same servlet-mapping servlet-namerpcrouter/servlet-name url-pattern/servlet/rpcrouter/url-pattern /servlet-mapping in soap/WEB-INF/web.xml. Why do you say that the requesting

Exception in Tomcat under Soap

2004-11-14 Thread feilong
Hallo all, I am a beginner with programming web-service with soap protocol under Tomcat web server. I find a link http://www.onjava.com/pub/a/onjava/2002/02/27/tomcat.html?page=1 which introduce how to use soap in Tomcat and deploy web services and a simple client to call this web service I

RE: Soap under Tomcat

2004-11-14 Thread Mark Thomas
To quote from the error message from your original post: The requested resource (/soap/rpcrouter) is not available. Mark -Original Message- From: feilong [mailto:[EMAIL PROTECTED] Sent: Sunday, November 14, 2004 8:18 PM To: Tomcat Users List Subject: Re: Soap under Tomcat

Tomcat 5.5.4 Upgrade Blog

2004-11-14 Thread Allistair Crossley
Hi List, Based on my upgrade to Tomcat 5.5.4 late last week and the few config issues I came across, I wrote a Blog that can be found on my web site here www.adcworks.com/blog http://www.adcworks.com/blog It covers IIS authentication (thanks Bill), logging, basic JNDI data source

Re: Soap under Tomcat

2004-11-14 Thread feilong
Hallo, What do you mean that the /soap/rpcrouter is not available? in web.xml - servlet servlet-namerpcrouter/servlet-name display-nameApache-SOAP RPC Router/display-name descriptionno

RE: Tomcat and -server option

2004-11-14 Thread Chong, Kwong
On *NIX, you should be able to firstly check to see if your environment variables are being picked up when you start up tomcat with ps eg $ ps -ef , or ps -auxww might show something like tcuser 23134 1 0 Nov 04 ?0:44 /usr/java/bin/java -server -verbose:gc -Xms768m -Xmx768m

TAGLIBS: Unresolved compilation problems

2004-11-14 Thread Ricci Angelo
Tomcat return the followed error and i can't understand why standard.jar seems to be in the right place (WEB-INF\lib) and the java code isn't change since my customized tag worked very well!!! So I can't recognize my error. Can you help me??? error output from tomcat:

WebDAV-Servlet with Contexts different from FileDirContext

2004-11-14 Thread Oliver Zeigermann
Folks, I am just reviewing Tomcat's WebDAV servlet and have even run Slide's WebDAV testsuite against it - many tests work :) I really like the brevity! I understand the default context used is FileDirContext, right? I am no Tomcat expert, so maybe this is a stupid question, but is it actually

Re: Tomcat 5.5.4, Logging and the death of my friend localhost_log

2004-11-14 Thread Jacob Kjome
At 01:26 AM 11/13/2004 +0100, you wrote: On Fri, 12 Nov 2004 12:53:18 -0600, Jonathan Eric Miller [EMAIL PROTECTED] wrote: Actually, I guess the default isn't that bad for UNIX/Linux anyway. In On Windows, I think it's time to start using the .exe wrapper (or another similar wrapper), rather

Re: Problem with classpaths

2004-11-14 Thread Venkatesh . Babu
Hi, First of all, thanks for the reply... U were right, I had two copies of servlet.jar, one in CATALINA_HOME/common/lib and one in CATALINA_HOME/webapps/my application/WEB-INF/lib/ However, I removed the copy present in CATALINA_HOME/webapps/my application/WEB-INF/lib/, but I still get

Re: Webgui framework

2004-11-14 Thread wim
http://www.myfaces.org/ wim Mark Thomas wrote: Java Server Faces http://java.sun.com/j2ee/javaserverfaces/ Mark -Original Message- From: Alessandro Ronchi [mailto:[EMAIL PROTECTED] Sent: Sunday, November 14, 2004 1:04 AM To: 'Tomcat Users List' Subject: Webgui framework Is there a