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 Context path=/images docBase=webapps/RMS debug=0 reloadable=true/Context Regards Raju On 11/30/06, olivier nouguier [EMAIL PROTECTED] wrote: hi, A: put apache (httpd) in front of tomcat ==

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

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

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

Re: Webapps loading sequence

2006-08-26 Thread Raju Balugu
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 one load first among the webapps ex: I

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]

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

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

2006-08-17 Thread Raju Balugu
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 launch webpages ...it's throwing the Filenotfound exception. So

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-10 Thread Raju Balugu
( 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 script in tomcat5.5.17..Could you please point me

Re: How to do the precompilation on jsp

2006-08-08 Thread Raju Balugu
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 build?is there any utilities in tomcat end

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

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=101183tstart=0

Re: Mbean uses in Tomcat 5.5.17

2006-07-31 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 Tomcat 5.5.17? We recently

Re: How to run EJB in Tomcat itself ?

2006-07-30 Thread Raju Balugu
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 7/28/06, chanchal bera [EMAIL PROTECTED] wrote: Hi

Re: How to configure the logs for Tomcat 5.5.17

2006-07-30 Thread Raju Balugu
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 27/07/06, Raju Balugu [EMAIL

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 webserver wihout the mod_jk

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
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: Thanks mark

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: [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 path of

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

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!

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: Valve className=org.apache.catalina.valves.remoteAddrValve

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.

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

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

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

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 with

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: Have u placed the compatability

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

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