I want to use Tag Libraries using Weblogic Server..I want to know the directory structure ie where to keep the .xml, .tld and .jsp files..I have already configured my weblogic server..I am having problems in creating the directory structure..Please help me out..
thanks,
Prashant
-
Tag Libraries in Weblogic Server (1 messages)
- Posted by: prashant sharma
- Posted on: February 21 2001 16:26 EST
Threaded Messages (1)
- Tag Libraries in Weblogic Server by Srinivas Janakiraman on February 28 2001 16:13 EST
-
Tag Libraries in Weblogic Server[ Go to top ]
- Posted by: Srinivas Janakiraman
- Posted on: February 28 2001 16:13 EST
- in response to prashant sharma
Prashant,
Tag classes in appropriate package directories under weblogic\classes.
tld under doc-root\WEB-INF.
jsps in appropriate directories under docroot.
Srinivas.J