how to host my jsp web site in my static ip Programming Web Development by jeet_portal … i have develop a web site in jsp. I use Tomact 4.1,Mysql data base . Now its working fine inside… hi Any one can HELP For the learning perl Programming Software Development by mahajanrahuld plz help me how run the perl script on tomact server plz tell me the step by step process its urgent Re: how to host my jsp web site in my static ip Programming Web Development by idriz … i have develop a web site in jsp. I use Tomact 4.1,Mysql data base . Now its working fine inside… about jsp files Programming Web Development by push … project. and if my friend run other jsp from same tomact server from ther system. My QUESTION IS how can link… .jsp file Programming Web Development by neeraj20gupta i m a stater with jsp .... have installed Tomact 5.0.28. Its displaying server page when i type [… Question about Conditional Redirect Programming Web Development by bilfus01 … I am trying to setup my site like this: (my tomact server is setup to receive requests on two different hostnames… While running JAVA application in Tomact 5.5 throwing exceptions Programming Software Development by raviaaaa While lunching the application in TOMCAT 5.5 and JDK 1.5 I am getting below exception could some help me in resolving the issue Jul 25, 2012 4:12:50 AM org.apache.catalina.core.ApplicationDispatcher invoke SEVERE: Servlet.service() for servlet jsp threw exception java.lang.NoSuchMethodError: javax.servlet.jsp.tagext.… Re: While running JAVA application in Tomact 5.5 throwing exceptions Programming Software Development by majestic0110 > java.lang.NoSuchMethodError: javax.servlet.jsp.tagext.TagAttributeInfo.<init>(Ljava/lang/String;ZLjava/lang/String; I would check this thread, the same issue I believe. The constructor with the specified parameters for TagAttributeInfo cannot be found. https://forums.oracle.com/forums/thread.jspa?threadID=1251814 Re: calling jsp files from other system Programming Web Development by push … one hr project. we both working at diffrent system with tomact server. i wanted to link one jsp file from my… Re: Difference between JDK & SDK! Programming Software Development by jbennet SDK includes things like tomact i think Re: Can not make a runnable jar of my project Programming Software Development by liran … a lot of things, maybe beacuse it's an Apache Tomact Project ? or has a lot of jars ? I don't… Re: upgarde jdk version Programming Software Development by raviaaaa Hi James, current application in running on Tomact 4 and jdk 1.4 if i upgrade Tomcat 4 to Tomcat 5 whether the same .class files (which are compiled under jdk 1.4) will run ? or i need to recompile them in jdk 1.5 if yes is any tool which compile jdk 1.4 .class file to jdk 1.5 .class files(without touching src files) ? Regards Ravi Re: how to host my jsp web site in my static ip Programming Web Development by jwenting you don't need anything you don't have on your LAN connection, but you may need to open some ports on your firewall (especially the port on which Tomcat is serving content over http, usually port 8080 with Tomcat though using port 80 is nicer as it's the standard for http). Domain names you'll need to buy, there are many companies selling them … Re: hi Any one can HELP For the learning perl Programming Software Development by stymiee 1) Tomcat is not used for Perl. It is used for Java. 2) You should ask the scripts author for help as they are the best ones to assist you Re: hi Any one can HELP For the learning perl Programming Software Development by mahajanrahuld sir can u tell me the apache HTTP server is usefull for per script or not and how to use it how to run the perl script Re: hi Any one can HELP For the learning perl Programming Software Development by katharnakh hi, before shooting any question you should try it by yourself or search in google or searched in this forum itself. Anyway, here are some tips, you can follow. 1. Install Apache in your system. I you don't have the copy of it, then download the latest from [url]http://httpd.apache.org/download.cgi[/url] installation is very easy. If you are a … Re: how to host my jsp web site in my static ip Programming Web Development by jwenting don't hijack other peoples' threads, it's extremely rude. Re: about jsp files Programming Web Development by rgtaylor I am not sure exactly what you are trying to do here, so if I am off a great deal, please forgive me. If you have 2 different "applications" they are isolated by Tomcat, though a workaround may exist, I am not sure it is needed. You can't really, or I should say shouldn't really run 2 applications from the same folder. So first of all,… Re: .jsp file Programming Web Development by peter_budo You got general direction of the wind that files that you wish to deploy should be placed in webapps folder, unfortunately it is not full truth. You need to provide your "ch" folder with minimal Tomcat deployment directory structure. [LIST=1] [*]Create new project folder in directory webapps (you already did this with creating new … Re: .jsp file Programming Web Development by neeraj20gupta thanks a lot peter_budo ......... it worked..........:) Re: Question about Conditional Redirect Programming Web Development by Imby in order to redirect in jsp you can use the following code response.sendRedirect(redirectURL) Here redirectURL is the url, you need to forward please find the following link for the complete example [JSP Redirect Example](http://www.javatips.net/blog/2011/12/jsp-redirect-example)