Re: Web Service Deployment

2002-04-27 Thread Amit Kaushik
Hi All, Sorry for the previous question which i asked about web services deployment. Actually i din't go through the build.xml file, now i got the solution. thanks, Amit Kaushik Hi All, Facing problem regarding the Environment variables. Couldn't understand the meaning of ${jwsdp.home},

[OT] JSP/Forum

2002-04-27 Thread tomcat
I'm just installed jive for a jsp/servlets forum. Anyone its interested in be moderator of it? -- Best regards, -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: how to configure apache 2.0.35 with --enable-mods-shared=most switch on

2002-04-27 Thread Simon Stewart
On Fri, Apr 26, 2002 at 03:41:37PM -0400, Cheng Yan wrote: As root, I did the following: snip However, I can not invoke apache: root@tbird 75 % /usr/tomcat/apache_source_withMod/bin/apachectl start (125)Address already in use: make_sock: could not bind to address [::]:80 no listening

Re: [OT] JSP/Forum

2002-04-27 Thread Juan
At 05:59 27/4/2002 -0300, you wrote: I'm just installed jive for a jsp/servlets forum. Anyone its interested in be moderator of it? What are the requirements to be a moderator? Juan José Velázquez Garcia Web Development www.htmlspider.com.br -- To unsubscribe: mailto:[EMAIL

Re: java.lang.OutOfMemoryError

2002-04-27 Thread rony
Hi, Why don't you guys use a Profiler tool like the 'OptimizeIT' which can give you a very clear picture on where the actuall memory toll is!!. We had similar problems when our application was run on 'Apache 1.3.22+Tomcat3.2.2', but finally after a thorough analysis we found that the

[FAQ] jGuru FAQ Update

2002-04-27 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex

Re: Loadbalancer connector Question

2002-04-27 Thread rsequeira
If you are using TC 4.0.x, you could use the jvmRoute attribute in the Engine tag. The name should be unique. Something like this: Engine name=Standalone defaultHost=localhost debug=0 jvmRoute =tomcat_1 For the other server, you could use probably use: jvmRoute=tomcat_2 RS Gabriel

Oracle JDBC driver must be unpacked?

2002-04-27 Thread John C Cartwright
Hello All, I'm migrating from Tomcat3.3 to Tomcat4.0.3 and having trouble with my oracle connections. With tomcat3.3, I simply put the oracle jar file into WEB-INF/lib. With Tomcat4, this doesn't work, complaining at run-time about driver not found. I've also tried putting the oracle.jar

Re: Oracle JDBC driver must be unpacked?

2002-04-27 Thread Jacob Kjome
There are a couple things that could be going on. There are some classloading issues that were introduced in Tomcat-4.0.2 and Tomcat-4.0.3 is a carbon copy of 4.0.2 except for a security fix. One thing you might to is move to Tomcat-4.0.4-b2. The classloading issues have been solved along

Re: Oracle JDBC driver must be unpacked?

2002-04-27 Thread pducuron \(kgb\)
I just move to 4.0.3 too, and in my case (I have windows 2000), I needed to capitalize WEB-INF for tomcat 4 to be able to find my classes. I was wondering if you might have the same problem. Pablo. - Original Message - From: John C Cartwright [EMAIL PROTECTED] To: Tomcat User Mailing

Why deployment using xml file doesn't work?

2002-04-27 Thread Vernon Wu
During the development phrase, I would like to use xml to deploy my application without copy all file, directories to the tomcat installation directory. My deployment xml is very simple with two or three lines as Context path=/mm docBase=c:\eclipse\workspace\nicematch\build\webapp

Re: Apache 2, Tomcat 4 and mod_jk2

2002-04-27 Thread costinm
On Fri, 26 Apr 2002, Anthony W. Marino wrote: The example for mod_jk2 shows a worker's config for AJP13 but I thought that jk2 is AJP14? Well, there is a lot of confusion ( and I'm talking about those of us who are working on the connector !). We used to call 'ajp13' 3 things: - a wire

Re: Apache 2, Tomcat 4 and mod_jk2

2002-04-27 Thread costinm
On Fri, 26 Apr 2002, Michael Delamere wrote: Me again :-) An interesting thing is that the source-files at cvs seem to be different to the ones that you can download from the jakarta site. Use the cvs, let me know ( or post on tomcat-dev ) if it doesn't work. We changed the name to

Re: Apache 2, Tomcat 4 and mod_jk2

2002-04-27 Thread costinm
On Fri, 26 Apr 2002, Simon Stewart wrote: The workers can be called anything you want them to be (for example, I use tomcat1) What tends to happen is that people take their (working) apache 1.3.x + mod_jk combo and use the same config files with apache 2.x and mod_jk2. Well... I was

Re: Apache 2, Tomcat 4 and mod_jk2

2002-04-27 Thread Michael Delamere
Hi Costin, I think another point of confusion is what future mod_jk is going to have. I´ve read a lot about the future of this connector lately and it appears that a lot of work is taking place right now in order to get mod_jk2 running stable and to improve the configuration. On the other hand

Re: Newbie Q: IIS and Tomcat (on a different server) [SOLVED]

2002-04-27 Thread Elizabeth Barham
Yes, it appears that this is possible (although untested by myself or the author of the following): http://www.jguru.com/faq/view.jsp?EID=497282 Elizabeth Barham [EMAIL PROTECTED] writes: Hi, I'm new to this list, new to Tomcat and new to Java. Please forgive me if this question has been

Re: Oracle JDBC driver must be unpacked?

2002-04-27 Thread BERNARDO ANTONIO BUFFA
Pablo: WEB-INF debe ir capitalizado porque asi lo establecen las especificaciones de servlet para web applications de sun. Un abrazo Bernardo I just move to 4.0.3 too, and in my case (I have windows 2000), I needed to capitalize WEB-INF for tomcat 4 to be able to find my classes. I was

ApacheJSSI.jar and Tomcat

2002-04-27 Thread Elizabeth Barham
Hi, I download ApacheJSSI.jar from: http://java.apache.org/jservssi/dist/ And placed it in: TOMCAT_ROOT/server/lib I then updated web.xml: servlet servlet-namejhtml/servlet-name servlet-classorg.apache.servlet.ssi.SSI/servlet-class init-param param-namedebug/param-name