what tomcat version do you use?

try to place jsp files in tomcat/webbapps/root directory
and then try to get jsp files from your browser.

Arunas Andriulaitis
Programmer
No Magic
Gedimino g. 47-407, 3000 Kaunas
P.O. box 2166, LT-3000, Kaunas
Phone: +370 7 324032 Fax: +370 7 320670
e-mail: [EMAIL PROTECTED]
WWW: http://www.nomagic.com


> I'm a Java Developer,my name is Mariano Scardino.
> Now I need to work with JSP and so I would use TOMCAT.I downloaded it I
made
> something to configure it(directory structure,modify to server.xml
file,update
> the path for JAVA_HOME and TOMCAT_HOME in the tomcat.bat).
> However:I can see the index at "http://localhost:8080/index.htm" and also
use
> the examples of JSP:they work!....but when I try to make my JSpage it
doesen't
> work!!I think it's a problem of startup.bat or tomcat.bat.Here is the
message I
> see in the secon window when I execute startup.bat:
>
> Starting tomcat. Check logs/tomcat.log for error messages
> 2001-02-09 12:56:55 - ContextManager: Adding context Ctx( /admin )
> 2001-02-09 12:56:55 - ContextManager: Adding context Ctx( )
> 2001-02-09 12:56:55 - ContextManager: Adding context Ctx( /test )
> Error generating automatic apache configuration
java.lang.NullPointerException:
>
> java.lang.NullPointerException:
> at org.apache.tomcat.util.FileUtil.isAbsolute(FileUtil.java:289)
> at org.apache.tomcat.task.ApacheConfig.execute(Compiled Code)
> at
> org.apache.tomcat.startup.Tomcat.generateServerConfig(Tomcat.java:217
> )
> at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:200)
> at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)
> Error generating automatic Netscape configuration
> java.lang.NullPointerException
> :
> java.lang.NullPointerException:
> at org.apache.tomcat.util.FileUtil.isAbsolute(FileUtil.java:289)
> at org.apache.tomcat.task.NSConfig.execute(Compiled Code)
> at
> org.apache.tomcat.startup.Tomcat.generateServerConfig(Tomcat.java:229
> )
> at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:200)
> at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)
> 2001-02-09 12:56:56 - PoolTcpConnector: Starting HttpConnectionHandler on
8080
> 2001-02-09 12:56:56 - PoolTcpConnector: Starting Ajp12ConnectionHandler on
8007
>
>
> Who can help
> me?
> THANK you!!!!
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to