Hallo.
Jeg har f?tt problemer med Tomcat etter oppgraderingen. Se under:
/usr/local/jakarta-tomcat-3.3.1/bin/startup.sh Using classpath: /usr/local/jakarta-tomcat-3.3.1/bin/../lib/tomcat.jar Using JAVA_HOME: /usr/java/j2re1.4.0 Using TOMCAT_HOME: .. [root@nav kilde]# ServerXmlReader: Warning: Modules configuration file /usr/local/nav/local/etc/conf/modules.xml was not found! ServerXmlReader: Warning: Server configuration file /usr/local/nav/local/etc/conf/server.xml was not found! EmbededTomcat: No configuration found. EmbededTomcat: The modules and/or server configuration files are missing. EmbededTomcat: Init time 583
Er det bare ? kopiere filene fra /usr/local/jakarta-tomcat-3.3.1/conf/
Mvh Odd Arne Hauge
-----Opprinnelig melding----- Fra: Morten Vold [mailto:morten.vold@itea.ntnu.no] Sendt: 3. januar 2003 13:47 Til: nav-users@itea.ntnu.no Emne: NAV v2.1.4 er sluppet
Godt nytt ?r, alle sammen!
NAV 2.1.4 var klar like f?r jul, men av hensyn til julefreden slipper vi den n? f?rst ;-)
Oppgradering skjer ved "navin.sh -upgrade" som vanlig.
Her f?lger changelog for oppgraderingen:
======================================== 2.1.4: Fri 3 Jan 2003 - Bugfix release
- Cricket-related: * Added targetType for spes-sw. * Fixed bug in makecricketconfig that prevented creation of config-files for swports on GSW's where speed was not set to 1000. * Existing routers with no interfaces will no longer have its own config-tree subdirectory for router-interfaces (makecricketconfig). - Collector scripts: * Will no longer add vlan info for swports unless both swportid and vlan is known. * No longer attempts to match vlan numbers that are not present in vlan.txt. * If an SNMP query to a box times out, bokser.pl no longer claims that the box type has changed. - NAVLog: * Web interface was broken, now shows data again. * Now makes raw copies of log files in addition to dumping them into the database (for the benefit of _real_ UNIX sysadmins ;-) ) - live.pl would always write abort messages to 'avbrutt.log', regardless of whether it actually aborted its run, this has been fixed. - Threshold (hysterese) scripts: * Now supports interfaces with ':' in their names. * Database errors no longer show up in the hysterese log. * More problems with sysname case were fixed. - Some improvement of the internal Java database library. - NAV start/stop system (nav command): * Will no longer accept unknown subsystem commands. * Now understands the "restart" command; it is passed directly to daemon init scripts, while crontab chunks are reloaded from disk. * Recipient of cron mail is no longer specified directly from navme/etc/crontab_navcron.nav, it is read from the ADMIN_MAIL setting in nav.conf. - Ragen: * Now shows sums in white, prepending a sum (sigma) sign. * Altered some SQL syntax to comply with PostgreSQL 7.3's stricter SQL parser. - Camlogger: * Would not log MAC addresses on a port where nettel.txt specified a server behind the port; fixed. * New function will report when specified MAC addresses are seen on the network. These MAC addresses are listed in the new config file watchMacs.conf. Can be used to register MAC addresses of stolen machines.
- New types, typegroups and vendors were added (most of these were posted to nav-users@itea.ntnu.no) - Some more database text fields were extended. - Trapdetect (web) admins can now see other users' SMS messages.
-- Morten
On Fri, Jan 03, 2003 at 03:30:47PM +0100, Hauge Odd Arne wrote:
Hallo.
Jeg har f?tt problemer med Tomcat etter oppgraderingen. Se under: /usr/local/jakarta-tomcat-3.3.1/bin/startup.sh Using classpath: /usr/local/jakarta-tomcat-3.3.1/bin/../lib/tomcat.jar Using JAVA_HOME: /usr/java/j2re1.4.0 Using TOMCAT_HOME: ..
Milj?variabelen TOMCAT_HOME er ikke satt p? ditt system. Problemet skyldes ikke oppgraderingen, men at du ikke st?r i /usr/local/jakarta-tomcat-3.3.1/bin n?r du kj?rer startup.sh. Dette f?rer til at Tomcat leter etter konfigurasjonen sin p? galt sted (den skal ligge pent og pyntelig i usr/local/jakarta-tomcat-3.3.1/conf/ og ingen andre steder).
-- Morten