am i using weblogic/websphere? having a weired problem

i came to know that weblogic and webspehere are application server for running EJB's so am i using any of these?.

the kind of applications which i'm developing is JSP and servlets.

i don't know whether i'm suing EJB,WEblogic or webspehere.

my application works and there are no problems but if someone asks me whether i'm using weblogic what should i say?

[385 byte] By [xemaa] at [2007-10-3 9:40:41]
# 1
?someone m!ust have installed your apps... ask him(her)
alban.maillerea at 2007-7-15 4:56:42 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

[nobr]Deploy this JSP fragment onto your server and see what it says

<h2> Server Info </h2>

Server info = <%= application.getServerInfo() %> <br>

Servlet engine version = <%= application.getMajorVersion() %>.<%= application.getMinorVersion() %><br>

Java version = <%= System.getProperty("java.vm.version") %><br>

Session id = <%= session.getId() %><br>

[/nobr]

evnafetsa at 2007-7-15 4:56:42 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...