Re: Tomcat advice needed Programming Web Development by stephen84s Tomcat is a web server (at max an application server with … ( EJBs, Web Services etc). AFAIK you cannot run exes in Tomcat. Now [URL="http://download.oracle.com/javase/tutorial/deployment… Tomcat to get installed in Control Panel:Plesk Deluxe, is free and easy? Programming Web Development by lse123 Tomcat to get installed in Control Panel-Plesk Deluxe[in a Virtual Dedicated Server], is free and easy? Re: Tomcat Installation Problem Programming Web Development by peter_budo … [URL="http://tomcat.apache.org/tomcat-6.0-doc/appdev/index.html"]First App[/URL], … Re: Tomcat and log4j Programming Software Development by jwenting Tomcat has its own log4J configuration that overrides your own. Append your own config to that one. Tomcat Programming Software Development by arunprashanth Hi what are the ways to improve performance of tomcat server. or Tomcat performance tuning.(Tomcat server 5.5) Thanks Tomcat Programming Software Development by arunprashanth Hi Is there, any way to improve jvm memory size in tomcat 5.5 server. how to increase the performance of tomcat server. Re: Tomcat Programming Software Development by thekashyap Some more info like OS, Java version, kind of application would help. I don't really know anything specific in Tomcat itself though. :). You can do things like nice in Unix. Re: tomcat Programming Web Development by peter_budo …) that holds info on Java web development 2. To call tomcat from other computer then it is installed you need to… different then 80 followed by application name. Example: given that Tomcat installed on 192.16.1.44 with default port number… hasn't got some port restriction or if pc or Tomcat is off Re: Tomcat Programming Software Development by Ezzaral Have you read the Tomcat documentation? I would imagine there are tuning parameters that you can adjust. JVM heap size is usually specified on the command line that starts the java application using the -Xms and -Xmx parameters. tomcat Programming Web Development by arshi9464 … as 192.16.1.33, now as we do in tomcat "localhost:8080/amar/arsh.html", (amar is my… Tomcat - virtual hosting / subdomains Programming Web Development by peter_budo …path="/manager" docBase="/usr/local/tomcat/users/user/tomcat/webapps/manager" privileged="true" … to also follow Virtual Hosting and Tomcat [URL="http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto…and [URL="http://www.ex-parrot.com/pete/tomcat-vhost.html"]2[/URL] (2nd one is … Tomcat advice needed Programming Web Development by varia …of the internet and now need to install on the Tomcat. This is pretty straight forward except that installing these… applications on the Tomcat is depressing the hell out of me. I have…just need to copy and paste them somewhere in the Tomcat (probably tomcat_directory/ webapps) but when I do that … Re: Tomcat advice needed Programming Web Development by varia … to install the applications I'm using on to the Tomcat and run them from there. Since I never worked with… Tomcat or servers or web applications, I just assumed it can … need to do doesn't have much to do with Tomcat... So I guess my question would be: Is there a… Re: Tomcat advice needed Programming Web Development by ~s.o.s~ … now need to install on the Tomcat[/quote] What are these *applications* you speak of? Tomcat is a servlet container and can… what this application is which you want to deploy on Tomcat. If your aim here is to open up installed applications… tomcat eclipse jsp problem Programming Web Development by Capra Hi, I am trying to setup a tomcat server in eclipse galileo java ee to test a simple …;) , so if I put option "use Tomcat installation", it gives me Tomcat default page on [url]http://localhost:8080[/url… Re: tomcat eclipse jsp problem Programming Web Development by peter_budo General folder-file structure of project under Tomcat is [LIST] [*]TOMCAT_DIRECTORY [LIST] [*]webapps [LIST] [*]PROJECT_NAME [LIST] [*]*.jsp [*]*.img [*]*.…] [/LIST] [/LIST] Have look at this [URL="http://tomcat.apache.org/tomcat-6.0-doc/appdev/deployment.html"]materials[/URL] Re: tomcat eclipse jsp problem Programming Web Development by Capra …url]. I then changed to option use " Use Tomcat configuration", and set it to TOMCAT_DIRECTORY/webapps. Now,…can see [url]http://localhost:8080[/url] ( there is Tomcat default web page ) , but not [url]http://localhost:8080…, can you recommend then what Eclipse IDE version , Tomcat version, Java version etc. I should install to avoid… Re: tomcat eclipse jsp problem Programming Web Development by peter_budo … to see something on localhost:8080 then you will see Tomcat Manager option on left, which you need to click on… show and you need to provide username and password for tomcat (if you do not know this, you can found these… data in TOMCAT_DIRECTORY/conf/tomcat-users.xml). After this you are provided with list of… Re: tomcat eclipse jsp problem Programming Web Development by peter_budo No problem. Beside already linked Tomcat official website [URL="http://books.google.com/books?id=….google.com/books?id=vJttHyVF0SUC&lpg=PP1&dq=tomcat%20definitive%20guide&pg=PP1#v=onepage&q=&…;f=false"]Tomcat Definitive Guide[/URL] are good resources to have look at… Re: Tomcat Devloader issues (Class not found) Programming Web Development by yapkm01 …have done clean built. I haven even reinstalled a fresh tomcat directory on my c:\Program Files directory. I have …at this axis.xml (this is automatically generated by the tomcat update), you will noticed that there is a DevLoader … have that DevLoader line and yet when he starts his tomcat, those classpath are seen defined by the DevLoader. He… Tomcat SSL Programming Web Development by jbennet How can I get SSL working in Tomcat 6.x under Linux?, ive read the documentation here: [url]http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html[/url] but im not sure how to do it with a certificate I will make myself (its a dev box) Tomcat server Programming Web Development by yankeefan24 Im having problems with Tomcat on a red hat virtual box. Tomcat is installed and it talks to java. it work localhost to localhost but when I try to open port 8080 from outsite localhost it wont work. Any ideas why? Im new to Tomcat and JSP Re: Tomcat server Programming Web Development by ajaykiet2 you can open your "program files/Apache Software foundation/ Tomcat 7.2/conf" then open the file server.xml and … hit enter your problem will 100% solve. for more about tomcat email me at ajaykiet2@gmail.com. thank you..... Re: tomcat eclipse jsp problem Programming Web Development by Capra Hello, thanks for your reply. :) I have read your link. I followed carefully instructions by link and by book Professional Apache Tomcat 6 (Vivek Chopra,Sing Li,Jeff Genender) and many other tutorilas on the web. But I still didn't solve it. :( Any ideas? Tomcat error Programming Web Development by Arsench … web. The web was developed with spring and has a tomcat pool connection configured for Oracle DB. After upload the web… open JDBC Connection for transaction; nested exception is org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class [/ICODE… Re: Tomcat Ports in Eclipse Programming Web Development by peter_budo … is complaining about port in use. How did you installed Tomcat? Did you run it from command line/or automated start…="http://besthowtodo.com/blog/2010/05/how-to-configure-tomcat-with-eclipse.html"]Tomcat with Eclipse[/URL] Re: Tomcat Installed, but not working Programming Web Development by parry_kulk ….lang.NoClassDefFoundError: org/apache/naming/resources/Resource" indicates that tomcat cannot find the above class anywhere in the classpath. In….5>\common\lib I think due to some reason tomcat might not have installed properly. Try installing it again. Tomcat thread dump Programming Web Development by gaudi_br Hi, We've got an application running on Tomcat and we've setup Manage Engine's Applications Manager 9.… Tomcat Installed, but not working Programming Web Development by tuse Hi, I just installed Tomcat 5.5 and could see the default index page (with … Re: Tomcat Installed, but not working Programming Web Development by peter_budo You can find instruction how to install Tomcat on our forum in this [URL="http://www.daniweb.com/forums/post1110463.html#post1110463"]post[/URL]