RE: Spring

2004-10-02 Thread Krutyakov Roman
> Was there a simple resolution to this?
> 
> > im now working with Spring+Acegi+Tapestry under jrun
> > there was one problem (jrun specific, i think) - Acegi servlets
> tried to
> > access to spring WebAppContext before it was loaded
> > may be you have the same problem?

resolution - lazy initialization of servlets (not on load but with first
request)
-- 
Roman Krutyakov
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Spring

2004-10-01 Thread Jon Austin
Okay, now my servlet is running just fine..

I hit my IIS box, with my virtual URL http://localhost/.htm .

JRun receives no such hit, and IIS replies with a page not found. It doesn't
seem to forward to my connector.

I hit my JRUN internal web server  http://localhost:8101/.htm

I get a JRUN error..  "Requested resource not found".

So even when JRUN does get the hit, it still doesn't map my virtual URL
through web XML to my servlet XML, to my class..

I'm digging through my config files to try to find the extension mappings
for what gets sent to JRUN, and trying to figure out why JRUN isn't
translating my virtual URL..

Can anyone offer me a hint?

Thanks!
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Spring

2004-10-01 Thread Jon Austin
I managed to resolve this one, with a few extra JAR files in the right
place..

I had issues with hibernate, so I was unable to roll out all my jar files as
I usually did in TOMCAT, and I missed a couple of vital ones.

Now if my URL handler would only fire =)

Thanks!

~ Jon

> -Original Message-
> From: Jon Austin [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 01, 2004 11:36 AM
> To: JRun-Talk
> Subject: RE: Spring
>
>
> Was there a simple resolution to this?
>
> > -Original Message-
> > > Has anyone worked with the Spring Framework, under JRUN?
> > >
> > > I have a spring-based servlet, which I have developed under Tomcat,
> > > and I am
> > > trying to deploy under JRUN, however I get an error
> > >
> > > "could not preload servlet: "
> > >
> > > Nothing useful, like a reason... An error... Just that message..
> > >
> > > Anyone worked with this before?
> > >
> >
> > im now working with Spring+Acegi+Tapestry under jrun
> > there was one problem (jrun specific, i think) - Acegi servlets tried to
> > access to spring WebAppContext before it was loaded
> > may be you have the same problem?
> >
> > --
> > Roman Krutyakov
>
>
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Spring

2004-10-01 Thread Jon Austin
Was there a simple resolution to this?

> -Original Message-
> > Has anyone worked with the Spring Framework, under JRUN?
> > 
> > I have a spring-based servlet, which I have developed under Tomcat,
> > and I am
> > trying to deploy under JRUN, however I get an error
> > 
> > "could not preload servlet: "
> > 
> > Nothing useful, like a reason... An error... Just that message..
> > 
> > Anyone worked with this before?
> > 
>
> im now working with Spring+Acegi+Tapestry under jrun
> there was one problem (jrun specific, i think) - Acegi servlets tried to
> access to spring WebAppContext before it was loaded
> may be you have the same problem?
> 
> -- 
> Roman Krutyakov
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Spring

2004-10-01 Thread Krutyakov Roman
> Has anyone worked with the Spring Framework, under JRUN?
> 
> I have a spring-based servlet, which I have developed under Tomcat,
> and I am
> trying to deploy under JRUN, however I get an error
> 
> "could not preload servlet: "
> 
> Nothing useful, like a reason... An error... Just that message..
> 
> Anyone worked with this before?
> 
im now working with Spring+Acegi+Tapestry under jrun
there was one problem (jrun specific, i think) - Acegi servlets tried to
access to spring WebAppContext before it was loaded
may be you have the same problem?

-- 
Roman Krutyakov
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]