Re: virtual mapping on Tomcat 5.5

2006-12-05 Thread Raju Balugu
Hi In Tomcat 5.5.17 webapps itself deployed hence put the RMS under webapps and change the docbase Regards Raju On 11/30/06, olivier nouguier <[EMAIL PROTECTED]> wrote: hi, A: put apache (httpd) in front of tomcat ==> quite easy. B: dirty read/stream hack ==> don't know what to say :-)

Re: CLASSPATH problem on tomcat5.5.x

2006-09-07 Thread Raju Balugu
Hi put those jar files in common.loader in catalina.properties file under tomcat/conf directory and try and let us know . On 8/30/06, Propes, Barry L <[EMAIL PROTECTED]> wrote: Not sure about that. But perhaps he'd need this one. ojdbc14.jar. I copied the wrong one. I did (need it) before mi

Reposting this( precompilation issues with tomcat5.5.17)

2006-08-31 Thread Raju Balugu
Hi All, I did the precompilation while build the image and installed this image and tried to launch the pages , throwing the errors.I inverstigated those errors and suspected the problem with work directory ,deleted the work directory and stop and started the tomcat and launched the pages withou

Precompilation issues

2006-08-28 Thread Raju Balugu
Hi All, I did the precompilation while build the image and installed this image and tried to launch the pages , throwing the errors.I inverstigated those errors and suspected the problem with work directory ,deleted the work directory and stop and started the tomcat and launched the pages withou

Re: Webapps loading sequence

2006-08-25 Thread Raju Balugu
mon/lib and shared/lib, added to server/lib for tomcat's own logging (if using a version that implements log4j for logging). --David Raju Balugu wrote: > Hi All, > > While starting the tomcat ,I could see the webapps context loading.I > would > like to know the process which o

Webapps loading sequence

2006-08-25 Thread Raju Balugu
Hi All, While starting the tomcat ,I could see the webapps context loading.I would like to know the process which one load first among the webapps ex: I have 4 webapps which one is going to load first among them? One more doubt I have the 10 webapplications ,most of the apps are using the log4j

Re: Change MessageFactoryImpl loading behaviour in Tomcat 5.5.17

2006-08-25 Thread Raju Balugu
Hi , Where you kept that saaj-impl.jar file? if u want to load that jar file first ,you can place that jar file entry in catalina.properties file which is there under conf directory either in common loader or shared loader and let us know. Regards Raju On 8/25/06, Nilantha <[EMAIL PROTECTED]>

Re: Tomcat5.5.17 work directory have the whole tomcat structure

2006-08-17 Thread Raju Balugu
ory as the base appDir, so it's trying to publish the lot. Check your Server.xml Pid Raju Balugu wrote: > Hi all, > > I installed the image(my project)with all the class files(work is having > the > class files)by doing the precompilation.After installation , I tried to >

Tomcat5.5.17 work directory have the whole tomcat structure

2006-08-16 Thread Raju Balugu
Hi all, I installed the image(my project)with all the class files(work is having the class files)by doing the precompilation.After installation , I tried to launch webpages ...it's throwing the Filenotfound exception. So I analyzed the problem and deleted the work directory under tomcat and stop

Re: How to do the precompilation on jsp

2006-08-09 Thread Raju Balugu
g the JspC( org.apache.jasper.JspC "$@") it requires FileUtils) Shell I call org.apache.jasper.compiler.Compiler "$@" Please share your experience? Thanks in advance Regards Raju On 8/8/06, Raju Balugu <[EMAIL PROTECTED]> wrote: Thanks Subir , I didn't find the jspc.sh

Re: How to do the precompilation on jsp

2006-08-08 Thread Raju Balugu
ple script to hit all your jsp's ( need to start tomcat first), this will precompile your jsp's. -Sameer Raju Balugu <[EMAIL PROTECTED]> wrote: Hi All, We are using the clearcase for version control(vob).My requirement is like..I need to do the precompilation before going to ran a bu

How to do the precompilation on jsp

2006-08-03 Thread Raju Balugu
Hi All, We are using the clearcase for version control(vob).My requirement is like..I need to do the precompilation before going to ran a build?is there any utilities in tomcat end or third partys.(as the jasper-compiler is so fast we are palning to do this).please share your experience on prec

Re: Tomcat 5.5.17 can connect to any webserver without mod_jk ?is this true?

2006-08-01 Thread Raju Balugu
he 2.2 to extend the mod_proxy module with the ability to pass client HTTP requests back to a tomcat instance via the AJP/1.3 protocol. Think if it as incorporating the functions of mod_jk into mod_proxy. --David Raju Balugu wrote: > Thanks to David Smith and Mark Thomas . > > What is

Re: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null'

2006-08-01 Thread Raju Balugu
Hi , 1.Have you fallowed the same steps whic is mentioned in this link.Pleasecheck once again . http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html and check one more link they also having the same problem http://forum.sun.com/jive/thread.jspa?threadID=101183&tstart=0 2.C

Re: Tomcat Upgrade

2006-07-31 Thread Raju Balugu
Thats fine but going forward if you upgrade to tomcat5.5 will get more perpormance and managing tomcat and find the issues are very easy compare to tomcat 4.1.x.We recently upgraded to tomcat55 over 4.1.29.We didnt face more issues . Regards Raju On 7/31/06, Propes, Barry L <[EMAIL PROTECTED]>

Re: Tomcat 5.5.17 can connect to any webserver without mod_jk ?is this true?

2006-07-31 Thread Raju Balugu
Thanks to David Smith and Mark Thomas . What is the difference between mod_proxy_ajp and mod_proxy?Could you please give details on that? Regards Raju On 8/1/06, Mark Thomas <[EMAIL PROTECTED]> wrote: Raju Balugu wrote: > Hi Mark ,I have a doubt on this again ,I got one more link

Re: Mbean uses in Tomcat 5.5.17

2006-07-30 Thread Raju Balugu
Thanks a lot peter. Regards Raju On 7/31/06, Peter Rossbach <[EMAIL PROTECTED]> wrote: see http://tomcat.apache.org/tomcat-5.5-doc/monitoring.html peter Am 31.07.2006 um 07:27 schrieb Raju Balugu: > Hi All , > > Could you please let me know the uses of Mbean in Tomc

Re: Tomcat 5.5.17 can connect to any webserver without mod_jk ?is this true?

2006-07-30 Thread Raju Balugu
Hi Mark ,I have a doubt on this again ,I got one more link stataing we can use this feature by acting as the proxy.. http://tomcat.apache.org/tomcat-5.5-doc/proxy-howto.html just have a look and let me know ur idea. Regards Raju On 7/31/06, Raju Balugu <[EMAIL PROTECTED]> wrote: Thank

Mbean uses in Tomcat 5.5.17

2006-07-30 Thread Raju Balugu
Hi All , Could you please let me know the uses of Mbean in Tomcat 5.5.17? We recently upgraded to tomcat5.5.17 from Tomcat 4.1.29. Regards Raju

Re: Tomcat 5.5.17 can connect to any webserver without mod_jk ?is this true?

2006-07-30 Thread Raju Balugu
Thanks mark .You are right. I saw this link and got good information on connectors. Regards Raju On 7/30/06, Mark Thomas <[EMAIL PROTECTED]> wrote: Raju Balugu wrote: > Hi All, > > I recently migrated to tomcat5.5.17 from 4.1.29.I got the info like we can > connect to any we

Re: How to configure the logs for Tomcat 5.5.17

2006-07-30 Thread Raju Balugu
irectory or this will override any other settings as the other class loaders "inherit" from this class loader. See the Tomcat documentation for an explanation of the organisation of class loaders for Tomcat: http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html Jon. On

Re: How to run EJB in Tomcat itself ?

2006-07-30 Thread Raju Balugu
eates a bean jar and configuration file with the sql embedded in it. Maurice Yarrow Raju Balugu wrote: > As for my knowledge ,Tomcat 5.5.17 is not supporting for EJB u > need to > go by other application server ...weblogic or websphere.. > > Regards > Raju > > On

Re: How to run EJB in Tomcat itself ?

2006-07-28 Thread Raju Balugu
As for my knowledge ,Tomcat 5.5.17 is not supporting for EJB u need to go by other application server ...weblogic or websphere.. Regards Raju On 7/28/06, chanchal bera <[EMAIL PROTECTED]> wrote: Hi All, I came to know that Tomcat 5.5.17 itself is now supporting to run EJB, but not sure!

Tomcat 5.5.17 can connect to any webserver without mod_jk ?is this true?

2006-07-28 Thread Raju Balugu
Hi All, I recently migrated to tomcat5.5.17 from 4.1.29.I got the info like we can connect to any webserver wihout the mod_jk .is this true?please let me know ?if yes ,how to configure that? (Currently tomcat 5 can connect with any webserver without using mod_jk connector. Tomcat 5 has a connect

Re: [SPAM:] - tomcat , wondoze , Unable to find a javac compiler; - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-07-28 Thread Raju Balugu
Hi My comments in line with <<>> On 7/28/06, Leo Donahue - PLANDEVX <[EMAIL PROTECTED]> wrote: From the Tomcat 5.0 setup page: http://tomcat.apache.org/tomcat-5.0-doc/setup.html "Java location: The installer will use the registry or the JAVA_HOME environment variable to determine the base pa

Re: Tomcat 5.5.17 won't Start

2006-07-28 Thread Raju Balugu
Hi , It seems to be the port problem.Can u please let us know what changes you have done for IPv6 activate? Did u change anything in server.xml ?are you working apache also? Regards Raju On 7/27/06, KuArZo <[EMAIL PROTECTED]> wrote: This is the error: java.net.BindException: Can't assign re

Re: newbie installation problems

2006-07-27 Thread Raju Balugu
http://tomcat.apache.org/download-55.cgi#5.5.17 check for the compatability jars. On 7/27/06, D. Salemink Klikstudio <[EMAIL PROTECTED]> wrote: no i havent, From where should i take these files? Regards Debbie On 7/27/06, Raju Balugu <[EMAIL PROTECTED]> wrote: > Ha

Re: newbie installation problems

2006-07-27 Thread Raju Balugu
Have u placed the compatability jar files in tomcat5 environment? jmx.jar -->tomcat5/bin/ xerecesImpl.jar --tomcat5\common\endorsed\ xml-api.jar.jar -->tomcat5\common\endorsed\ Regards Raju On 7/27/06, D. Salemink Klikstudio <[EMAIL PROTECTED]> wrote: I have redhat enterprise (3?) It worked w

How to configure the logs for Tomcat 5.5.17

2006-07-27 Thread Raju Balugu
Hi , Tomcat 5.5.15 Solaris 2.9 box I am trying to configure the logging throuth log4j but not able to success..getting lot of errors. Can anybody give the steps to configure the tomcat logging.(specific to Tomcat purpose not the application) Regards Raju

What are the advantages on tomcat5.5.17 over the tomcat4.1.29

2006-07-27 Thread Raju Balugu
Hi All, I subscribed to this list recently...and hopes somebody may asked this question..also but i am in need of information on this. We are planing to migrate from tomcat 4.1.29 to tomcat 5.5.17 for that i would like to know you people what are the advantages and disadvantages on tomcat 5.5.1

Tomcat 5.5.17 logs configuaration

2006-07-27 Thread Raju Balugu
Hi , Tomcat 5.5.15 Solaris 2.9 box I am trying to configure the logging throuth log4j but not able to success..getting lot of errors. Can anybody give the steps to configure the tomcat logging.(specific to Tomcat purpose not the application) Regards Raju

Re: Problems with IE6, AJP1.3, Apache httpd and tomcat

2006-07-27 Thread Raju Balugu
Hi , As for your mail ,it's fine in mozilla and other browser ..can u do one thing to identify the problem..try to print the port no . and url which you are getting. And also put the full url and try it. put the debug statements in Request.java and Response.java which are there in catalina.jar.

Re: Cannot protect with Valve Tomcat 5.5.17 Manager Application ( Windows Environment - JRE 5.0)

2006-07-27 Thread Raju Balugu
Hi , Have u placed the xerecesImple.jar under the endorsed directory.and also let me know whic jdk or JRE you are using? Regards Raju On 7/26/06, Mark Thomas <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote: >allow="127.0.0.1"/> You need to read http://tomcat.apache.org/tomcat-5.

Re: java.lang.LinkageError: Class soap/xsd/CompanyInfo violates loader constraints

2006-07-23 Thread Raju Balugu
Hi , How you are loading the outside(which are not there in classpath) jars and classes in tomcat? try to load the outside jar and class files from the catalina.properties(/conf).It may solve ur problem?please let me know server configuration too. Regards Raju On 7/24/06, Luis Rivera <[EMAIL P

Re: Adding jars to common classloader via system property?

2006-07-22 Thread Raju Balugu
Add those jar files to catalina.properties under conf directory and try.. On 7/21/06, Pelenur, Matias <[EMAIL PROTECTED]> wrote: Hi, In Tomcat 5.5, is there any way to add JARs to the common classloader via a system property at startup, instead of having to physically place the JARs under TOMCA