Problem reading xsl in https environment 2003-01-31 - By Hemant Pawar
Thanks for replies.
Here are few more details.. The xsl is already available in my war file. I am trying to read the xsl in my jsp using the code new Transformer( new StreamSource (url));//xalan.jar
The url is complete path of the xsl which lies in the same folder as the jsp. It is able to pick up the xsl when you use simple http:// request , but when its https:// it fails.
Vasanth, can you tell me how to enable the JSSE in system properties?
Thanks n regards, Hemant
--- "Soosai, Lourdhu Vasanth" <LourdhuV@(protected)> wrote: > make sure u have enabled JSSE in the system > properties. > > > -----Original Message----- > From: Voytenko, Dimitry > [mailto:dvoytenko@(protected)] > Sent: Thursday, January 30, 2003 12:04 PM > To: 'xerces-j-user@(protected)' > Subject: RE: Problem reading xsl in https > environment > > > Hi Hemant, > > But can you download this file with anything else > (Explorer, wget, etc) from > your network environment? It's just might be > unavailbale. Otherwise Xerces > should work just fine. > Unfortunetely, depending on JDK you use > java.net.URLConnection provides not > very clear exception message why error has occured. > Usually it's just > FileNotFound exception. > > thanks, > Dimitry > > -----Original Message----- > From: Hemant Pawar [mailto:hemant_r_pawar@(protected)] > Sent: Thursday, January 30, 2003 06:19 > To: xerces-j-user@(protected) > Subject: Problem reading xsl in https environment > > > Hi > > I encountered exception while trying to read a xsl > file in https environment. I am using xalan.jar to > transform a xml. Xalan internally uses xerces to > read > the xsl,which is used as input for the > transformation. > > The exception encountered is as follows > > File > "https://intradev.bc/NPAD/npa/screens/interventionsmodule/OMSNPSEN.xsl" > not found. > at > org.apache.xerces.framework.XMLParser.reportError(XMLParser.java:1202) > at > org.apache.xerces.readers.DefaultEntityHandler.startReadingFromDocument(Defa > ultEntityHandler.java:499) > at > org.apache.xerces.framework.XMLParser.parseSomeSetup(XMLParser.java:312) > at > org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1080) > > Is there problem in xerces to read file in https > connection? > > Please help. > > Regards, > Hemant > > __________________________________________________ > Do you Yahoo!? > Yahoo! Mail Plus - Powerful. Affordable. Sign up > now. > http://mailplus.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > xerces-j-user-unsubscribe@(protected) > For additional commands, e-mail: > xerces-j-user-help@(protected) > > > _____________________________________________________ > Sector Data, LLC, is not affiliated with Sector, > Inc., or SIAC > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > xerces-j-user-unsubscribe@(protected) > For additional commands, e-mail: > xerces-j-user-help@(protected) > > This e-mail may contain confidential or privileged > information. If you > think you have received this e-mail in error, please > advise the sender by > reply e-mail and then delete this e-mail > immediately. Thank you. Aetna > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > xerces-j-user-unsubscribe@(protected) > For additional commands, e-mail: > xerces-j-user-help@(protected) >
__________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
--------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
|
|