what error are your getting? > -----Original Message----- > From: Sam Seaver [mailto:samseaver@;hotmail.com] > Sent: Wednesday, October 16, 2002 8:12 PM > To: [EMAIL PROTECTED] > Subject: Re: classpaths again > > > No I'm importing it in the JSP tag <%@page "import sam.xml.*" %> > > S > > "JC Rules" > > > > > >From: Jean-Francois Arcand <[EMAIL PROTECTED]> > >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> > >To: Tomcat Users List <[EMAIL PROTECTED]> > >Subject: Re: classpaths again > >Date: Wed, 16 Oct 2002 20:02:00 -0400 > > > >Can you give more information about how you try to get sam.xml file? > > > >Are you using something like: > > > >yourClass.class.getResource("sam.xml") > > > >or getResourceAsStream ? > > > >-- Jeanfrancois > > > > > > > >Sam Seaver wrote: > > > >>OK I have a package created by JAXB called sam.xml within my > >>WEB-INF/classes folder, this is an uncompressed package, > thus it's the > >>directories 'sam/xml/*.class' > >> > >>in my jsp page within the same web application, I call: > >> > >><%@page "import javax.xml.bind.*,sam.xml.*" %> > >> > >>it finds the javax stuff because i copied the jar files into the > >>WEB-INF/lib folder, but it won't find the sam.xml stuff?? > >> > >>S > >> > >>"JC Rules" > >> > >> > >> > >>_________________________________________________________________ > >>Get a speedy connection with MSN Broadband. Join now! > >>http://resourcecenter.msn.com/access/plans/freeactivation.asp > >> > >> > >>-- > >>To unsubscribe, e-mail: > >><mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > >>For additional commands, e-mail: > >><mailto:tomcat-user-help@;jakarta.apache.org> > >> > >> > > > > > >-- > >To unsubscribe, e-mail: > ><mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > >For additional commands, e-mail: > ><mailto:tomcat-user-help@;jakarta.apache.org> > > > _________________________________________________________________ > Surf the Web without missing calls!�Get MSN Broadband. > http://resourcecenter.msn.com/access/plans/freeactivation.asp > > > -- > To unsubscribe, e-mail: > <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: > <mailto:tomcat-user-help@;jakarta.apache.org> >
-- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
