> -----Original Message----- > From: Yan Fei [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 06, 2002 9:28 AM > To: [EMAIL PROTECTED] > Subject: Help: strange problem with Struts and oracle oc4j > > Hi, > Recently I developed a small web app using Struts( I use > oracle JDeveloper and embedded oc4j app server), it runs > great on my pc when I > right click my index.htm file and choose 'run index.htm', > this starts the embeded oc4j server and but then I > transferred it to another machine for deployment and we did > same thing(right click index.htm...), but this time instead > of running the jsp files in my index.htm file(I have 3 frames > in my index.htm file each for an jsp file), it prompts me for > downloading the jsp file, I have no clue why this happeded? > Anybody had same problem?Please shed some light on me.
This is not even close to a Struts question, but I'll try to give you some help. I use OC4J, so I've considered these issues. It would be beneficial if you could build a standard WAR file for your application. Verifying that runs in a standalone OC4J would be a good step. Once you have the WAR file, you can give that to someone else, including a source distribution (your Java source code), and have them create a new project from an existing WAR file (that's one of the choices). Otherwise, it's almost impossible to tell what's going wrong. This isn't a Struts problem, so don't reply to the list, unless you have something really important to say, like the other important stuff we see on this list on Fridays :) . -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>