Re: JSP-specific newsgroups/mailing list

2005-06-04 Thread Barry Kimelman
Javalobby - Sun Java, JSP and J2EE technology programming forums, software downloads, jobs and tutorials http://www.javalobby.org/ * Barry KimelmanToronto, Ontario, Canada ---Original Message--- From: David Wall Date: 06/04/05 16:08:00 To: Tomcat Users

Re: website hosting

2005-05-14 Thread Barry Kimelman
Go to the directory where Tomcat is installed. Under the Tomcat directory there will be a "conf" sub-directory. In the "conf" directory there will be a "server.xml" file. In the "server.xml" file you can configure many aspects of Tomcat, including the port on which Tomcat listens.

Re: off topic: Where to get a good tutorial about JSP.

2005-05-13 Thread Barry Kimelman
Visit http://www.tucows.com/preview/350876.html Click on the link labeled "Free Eclipse JSP Editor". You will be taken toa webpage where you can download a copy (free license) of"NitroX JSP Editor - Professional Source Visual JSP Editor" = Developing JavaServer Pages ;

Tomcat rookie needs help updating project

2005-03-25 Thread Barry Kimelman
My system is a PC run by Windows XP. I am running version 5.5.8 of Tomcat I am running version 1.6.2 of Ant I can successfully compile andinstall a new project with no problems. I can then successfully run theproject by visiting the appropriate URL in my browser. However when I make a

Tomcat rookie needs help building application

2005-03-20 Thread Barry Kimelman
I need help building my 1st Tomcat application. My system is a Windows XP PC. My version of Tomcat is 5.5.8. I have tomcat installed under the directory C:\Tomcat5.5 I have verified that the installation of Tomcat was successfull by visiting http://localhost:8080. Once at the test page, I

Rookie needs help resolving HTTP Status 500 error message

2005-03-20 Thread Barry Kimelman
My system is a Windows XP PC running Tomcat 5.5.8 I have been able to compile and install my Tomcat project. When I visit the URL corresponding to my Tomcat project I see the "starting" page I expected to see. When I click on the "SUBMIT" button on the form on the main page, I receive the

Re: Deployment: admin vs manager

2004-02-29 Thread Barry Kimelman
I amusing Tomcat 5.0.16 under Linux Redhat9. I am relatively new to Tomcat myself but I have found that it is easier to use the "ant" command from your command line prompt to install (ie. deploy) a Tomcat application. In either case I use the command "ant dist"command to compile my

Problem reloading Tomcat 5.0.16 application

2004-02-01 Thread Barry Kimelman
My system is Linux Redhat 9. Iam running Tomcat 5.0.16 from a binary distribution. I can successfully compile and install my application. The JSP page works fine. However, when I make a change to the Java class used by the Bean referenced in the JSP file, then issue a "ant reload" command

Re: deploying parameters using catalina.ant

2004-02-01 Thread Barry Kimelman
I myself was just recently able to successfully install application into Tomcat 5.0.16 using the ANT utility. 1st you need to properly setup your build.xml file (a sample can be obtained from the Tomcat web-site). Then you need to modify the sample build.xml file to suit your needs. *

Newbie problem compiling JSP with Tomcat 5.0.16

2004-01-31 Thread Barry Kimelman
My system is Linux Redhat9 with Tomcat 5.0.16 I can successfully install my tomcat application.When I enter the URL to visit my application the contents of the"index.html" file are successfully displayed. However, when I click on a "Submit" button from the form displayedon the "index.html"

java.util.zip Exception during application install

2004-01-21 Thread Barry Kimelman
I am running Tomcat 5.0.16 on Linux Redhat 9. First let me say that the sample applications work OK. I can compile my Tomcat application successfully. I can deploy my application using the manager webapp URL in the Mozilla browser. However when I run the "ant install" command I receive the

RE: java.util.zip Exception during application install

2004-01-21 Thread Barry Kimelman
Note : The name of my application is "tomcat1". Here are the last group of messages in the logfile prior to the detection of the ZIP problem Manager: deploy: Deploying web application at '/tomcat1' Manager : Uploading WAR file to /home/tomcat/jakarta-tomcat-5.0.16/webapps/tomcat1.war

Newbie needs help with Tomcat 5.0.16 application install

2004-01-16 Thread Barry Kimelman
My OS is Linux Redhat9. I have downloaded and installed Tomcat 5.0.16 from a binary distribution. I created a build.properties file in my home directory as follows : manager.username=bkimelman manager.password=foobar manager.url=http://localhost:8080/manager I can successfully

Newbie needs help with Tomcat5.0.14

2004-01-14 Thread Barry Kimelman
I recently installed Tomcat version 5.0.14 from a binary distribution download. My system is a laptop running Redhat Linux 9 (kernel release 2.4.20-8). I untared the tomcat tar-file and everything looked OK. I started the Mozilla browser and was successful in visiting http://localhost:8080 I

Newbie with problems during tomcat application install

2003-12-29 Thread Barry Kimelman
My system is a laptop running Linux Redhat 9. I have installed Tomcat 5.0.14 from a binary download distribution. The sample applications work perfectly. I can compile my application with no problems. But when I issue the ant command ant install I receive the following output :

Newbie needs help with build.properties file for Tomcat5

2003-12-27 Thread Barry Kimelman
I need help with build.properties file. My system is Linux Redhat 9 running Tomcat 5. I have successfully been able to run the examples that came with the Tomcat installation. I have been able to compile my own little test application. I need to know the exact layout/specifications for the