org.apache.catalina.startup.ContextConfig.tldScanJar(ContextConfig.java:930)
is equal to: org/apache/catalina/startup/ContextConfig/tldScanJar(ContextConfig.java:930) ...but that class is probably in struts.jar...you'd probably need to download the source distro and look there. I'm hoping someone else can reply...I honestly don't know how to fix this, I would think the manager app is trying to do the same thing, which makes the fact that the admin app not working very strange. John > -----Original Message----- > From: klavs klavsen [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 28, 2003 11:46 AM > To: Tomcat Users List > Subject: RE: tomcat/manager works - tomcat/admin = 404. > > > On Tue, 2003-01-28 at 17:24, Turner, John wrote: > > > > Ah, now we are getting somewhere: > > > > ----- Root Cause ----- > > java.io.IOException: No such file or directory > > at > java.io.UnixFileSystem.createFileExclusively(Native Method) > > at java.io.File.checkAndCreate(File.java:1313) > > at java.io.File.createTempFile(File.java:1401) > > at java.io.File.createTempFile(File.java:1438) > > at > > > > I'm not familiar enough with the admin app to know what > it's trying to do > > there, but obviously it wants to create a file somewhere, and can't. > > Whatever it is, its happening right here: > > > > > org.apache.catalina.startup.ContextConfig.tldScanJar(ContextCo > nfig.java:930) > > > where can I look for that problem? line 930 - in what file? > > > ...and the last thing it was trying to do was: > > > > 2003-01-28 17:15:56 WebappLoader[/admin]: Deploy JAR > /WEB-INF/lib/struts.jar > > to > > > /opt/jakarta/tomcat/webapps/../server/webapps/admin/WEB-INF/li > b/struts.jar > > > > So....what's up with that directory path? Anything? > Permissions, etc.? > > Anyone else know exactly what's going on? > > > the path is correct. as Root I can cd into it (and tomcat is still > running as root). and struts.jar has 544 permissions, which should be > fine? > > Thank you for helping me John, I hope we'll find the problem. > It's weird > that noone else has this problem, when I just installed > tomcat-4.1.18 - > and hasn't changed anything except for the localhost part. > > -- > Regards, > Klavs Klavsen > > --------------| This mail has been sent to you by: |------------ > Klavs Klavsen - Open Source Consultant > [EMAIL PROTECTED] - http://www.EnableIT.dk > > Get PGP key from www.keyserver.net - Key ID: 0x586D5BCA > Fingerprint = 2873 188C 968E 600D D8F8 B8DA 3D3A 0B79 7E06 3C62 > ---------------------------------------------------------------- > Open Source Software - Sometimes you get more than you paid for. > -- unknown > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
