How can I deploy a simple jsp page to weblogic 8.1.4? can you help me? I want 
to explain what I am doing and tell me what I am missing?

First of all I have create a simple jsp page "index.jsp" which including this 
code:

<[EMAIL PROTECTED] language="java" contentType="text/html"%>
<HTML>
<BODY>
  <% String message = "first weblogic application"; %>  
  <%= message %> 
</BODY>
</HTML>

I have create a war file, which including this jsp page. The war file 
"myFirst.war" is including these:

myFirst.war
  /index.jsp
  /META-INF/MANIFEST.MF

and I have put this file into this directory like that:

"C:\bea\user_projects\domains\mydomain\admin\upload\myFirst.war"
After that I have clicked
"start/programs/BEA_WebLogic_Platform_8.1/User_Projects/mydomain/Start_Server"
After that I have writed this to my internet explorer browser: 
"http://localhost:7001/mydomain/index.jsp";
but there is nothing.
What I am doing wrongly can you help me please.

Ramazan Pekin

                
---------------------------------
Do you Yahoo!?
 All your favorites on one personal page � Try My Yahoo!

[Non-text portions of this message have been removed]






------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/5cFolB/TM
--------------------------------------------------------------------~-> 

If you have any comments or questions, submit it on the message board.
NO spam/ads/job posting or you will be BANNED from this group. Exception can be 
made it happen by notify me ahead of time.
all new members' message will be verified by me (spam..) before it get posted. 
Yahoo! Groups Links

<*> To reply to this message, go to:
    http://groups.yahoo.com/group/java_official/post?act=reply&messageNum=17921
    Please do not reply to this message via email. More information here:
    http://help.yahoo.com/help/us/groups/messages/messages-23.html

<*> To visit your group on the web, go to:  
    http://groups.yahoo.com/group/java_official/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to