[Logo] smithproject.org
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
Installation on windows  XML
Forum Index -> Getting Started
Author Message
shweta



Joined: 13/03/2008 12:38:55
Messages: 1
Offline

Hi, which smith project server version uses tomcat 3?[b]
ajwsurfer



Joined: 07/05/2009 18:41:08
Messages: 3
Offline

The way I got Tomcat, Java, Smith working on Windows is this:
* Install "JDK 5.0 Update 18 with NetBeans IDE 6.5.1" from
http://java.sun.com/javase/downloads/index_jdk5.jsp
* Install Tomcat 5.5.27 Binary Distribution Core: Windows Service Instatller
from http://tomcat.apache.org/download-55.cgi
* Place the "smith-1.3b6.war (6.3 MB)" file
from http://www.smithproject.org/smith_download.cfm in the
"C:\Program Files\ApacheTomcat\webapps" directory.
* Copy the "tools.jar" file from the "C:\Program Files\Java\jdk1.5.0_18\lib"
directory to the "C:\Program Files\ApacheTomcat\shared\lib" directory
* Restart the Tomcat server using the "Apache Tomcat Monitor" in the
"System Tray" (in the lower right hand corner of the screen).
* You should now be able to access pages at these three locations:
http://localhost:8080/
http://localhost:8080/smith-1.3b6/
http://localhost:8080/smith-1.3b6/IDE/admin.html
ajwsurfer



Joined: 07/05/2009 18:41:08
Messages: 3
Offline

Once you have this much done, you can rename the "smith-1.3b6"
to whatever you like and use that in your web address.
eg.
C:\Program Files\ApacheTomcat\webapps\smith
http://localhost:8080/smith/
http://localhost:8080/smith/IDE/admin.html


When you copy the "tools.jar" file from the
"C:\Program Files\Java\jdk1.5.0_18\lib"
directory to the
"C:\Program Files\ApacheTomcat\shared\lib"
directory it solves the Error message associated with:
"wrong version 49.0, should be 48.0"
 
Forum Index -> Getting Started
Go to:   
Powered by JForum 2.1.6 © JForum Team