Works in a way,

However as I haven'y specified a context within webdirs... then system can't find any 
of the class
files within /WEB-INF/classes

So fails on the compile:

2004-04-20 08:09:07 StandardContext[]:  Mapped to servlet 'jsp' with servlet path
'/networking/index.jsp' and path info 'null' and update=true
2004-04-20 08:09:10 Error compiling file: D:\WebServers\Tomcat_4.1.29
\work\Standalone\localhost\_\networking\/index_jsp.java     [javac] Compiling 1 source 
file

D:\WebServers\Tomcat_4.1.29\work\Standalone\localhost\_\networking\index_jsp.java:7: 
package
com.nniol.handlers does not exist
import com.nniol.handlers.SessionHandler;
                          ^

Benjamin A. Janes
------------------------------------
Maersk Data Sverige

M. +46 (0)40-630 04 88
Drottninggatan 18,
S-211 49 Malm�,
Sweden


|---------+------------------------------>
|         |           "Ralph Einfeldt"   |
|         |           <[EMAIL PROTECTED]|
|         |           ime-isc.de>        |
|         |                              |
|         |           2004-04-20 07:58   |
|         |           Please respond to  |
|         |           "Tomcat Users List"|
|---------+------------------------------>
  
>----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
  |                                                                                    
                                                                                  |
  |       To:       "Tomcat Users List" <[EMAIL PROTECTED]>                            
                                                                     |
  |       cc:                                                                          
                                                                                  |
  |       Subject:  RE: Multiple Paths in one Context                                  
                                                                                  |
  
>----------------------------------------------------------------------------------------------------------------------------------------------------------------------|




I think it will work if you change docBase to "webdirs"

> -----Original Message-----
> From: Ben Janes [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, April 20, 2004 7:56 AM
> To: Tomcat Users List
> Subject: RE: Multiple Paths in one Context
>
>
> So now I have context definition
>                   <Context path=""
> docBase="webdirs/networking" debug="5" reloadable="true"
> crossContext="true">
>             .....
>       </Context>
>
> However when I do
> url/networking
>  It comes up with
>
>

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




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

Reply via email to