aspose file tools
The moose likes BEA/Weblogic and the fly likes problem with application context path Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "problem with application context path " Watch "problem with application context path " New topic
Author

problem with application context path

naresh g goparapu
Greenhorn

Joined: Dec 30, 2007
Posts: 8
Hi all,


I am using weblogic 10 to run ATG(Art Techonology Group) ecommerce applications.With in my jsp ,I have included another jsp which is availabe in another webapplication but both are in the same enterprise application.

with in the included jsp ,when I tried to get the context path using the <%=request.getContextPath()%> I really got embarassed with the output i got .

/AssetManag

but actually the contextroot of the included jsp is 'pelayo' and the original jsp context root is 'AssetManager'

I was really wondering from where this contextpath /AssetManag i got .because of this context mismatch I am getting the usual 404 error.


The same application is working fine with JBOSS.


please help me in this regard.




 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: problem with application context path
 
Similar Threads
jsp:include
Correct specification of javascript library location
Context Paths in web clients of enterprise applications
easy uri context path req.getRequestURI()
Problem calling Servlet from jsp.